Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit de86202

Browse filesBrowse 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
Copy full SHA for de86202

File tree

Expand file treeCollapse file tree

197 files changed

+293
-218
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

197 files changed

+293
-218
lines changed

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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/agents/async_client.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/agents/client.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/agents/transports/rest.py
-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/async_client.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/client.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/transports/base.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/transports/grpc.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/transports/grpc_asyncio.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/answer_records/transports/rest.py
+2-1Lines 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

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/async_client.py
+2-1Lines 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

‎google/cloud/dialogflow_v2/services/contexts/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/client.py
+2-1Lines changed: 2 additions & 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
from google.protobuf import struct_pb2 # type: ignore
5353

@@ -702,6 +702,7 @@ def create_context(
702702
metadata: Sequence[Tuple[str, str]] = (),
703703
) -> gcd_context.Context:
704704
r"""Creates a context.
705+
705706
If the specified context already exists, overrides the
706707
context.
707708

‎google/cloud/dialogflow_v2/services/contexts/transports/base.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/transports/base.py
+1-1Lines 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
from google.protobuf import empty_pb2 # type: ignore
2929

‎google/cloud/dialogflow_v2/services/contexts/transports/grpc.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/transports/grpc.py
+2-1Lines changed: 2 additions & 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
from google.protobuf import empty_pb2 # type: ignore
2626
import grpc # type: ignore
2727

@@ -290,6 +290,7 @@ def create_context(
290290
r"""Return a callable for the create context method over gRPC.
291291
292292
Creates a context.
293+
293294
If the specified context already exists, overrides the
294295
context.
295296

‎google/cloud/dialogflow_v2/services/contexts/transports/grpc_asyncio.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/transports/grpc_asyncio.py
+2-1Lines changed: 2 additions & 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
from google.protobuf import empty_pb2 # type: ignore
2525
import grpc # type: ignore
2626
from grpc.experimental import aio # type: ignore
@@ -297,6 +297,7 @@ def create_context(
297297
r"""Return a callable for the create context method over gRPC.
298298
299299
Creates a context.
300+
300301
If the specified context already exists, overrides the
301302
context.
302303

‎google/cloud/dialogflow_v2/services/contexts/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/contexts/transports/rest.py
+1-1Lines changed: 1 addition & 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,7 @@
3837
OptionalRetry = Union[retries.Retry, object] # type: ignore
3938

4039

40+
from google.longrunning import operations_pb2 # type: ignore
4141
from google.protobuf import empty_pb2 # type: ignore
4242

4343
from google.cloud.dialogflow_v2.types import context

‎google/cloud/dialogflow_v2/services/conversation_datasets/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_datasets/async_client.py
+2-1Lines changed: 2 additions & 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 timestamp_pb2 # type: ignore
5151

@@ -62,6 +62,7 @@
6262

6363
class ConversationDatasetsAsyncClient:
6464
"""Conversation datasets.
65+
6566
Conversation datasets contain raw conversation files and their
6667
customizable metadata that can be used for model training.
6768
"""

‎google/cloud/dialogflow_v2/services/conversation_datasets/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_datasets/client.py
+2-1Lines changed: 2 additions & 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 timestamp_pb2 # type: ignore
5555

@@ -104,6 +104,7 @@ def get_transport_class(
104104

105105
class ConversationDatasetsClient(metaclass=ConversationDatasetsClientMeta):
106106
"""Conversation datasets.
107+
107108
Conversation datasets contain raw conversation files and their
108109
customizable metadata that can be used for model training.
109110
"""

‎google/cloud/dialogflow_v2/services/conversation_datasets/transports/grpc.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_datasets/transports/grpc.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class ConversationDatasetsGrpcTransport(ConversationDatasetsTransport):
3636
"""gRPC backend transport for ConversationDatasets.
3737
3838
Conversation datasets.
39+
3940
Conversation datasets contain raw conversation files and their
4041
customizable metadata that can be used for model training.
4142

‎google/cloud/dialogflow_v2/services/conversation_datasets/transports/grpc_asyncio.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_datasets/transports/grpc_asyncio.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ConversationDatasetsGrpcAsyncIOTransport(ConversationDatasetsTransport):
3737
"""gRPC AsyncIO backend transport for ConversationDatasets.
3838
3939
Conversation datasets.
40+
4041
Conversation datasets contain raw conversation files and their
4142
customizable metadata that can be used for model training.
4243

‎google/cloud/dialogflow_v2/services/conversation_datasets/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_datasets/transports/rest.py
+1-1Lines changed: 1 addition & 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
@@ -373,6 +372,7 @@ class ConversationDatasetsRestTransport(ConversationDatasetsTransport):
373372
"""REST backend transport for ConversationDatasets.
374373
375374
Conversation datasets.
375+
376376
Conversation datasets contain raw conversation files and their
377377
customizable metadata that can be used for model training.
378378

‎google/cloud/dialogflow_v2/services/conversation_models/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_models/async_client.py
+1-1Lines 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 timestamp_pb2 # type: ignore
5151

‎google/cloud/dialogflow_v2/services/conversation_models/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_models/client.py
+1-1Lines 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 timestamp_pb2 # type: ignore
5555

‎google/cloud/dialogflow_v2/services/conversation_models/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_models/transports/rest.py
-1Lines 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/conversation_profiles/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_profiles/async_client.py
+1-1Lines 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 field_mask_pb2 # type: ignore
5050
from google.protobuf import timestamp_pb2 # type: ignore
5151

‎google/cloud/dialogflow_v2/services/conversation_profiles/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_profiles/client.py
+1-1Lines 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 field_mask_pb2 # type: ignore
5454
from google.protobuf import timestamp_pb2 # type: ignore
5555

‎google/cloud/dialogflow_v2/services/conversation_profiles/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversation_profiles/transports/rest.py
-1Lines 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/conversations/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/async_client.py
+1-1Lines 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 timestamp_pb2 # type: ignore
4848

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

‎google/cloud/dialogflow_v2/services/conversations/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/client.py
+1-1Lines 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 timestamp_pb2 # type: ignore
5252

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

‎google/cloud/dialogflow_v2/services/conversations/transports/base.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/transports/base.py
+1-1Lines 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/conversations/transports/grpc.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/transports/grpc.py
+1-1Lines 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 conversation

‎google/cloud/dialogflow_v2/services/conversations/transports/grpc_asyncio.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/transports/grpc_asyncio.py
+1-1Lines 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/conversations/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/conversations/transports/rest.py
+2-1Lines 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 conversation
4243
from google.cloud.dialogflow_v2.types import conversation as gcd_conversation
4344

‎google/cloud/dialogflow_v2/services/documents/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/documents/async_client.py
+1-1Lines 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 field_mask_pb2 # type: ignore
5151

‎google/cloud/dialogflow_v2/services/documents/client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/documents/client.py
+1-1Lines 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 field_mask_pb2 # type: ignore
5555

‎google/cloud/dialogflow_v2/services/documents/transports/rest.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/documents/transports/rest.py
-1Lines 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/entity_types/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dialogflow_v2/services/entity_types/async_client.py
+1-1Lines 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.