Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#170)
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

---------

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 a1cf568 commit 2d57eb2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ async def sample_enable_service():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.EnableServiceRequest, dict]]):
The request object. Request message for the
`EnableService` method.
The request object. Request message for the ``EnableService`` method.
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 @@ -361,8 +360,7 @@ async def sample_disable_service():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.DisableServiceRequest, dict]]):
The request object. Request message for the
`DisableService` method.
The request object. Request message for the ``DisableService`` method.
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 @@ -453,8 +451,7 @@ async def sample_get_service():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.GetServiceRequest, dict]]):
The request object. Request message for the `GetService`
method.
The request object. Request message for the ``GetService`` method.
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 @@ -546,8 +543,7 @@ async def sample_list_services():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.ListServicesRequest, dict]]):
The request object. Request message for the
`ListServices` method.
The request object. Request message for the ``ListServices`` method.
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 @@ -643,8 +639,7 @@ async def sample_batch_enable_services():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.BatchEnableServicesRequest, dict]]):
The request object. Request message for the
`BatchEnableServices` method.
The request object. Request message for the ``BatchEnableServices`` method.
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 @@ -735,8 +730,7 @@ async def sample_batch_get_services():
Args:
request (Optional[Union[google.cloud.service_usage_v1.types.BatchGetServicesRequest, dict]]):
The request object. Request message for the
`BatchGetServices` method.
The request object. Request message for the ``BatchGetServices`` method.
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 @@ -470,8 +470,7 @@ def sample_enable_service():
Args:
request (Union[google.cloud.service_usage_v1.types.EnableServiceRequest, dict]):
The request object. Request message for the
`EnableService` method.
The request object. Request message for the ``EnableService`` method.
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 @@ -573,8 +572,7 @@ def sample_disable_service():
Args:
request (Union[google.cloud.service_usage_v1.types.DisableServiceRequest, dict]):
The request object. Request message for the
`DisableService` method.
The request object. Request message for the ``DisableService`` method.
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 @@ -666,8 +664,7 @@ def sample_get_service():
Args:
request (Union[google.cloud.service_usage_v1.types.GetServiceRequest, dict]):
The request object. Request message for the `GetService`
method.
The request object. Request message for the ``GetService`` method.
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 @@ -760,8 +757,7 @@ def sample_list_services():
Args:
request (Union[google.cloud.service_usage_v1.types.ListServicesRequest, dict]):
The request object. Request message for the
`ListServices` method.
The request object. Request message for the ``ListServices`` method.
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 @@ -858,8 +854,7 @@ def sample_batch_enable_services():
Args:
request (Union[google.cloud.service_usage_v1.types.BatchEnableServicesRequest, dict]):
The request object. Request message for the
`BatchEnableServices` method.
The request object. Request message for the ``BatchEnableServices`` method.
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 @@ -951,8 +946,7 @@ def sample_batch_get_services():
Args:
request (Union[google.cloud.service_usage_v1.types.BatchGetServicesRequest, dict]):
The request object. Request message for the
`BatchGetServices` method.
The request object. Request message for the ``BatchGetServices`` method.
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 @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-service-usage",
"version": "1.7.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 2d57eb2

Please sign in to comment.