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

Commit c3c65bc

Browse files
docs: Minor formatting (#558)
* 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 bb8e4eb commit c3c65bc

File tree

34 files changed

+43
-32
lines changed

34 files changed

+43
-32
lines changed

google/cloud/dataproc_v1/services/autoscaling_policy_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
from google.iam.v1 import iam_policy_pb2 # type: ignore
4646
from google.iam.v1 import policy_pb2 # type: ignore
47-
from google.longrunning import operations_pb2
47+
from google.longrunning import operations_pb2 # type: ignore
4848

4949
from google.cloud.dataproc_v1.services.autoscaling_policy_service import pagers
5050
from google.cloud.dataproc_v1.types import autoscaling_policies

google/cloud/dataproc_v1/services/autoscaling_policy_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
from google.iam.v1 import iam_policy_pb2 # type: ignore
5050
from google.iam.v1 import policy_pb2 # type: ignore
51-
from google.longrunning import operations_pb2
51+
from google.longrunning import operations_pb2 # type: ignore
5252

5353
from google.cloud.dataproc_v1.services.autoscaling_policy_service import pagers
5454
from google.cloud.dataproc_v1.types import autoscaling_policies

google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from google.auth import credentials as ga_credentials # type: ignore
2525
from google.iam.v1 import iam_policy_pb2 # type: ignore
2626
from google.iam.v1 import policy_pb2 # type: ignore
27-
from google.longrunning import operations_pb2
27+
from google.longrunning import operations_pb2 # type: ignore
2828
from google.oauth2 import service_account # type: ignore
2929
from google.protobuf import empty_pb2 # type: ignore
3030

google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from google.auth.transport.grpc import SslCredentials # type: ignore
2323
from google.iam.v1 import iam_policy_pb2 # type: ignore
2424
from google.iam.v1 import policy_pb2 # type: ignore
25-
from google.longrunning import operations_pb2
25+
from google.longrunning import operations_pb2 # type: ignore
2626
from google.protobuf import empty_pb2 # type: ignore
2727
import grpc # type: ignore
2828

google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from google.auth.transport.grpc import SslCredentials # type: ignore
2222
from google.iam.v1 import iam_policy_pb2 # type: ignore
2323
from google.iam.v1 import policy_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
from grpc.experimental import aio # type: ignore

google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from google.auth.transport.requests import AuthorizedSession # type: ignore
2929
from google.iam.v1 import iam_policy_pb2 # type: ignore
3030
from google.iam.v1 import policy_pb2 # type: ignore
31-
from google.longrunning import operations_pb2
3231
from google.protobuf import json_format
3332
import grpc # type: ignore
3433
from requests import __version__ as requests_version
@@ -39,6 +38,7 @@
3938
OptionalRetry = Union[retries.Retry, object] # type: ignore
4039

4140

41+
from google.longrunning import operations_pb2 # type: ignore
4242
from google.protobuf import empty_pb2 # type: ignore
4343

4444
from google.cloud.dataproc_v1.types import autoscaling_policies

google/cloud/dataproc_v1/services/batch_controller/async_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from google.api_core import operation_async # type: ignore
4747
from google.iam.v1 import iam_policy_pb2 # type: ignore
4848
from google.iam.v1 import policy_pb2 # type: ignore
49-
from google.longrunning import operations_pb2
49+
from google.longrunning import operations_pb2 # type: ignore
5050
from google.protobuf import timestamp_pb2 # type: ignore
5151

5252
from google.cloud.dataproc_v1.services.batch_controller import pagers
@@ -528,6 +528,7 @@ async def sample_list_batches():
528528
Returns:
529529
google.cloud.dataproc_v1.services.batch_controller.pagers.ListBatchesAsyncPager:
530530
A list of batch workloads.
531+
531532
Iterating over this object will yield
532533
results and resolve additional pages
533534
automatically.

google/cloud/dataproc_v1/services/batch_controller/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from google.api_core import operation_async # type: ignore
5151
from google.iam.v1 import iam_policy_pb2 # type: ignore
5252
from google.iam.v1 import policy_pb2 # type: ignore
53-
from google.longrunning import operations_pb2
53+
from google.longrunning import operations_pb2 # type: ignore
5454
from google.protobuf import timestamp_pb2 # type: ignore
5555

5656
from google.cloud.dataproc_v1.services.batch_controller import pagers
@@ -777,6 +777,7 @@ def sample_list_batches():
777777
Returns:
778778
google.cloud.dataproc_v1.services.batch_controller.pagers.ListBatchesPager:
779779
A list of batch workloads.
780+
780781
Iterating over this object will yield
781782
results and resolve additional pages
782783
automatically.

google/cloud/dataproc_v1/services/batch_controller/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from google.auth.transport.requests import AuthorizedSession # type: ignore
3535
from google.iam.v1 import iam_policy_pb2 # type: ignore
3636
from google.iam.v1 import policy_pb2 # type: ignore
37-
from google.longrunning import operations_pb2
3837
from google.protobuf import json_format
3938
import grpc # type: ignore
4039
from requests import __version__ as requests_version

google/cloud/dataproc_v1/services/cluster_controller/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from google.api_core import operation_async # type: ignore
4747
from google.iam.v1 import iam_policy_pb2 # type: ignore
4848
from google.iam.v1 import policy_pb2 # type: ignore
49-
from google.longrunning import operations_pb2
49+
from google.longrunning import operations_pb2 # type: ignore
5050
from google.protobuf import empty_pb2 # type: ignore
5151
from google.protobuf import field_mask_pb2 # type: ignore
5252

0 commit comments

Comments
 (0)