Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit de86202

Browse files
docs: Minor formatting (#671)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0bf73ae commit de86202

File tree

197 files changed

+293
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+293
-218
lines changed

google/cloud/dialogflow_v2/services/agents/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from google.api_core import operation # type: ignore
4646
from google.api_core import operation_async # type: ignore
4747
from google.cloud.location import locations_pb2 # type: ignore
48-
from google.longrunning import operations_pb2
48+
from google.longrunning import operations_pb2 # type: ignore
4949
from google.protobuf import empty_pb2 # type: ignore
5050
from google.protobuf import struct_pb2 # type: ignore
5151

google/cloud/dialogflow_v2/services/agents/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from google.api_core import operation # type: ignore
5050
from google.api_core import operation_async # type: ignore
5151
from google.cloud.location import locations_pb2 # type: ignore
52-
from google.longrunning import operations_pb2
52+
from google.longrunning import operations_pb2 # type: ignore
5353
from google.protobuf import empty_pb2 # type: ignore
5454
from google.protobuf import struct_pb2 # type: ignore
5555

google/cloud/dialogflow_v2/services/agents/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from google.auth.transport.grpc import SslCredentials # type: ignore
3434
from google.auth.transport.requests import AuthorizedSession # type: ignore
3535
from google.cloud.location import locations_pb2 # type: ignore
36-
from google.longrunning import operations_pb2
3736
from google.protobuf import json_format
3837
import grpc # type: ignore
3938
from requests import __version__ as requests_version

google/cloud/dialogflow_v2/services/answer_records/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
OptionalRetry = Union[retries.Retry, object] # type: ignore
4444

4545
from google.cloud.location import locations_pb2 # type: ignore
46-
from google.longrunning import operations_pb2
46+
from google.longrunning import operations_pb2 # type: ignore
4747
from google.protobuf import field_mask_pb2 # type: ignore
4848

4949
from google.cloud.dialogflow_v2.services.answer_records import pagers

google/cloud/dialogflow_v2/services/answer_records/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
OptionalRetry = Union[retries.Retry, object] # type: ignore
4848

4949
from google.cloud.location import locations_pb2 # type: ignore
50-
from google.longrunning import operations_pb2
50+
from google.longrunning import operations_pb2 # type: ignore
5151
from google.protobuf import field_mask_pb2 # type: ignore
5252

5353
from google.cloud.dialogflow_v2.services.answer_records import pagers

google/cloud/dialogflow_v2/services/answer_records/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import google.auth # type: ignore
2424
from google.auth import credentials as ga_credentials # type: ignore
2525
from google.cloud.location import locations_pb2 # type: ignore
26-
from google.longrunning import operations_pb2
26+
from google.longrunning import operations_pb2 # type: ignore
2727
from google.oauth2 import service_account # type: ignore
2828

2929
from google.cloud.dialogflow_v2 import gapic_version as package_version

google/cloud/dialogflow_v2/services/answer_records/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from google.auth import credentials as ga_credentials # type: ignore
2222
from google.auth.transport.grpc import SslCredentials # type: ignore
2323
from google.cloud.location import locations_pb2 # type: ignore
24-
from google.longrunning import operations_pb2
24+
from google.longrunning import operations_pb2 # type: ignore
2525
import grpc # type: ignore
2626

2727
from google.cloud.dialogflow_v2.types import answer_record

google/cloud/dialogflow_v2/services/answer_records/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from google.auth import credentials as ga_credentials # type: ignore
2121
from google.auth.transport.grpc import SslCredentials # type: ignore
2222
from google.cloud.location import locations_pb2 # type: ignore
23-
from google.longrunning import operations_pb2
23+
from google.longrunning import operations_pb2 # type: ignore
2424
import grpc # type: ignore
2525
from grpc.experimental import aio # type: ignore
2626

google/cloud/dialogflow_v2/services/answer_records/transports/rest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from google.auth.transport.grpc import SslCredentials # type: ignore
2828
from google.auth.transport.requests import AuthorizedSession # type: ignore
2929
from google.cloud.location import locations_pb2 # type: ignore
30-
from google.longrunning import operations_pb2
3130
from google.protobuf import json_format
3231
import grpc # type: ignore
3332
from requests import __version__ as requests_version
@@ -38,6 +37,8 @@
3837
OptionalRetry = Union[retries.Retry, object] # type: ignore
3938

4039

40+
from google.longrunning import operations_pb2 # type: ignore
41+
4142
from google.cloud.dialogflow_v2.types import answer_record
4243
from google.cloud.dialogflow_v2.types import answer_record as gcd_answer_record
4344

google/cloud/dialogflow_v2/services/contexts/async_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
OptionalRetry = Union[retries.Retry, object] # type: ignore
4444

4545
from google.cloud.location import locations_pb2 # type: ignore
46-
from google.longrunning import operations_pb2
46+
from google.longrunning import operations_pb2 # type: ignore
4747
from google.protobuf import field_mask_pb2 # type: ignore
4848
from google.protobuf import struct_pb2 # type: ignore
4949

@@ -467,6 +467,7 @@ async def create_context(
467467
metadata: Sequence[Tuple[str, str]] = (),
468468
) -> gcd_context.Context:
469469
r"""Creates a context.
470+
470471
If the specified context already exists, overrides the
471472
context.
472473

0 commit comments

Comments
 (0)