Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#404)
Browse files Browse the repository at this point in the history
* 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: googleapis/googleapis-gen@b2ab4b0
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 23, 2023
1 parent e84d22d commit 4d6f331
Show file tree
Hide file tree
Showing 177 changed files with 1,990 additions and 2,651 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ def aggregated_list(
Args:
request (Union[google.cloud.compute_v1.types.AggregatedListAcceleratorTypesRequest, dict]):
The request object. A request message for
AcceleratorTypes.AggregatedList. See the method
description for details.
AcceleratorTypes.AggregatedList. See the
method description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -525,8 +525,8 @@ def get(
Args:
request (Union[google.cloud.compute_v1.types.GetAcceleratorTypeRequest, dict]):
The request object. A request message for
AcceleratorTypes.Get. See the method description for
details.
AcceleratorTypes.Get. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -632,8 +632,8 @@ def list(
Args:
request (Union[google.cloud.compute_v1.types.ListAcceleratorTypesRequest, dict]):
The request object. A request message for
AcceleratorTypes.List. See the method description for
details.
AcceleratorTypes.List. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def __call__(
The request object. A request message for
AcceleratorTypes.AggregatedList. See the
method description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -383,7 +382,6 @@ def __call__(
The request object. A request message for
AcceleratorTypes.Get. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -478,7 +476,6 @@ def __call__(
The request object. A request message for
AcceleratorTypes.List. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ def aggregated_list(
Args:
request (Union[google.cloud.compute_v1.types.AggregatedListAddressesRequest, dict]):
The request object. A request message for
Addresses.AggregatedList. See the method description for
details.
Addresses.AggregatedList. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -522,8 +522,8 @@ def delete_unary(
Args:
request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]):
The request object. A request message for
Addresses.Delete. See the method description for
details.
Addresses.Delete. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -621,8 +621,8 @@ def delete(
Args:
request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]):
The request object. A request message for
Addresses.Delete. See the method description for
details.
Addresses.Delete. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -849,8 +849,8 @@ def insert_unary(
Args:
request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]):
The request object. A request message for
Addresses.Insert. See the method description for
details.
Addresses.Insert. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -946,8 +946,8 @@ def insert(
Args:
request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]):
The request object. A request message for
Addresses.Insert. See the method description for
details.
Addresses.Insert. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1066,8 +1066,8 @@ def list(
Args:
request (Union[google.cloud.compute_v1.types.ListAddressesRequest, dict]):
The request object. A request message for
Addresses.List. See the method description for details.
The request object. A request message for Addresses.List.
See the method description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1170,8 +1170,8 @@ def set_labels_unary(
Args:
request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]):
The request object. A request message for
Addresses.SetLabels. See the method description for
details.
Addresses.SetLabels. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1284,8 +1284,8 @@ def set_labels(
Args:
request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]):
The request object. A request message for
Addresses.SetLabels. See the method description for
details.
Addresses.SetLabels. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ def __call__(
The request object. A request message for
Addresses.AggregatedList. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -457,7 +456,6 @@ def __call__(
The request object. A request message for
Addresses.Delete. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -558,7 +556,6 @@ def __call__(
request (~.compute.GetAddressRequest):
The request object. A request message for Addresses.Get.
See the method description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -652,7 +649,6 @@ def __call__(
The request object. A request message for
Addresses.Insert. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -762,7 +758,6 @@ def __call__(
request (~.compute.ListAddressesRequest):
The request object. A request message for Addresses.List.
See the method description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -849,7 +844,6 @@ def __call__(
The request object. A request message for
Addresses.SetLabels. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ def aggregated_list(
Args:
request (Union[google.cloud.compute_v1.types.AggregatedListAutoscalersRequest, dict]):
The request object. A request message for
Autoscalers.AggregatedList. See the method description
for details.
Autoscalers.AggregatedList. See the
method description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -522,8 +522,8 @@ def delete_unary(
Args:
request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Delete. See the method description for
details.
Autoscalers.Delete. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -619,8 +619,8 @@ def delete(
Args:
request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Delete. See the method description for
details.
Autoscalers.Delete. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -741,7 +741,8 @@ def get(
Args:
request (Union[google.cloud.compute_v1.types.GetAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Get. See the method description for details.
Autoscalers.Get. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -847,8 +848,8 @@ def insert_unary(
Args:
request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Insert. See the method description for
details.
Autoscalers.Insert. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -944,8 +945,8 @@ def insert(
Args:
request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Insert. See the method description for
details.
Autoscalers.Insert. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1065,8 +1066,8 @@ def list(
Args:
request (Union[google.cloud.compute_v1.types.ListAutoscalersRequest, dict]):
The request object. A request message for
Autoscalers.List. See the method description for
details.
Autoscalers.List. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1169,8 +1170,8 @@ def patch_unary(
Args:
request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Patch. See the method description for
details.
Autoscalers.Patch. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1268,8 +1269,8 @@ def patch(
Args:
request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Patch. See the method description for
details.
Autoscalers.Patch. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1390,8 +1391,8 @@ def update_unary(
Args:
request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Update. See the method description for
details.
Autoscalers.Update. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down Expand Up @@ -1487,8 +1488,8 @@ def update(
Args:
request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]):
The request object. A request message for
Autoscalers.Update. See the method description for
details.
Autoscalers.Update. See the method
description for details.
project (str):
Project ID for this request.
This corresponds to the ``project`` field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ def __call__(
The request object. A request message for
Autoscalers.AggregatedList. See the
method description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -492,7 +491,6 @@ def __call__(
The request object. A request message for
Autoscalers.Delete. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -594,7 +592,6 @@ def __call__(
The request object. A request message for
Autoscalers.Get. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -693,7 +690,6 @@ def __call__(
The request object. A request message for
Autoscalers.Insert. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -804,7 +800,6 @@ def __call__(
The request object. A request message for
Autoscalers.List. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -893,7 +888,6 @@ def __call__(
The request object. A request message for
Autoscalers.Patch. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1004,7 +998,6 @@ def __call__(
The request object. A request message for
Autoscalers.Update. See the method
description for details.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Loading

0 comments on commit 4d6f331

Please sign in to comment.