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

Commit 91e315c

Browse files
docs: Fix formatting of request arg in docstring (#170)
* docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 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 8c6fffe commit 91e315c

File tree

4 files changed

+0
-9
lines changed
  • google/cloud/orchestration/airflow
    • service_v1/services
    • service_v1beta1/services

4 files changed

+0
-9
lines changed

google/cloud/orchestration/airflow/service_v1/services/environments/transports/rest.py

-3
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,6 @@ def __call__(
766766
request (~.environments.ListEnvironmentsRequest):
767767
The request object. List environments in a project and
768768
location.
769-
770769
retry (google.api_core.retry.Retry): Designation of what errors, if any,
771770
should be retried.
772771
timeout (float): The timeout for this request.
@@ -847,7 +846,6 @@ def __call__(
847846
request (~.environments.LoadSnapshotRequest):
848847
The request object. Request to load a snapshot into a
849848
Cloud Composer environment.
850-
851849
retry (google.api_core.retry.Retry): Designation of what errors, if any,
852850
should be retried.
853851
timeout (float): The timeout for this request.
@@ -934,7 +932,6 @@ def __call__(
934932
request (~.environments.SaveSnapshotRequest):
935933
The request object. Request to create a snapshot of a
936934
Cloud Composer environment.
937-
938935
retry (google.api_core.retry.Retry): Designation of what errors, if any,
939936
should be retried.
940937
timeout (float): The timeout for this request.

google/cloud/orchestration/airflow/service_v1/services/image_versions/transports/rest.py

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def __call__(
283283
request (~.image_versions.ListImageVersionsRequest):
284284
The request object. List ImageVersions in a project and
285285
location.
286-
287286
retry (google.api_core.retry.Retry): Designation of what errors, if any,
288287
should be retried.
289288
timeout (float): The timeout for this request.

google/cloud/orchestration/airflow/service_v1beta1/services/environments/transports/rest.py

-4
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ def __call__(
586586
request (~.environments.CheckUpgradeRequest):
587587
The request object. Request to check whether image
588588
upgrade will succeed.
589-
590589
retry (google.api_core.retry.Retry): Designation of what errors, if any,
591590
should be retried.
592591
timeout (float): The timeout for this request.
@@ -915,7 +914,6 @@ def __call__(
915914
request (~.environments.ListEnvironmentsRequest):
916915
The request object. List environments in a project and
917916
location.
918-
919917
retry (google.api_core.retry.Retry): Designation of what errors, if any,
920918
should be retried.
921919
timeout (float): The timeout for this request.
@@ -996,7 +994,6 @@ def __call__(
996994
request (~.environments.LoadSnapshotRequest):
997995
The request object. Request to load a snapshot into a
998996
Cloud Composer environment.
999-
1000997
retry (google.api_core.retry.Retry): Designation of what errors, if any,
1001998
should be retried.
1002999
timeout (float): The timeout for this request.
@@ -1170,7 +1167,6 @@ def __call__(
11701167
request (~.environments.SaveSnapshotRequest):
11711168
The request object. Request to create a snapshot of a
11721169
Cloud Composer environment.
1173-
11741170
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11751171
should be retried.
11761172
timeout (float): The timeout for this request.

google/cloud/orchestration/airflow/service_v1beta1/services/image_versions/transports/rest.py

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def __call__(
283283
request (~.image_versions.ListImageVersionsRequest):
284284
The request object. List ImageVersions in a project and
285285
location.
286-
287286
retry (google.api_core.retry.Retry): Designation of what errors, if any,
288287
should be retried.
289288
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)