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

Commit e9b13a0

Browse files
docs: Fix formatting of request arg in docstring (#404)
* 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 * 🦉 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 acc70b8 commit e9b13a0

File tree

177 files changed

+1990
-2651
lines changed

Some content is hidden

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

177 files changed

+1990
-2651
lines changed

google/cloud/compute_v1/services/accelerator_types/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ def aggregated_list(
438438
Args:
439439
request (Union[google.cloud.compute_v1.types.AggregatedListAcceleratorTypesRequest, dict]):
440440
The request object. A request message for
441-
AcceleratorTypes.AggregatedList. See the method
442-
description for details.
441+
AcceleratorTypes.AggregatedList. See the
442+
method description for details.
443443
project (str):
444444
Project ID for this request.
445445
This corresponds to the ``project`` field
@@ -525,8 +525,8 @@ def get(
525525
Args:
526526
request (Union[google.cloud.compute_v1.types.GetAcceleratorTypeRequest, dict]):
527527
The request object. A request message for
528-
AcceleratorTypes.Get. See the method description for
529-
details.
528+
AcceleratorTypes.Get. See the method
529+
description for details.
530530
project (str):
531531
Project ID for this request.
532532
This corresponds to the ``project`` field
@@ -632,8 +632,8 @@ def list(
632632
Args:
633633
request (Union[google.cloud.compute_v1.types.ListAcceleratorTypesRequest, dict]):
634634
The request object. A request message for
635-
AcceleratorTypes.List. See the method description for
636-
details.
635+
AcceleratorTypes.List. See the method
636+
description for details.
637637
project (str):
638638
Project ID for this request.
639639
This corresponds to the ``project`` field

google/cloud/compute_v1/services/accelerator_types/transports/rest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ def __call__(
296296
The request object. A request message for
297297
AcceleratorTypes.AggregatedList. See the
298298
method description for details.
299-
300299
retry (google.api_core.retry.Retry): Designation of what errors, if any,
301300
should be retried.
302301
timeout (float): The timeout for this request.
@@ -383,7 +382,6 @@ def __call__(
383382
The request object. A request message for
384383
AcceleratorTypes.Get. See the method
385384
description for details.
386-
387385
retry (google.api_core.retry.Retry): Designation of what errors, if any,
388386
should be retried.
389387
timeout (float): The timeout for this request.
@@ -478,7 +476,6 @@ def __call__(
478476
The request object. A request message for
479477
AcceleratorTypes.List. See the method
480478
description for details.
481-
482479
retry (google.api_core.retry.Retry): Designation of what errors, if any,
483480
should be retried.
484481
timeout (float): The timeout for this request.

google/cloud/compute_v1/services/addresses/client.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ def aggregated_list(
435435
Args:
436436
request (Union[google.cloud.compute_v1.types.AggregatedListAddressesRequest, dict]):
437437
The request object. A request message for
438-
Addresses.AggregatedList. See the method description for
439-
details.
438+
Addresses.AggregatedList. See the method
439+
description for details.
440440
project (str):
441441
Project ID for this request.
442442
This corresponds to the ``project`` field
@@ -522,8 +522,8 @@ def delete_unary(
522522
Args:
523523
request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]):
524524
The request object. A request message for
525-
Addresses.Delete. See the method description for
526-
details.
525+
Addresses.Delete. See the method
526+
description for details.
527527
project (str):
528528
Project ID for this request.
529529
This corresponds to the ``project`` field
@@ -621,8 +621,8 @@ def delete(
621621
Args:
622622
request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]):
623623
The request object. A request message for
624-
Addresses.Delete. See the method description for
625-
details.
624+
Addresses.Delete. See the method
625+
description for details.
626626
project (str):
627627
Project ID for this request.
628628
This corresponds to the ``project`` field
@@ -849,8 +849,8 @@ def insert_unary(
849849
Args:
850850
request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]):
851851
The request object. A request message for
852-
Addresses.Insert. See the method description for
853-
details.
852+
Addresses.Insert. See the method
853+
description for details.
854854
project (str):
855855
Project ID for this request.
856856
This corresponds to the ``project`` field
@@ -946,8 +946,8 @@ def insert(
946946
Args:
947947
request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]):
948948
The request object. A request message for
949-
Addresses.Insert. See the method description for
950-
details.
949+
Addresses.Insert. See the method
950+
description for details.
951951
project (str):
952952
Project ID for this request.
953953
This corresponds to the ``project`` field
@@ -1066,8 +1066,8 @@ def list(
10661066
10671067
Args:
10681068
request (Union[google.cloud.compute_v1.types.ListAddressesRequest, dict]):
1069-
The request object. A request message for
1070-
Addresses.List. See the method description for details.
1069+
The request object. A request message for Addresses.List.
1070+
See the method description for details.
10711071
project (str):
10721072
Project ID for this request.
10731073
This corresponds to the ``project`` field
@@ -1170,8 +1170,8 @@ def set_labels_unary(
11701170
Args:
11711171
request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]):
11721172
The request object. A request message for
1173-
Addresses.SetLabels. See the method description for
1174-
details.
1173+
Addresses.SetLabels. See the method
1174+
description for details.
11751175
project (str):
11761176
Project ID for this request.
11771177
This corresponds to the ``project`` field
@@ -1284,8 +1284,8 @@ def set_labels(
12841284
Args:
12851285
request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]):
12861286
The request object. A request message for
1287-
Addresses.SetLabels. See the method description for
1288-
details.
1287+
Addresses.SetLabels. See the method
1288+
description for details.
12891289
project (str):
12901290
Project ID for this request.
12911291
This corresponds to the ``project`` field

google/cloud/compute_v1/services/addresses/transports/rest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ def __call__(
370370
The request object. A request message for
371371
Addresses.AggregatedList. See the method
372372
description for details.
373-
374373
retry (google.api_core.retry.Retry): Designation of what errors, if any,
375374
should be retried.
376375
timeout (float): The timeout for this request.
@@ -457,7 +456,6 @@ def __call__(
457456
The request object. A request message for
458457
Addresses.Delete. See the method
459458
description for details.
460-
461459
retry (google.api_core.retry.Retry): Designation of what errors, if any,
462460
should be retried.
463461
timeout (float): The timeout for this request.
@@ -558,7 +556,6 @@ def __call__(
558556
request (~.compute.GetAddressRequest):
559557
The request object. A request message for Addresses.Get.
560558
See the method description for details.
561-
562559
retry (google.api_core.retry.Retry): Designation of what errors, if any,
563560
should be retried.
564561
timeout (float): The timeout for this request.
@@ -652,7 +649,6 @@ def __call__(
652649
The request object. A request message for
653650
Addresses.Insert. See the method
654651
description for details.
655-
656652
retry (google.api_core.retry.Retry): Designation of what errors, if any,
657653
should be retried.
658654
timeout (float): The timeout for this request.
@@ -762,7 +758,6 @@ def __call__(
762758
request (~.compute.ListAddressesRequest):
763759
The request object. A request message for Addresses.List.
764760
See the method description for details.
765-
766761
retry (google.api_core.retry.Retry): Designation of what errors, if any,
767762
should be retried.
768763
timeout (float): The timeout for this request.
@@ -849,7 +844,6 @@ def __call__(
849844
The request object. A request message for
850845
Addresses.SetLabels. See the method
851846
description for details.
852-
853847
retry (google.api_core.retry.Retry): Designation of what errors, if any,
854848
should be retried.
855849
timeout (float): The timeout for this request.

google/cloud/compute_v1/services/autoscalers/client.py

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ def aggregated_list(
435435
Args:
436436
request (Union[google.cloud.compute_v1.types.AggregatedListAutoscalersRequest, dict]):
437437
The request object. A request message for
438-
Autoscalers.AggregatedList. See the method description
439-
for details.
438+
Autoscalers.AggregatedList. See the
439+
method description for details.
440440
project (str):
441441
Project ID for this request.
442442
This corresponds to the ``project`` field
@@ -522,8 +522,8 @@ def delete_unary(
522522
Args:
523523
request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]):
524524
The request object. A request message for
525-
Autoscalers.Delete. See the method description for
526-
details.
525+
Autoscalers.Delete. See the method
526+
description for details.
527527
project (str):
528528
Project ID for this request.
529529
This corresponds to the ``project`` field
@@ -619,8 +619,8 @@ def delete(
619619
Args:
620620
request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]):
621621
The request object. A request message for
622-
Autoscalers.Delete. See the method description for
623-
details.
622+
Autoscalers.Delete. See the method
623+
description for details.
624624
project (str):
625625
Project ID for this request.
626626
This corresponds to the ``project`` field
@@ -741,7 +741,8 @@ def get(
741741
Args:
742742
request (Union[google.cloud.compute_v1.types.GetAutoscalerRequest, dict]):
743743
The request object. A request message for
744-
Autoscalers.Get. See the method description for details.
744+
Autoscalers.Get. See the method
745+
description for details.
745746
project (str):
746747
Project ID for this request.
747748
This corresponds to the ``project`` field
@@ -847,8 +848,8 @@ def insert_unary(
847848
Args:
848849
request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]):
849850
The request object. A request message for
850-
Autoscalers.Insert. See the method description for
851-
details.
851+
Autoscalers.Insert. See the method
852+
description for details.
852853
project (str):
853854
Project ID for this request.
854855
This corresponds to the ``project`` field
@@ -944,8 +945,8 @@ def insert(
944945
Args:
945946
request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]):
946947
The request object. A request message for
947-
Autoscalers.Insert. See the method description for
948-
details.
948+
Autoscalers.Insert. See the method
949+
description for details.
949950
project (str):
950951
Project ID for this request.
951952
This corresponds to the ``project`` field
@@ -1065,8 +1066,8 @@ def list(
10651066
Args:
10661067
request (Union[google.cloud.compute_v1.types.ListAutoscalersRequest, dict]):
10671068
The request object. A request message for
1068-
Autoscalers.List. See the method description for
1069-
details.
1069+
Autoscalers.List. See the method
1070+
description for details.
10701071
project (str):
10711072
Project ID for this request.
10721073
This corresponds to the ``project`` field
@@ -1169,8 +1170,8 @@ def patch_unary(
11691170
Args:
11701171
request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]):
11711172
The request object. A request message for
1172-
Autoscalers.Patch. See the method description for
1173-
details.
1173+
Autoscalers.Patch. See the method
1174+
description for details.
11741175
project (str):
11751176
Project ID for this request.
11761177
This corresponds to the ``project`` field
@@ -1268,8 +1269,8 @@ def patch(
12681269
Args:
12691270
request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]):
12701271
The request object. A request message for
1271-
Autoscalers.Patch. See the method description for
1272-
details.
1272+
Autoscalers.Patch. See the method
1273+
description for details.
12731274
project (str):
12741275
Project ID for this request.
12751276
This corresponds to the ``project`` field
@@ -1390,8 +1391,8 @@ def update_unary(
13901391
Args:
13911392
request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]):
13921393
The request object. A request message for
1393-
Autoscalers.Update. See the method description for
1394-
details.
1394+
Autoscalers.Update. See the method
1395+
description for details.
13951396
project (str):
13961397
Project ID for this request.
13971398
This corresponds to the ``project`` field
@@ -1487,8 +1488,8 @@ def update(
14871488
Args:
14881489
request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]):
14891490
The request object. A request message for
1490-
Autoscalers.Update. See the method description for
1491-
details.
1491+
Autoscalers.Update. See the method
1492+
description for details.
14921493
project (str):
14931494
Project ID for this request.
14941495
This corresponds to the ``project`` field

google/cloud/compute_v1/services/autoscalers/transports/rest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ def __call__(
405405
The request object. A request message for
406406
Autoscalers.AggregatedList. See the
407407
method description for details.
408-
409408
retry (google.api_core.retry.Retry): Designation of what errors, if any,
410409
should be retried.
411410
timeout (float): The timeout for this request.
@@ -492,7 +491,6 @@ def __call__(
492491
The request object. A request message for
493492
Autoscalers.Delete. See the method
494493
description for details.
495-
496494
retry (google.api_core.retry.Retry): Designation of what errors, if any,
497495
should be retried.
498496
timeout (float): The timeout for this request.
@@ -594,7 +592,6 @@ def __call__(
594592
The request object. A request message for
595593
Autoscalers.Get. See the method
596594
description for details.
597-
598595
retry (google.api_core.retry.Retry): Designation of what errors, if any,
599596
should be retried.
600597
timeout (float): The timeout for this request.
@@ -693,7 +690,6 @@ def __call__(
693690
The request object. A request message for
694691
Autoscalers.Insert. See the method
695692
description for details.
696-
697693
retry (google.api_core.retry.Retry): Designation of what errors, if any,
698694
should be retried.
699695
timeout (float): The timeout for this request.
@@ -804,7 +800,6 @@ def __call__(
804800
The request object. A request message for
805801
Autoscalers.List. See the method
806802
description for details.
807-
808803
retry (google.api_core.retry.Retry): Designation of what errors, if any,
809804
should be retried.
810805
timeout (float): The timeout for this request.
@@ -893,7 +888,6 @@ def __call__(
893888
The request object. A request message for
894889
Autoscalers.Patch. See the method
895890
description for details.
896-
897891
retry (google.api_core.retry.Retry): Designation of what errors, if any,
898892
should be retried.
899893
timeout (float): The timeout for this request.
@@ -1004,7 +998,6 @@ def __call__(
1004998
The request object. A request message for
1005999
Autoscalers.Update. See the method
10061000
description for details.
1007-
10081001
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10091002
should be retried.
10101003
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)