Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#201)
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 c8e70ba commit 3ec24ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ async def sample_list_services():
Args:
request (Optional[Union[google.cloud.servicemanagement_v1.types.ListServicesRequest, dict]]):
The request object. Request message for `ListServices`
method.
The request object. Request message for ``ListServices`` method.
producer_project_id (:class:`str`):
Include services produced by the
specified project.
Expand Down Expand Up @@ -406,8 +405,7 @@ async def sample_get_service():
Args:
request (Optional[Union[google.cloud.servicemanagement_v1.types.GetServiceRequest, dict]]):
The request object. Request message for `GetService`
method.
The request object. Request message for ``GetService`` method.
service_name (:class:`str`):
Required. The name of the service. See the
``ServiceManager`` overview for naming requirements. For
Expand Down Expand Up @@ -1626,8 +1624,8 @@ async def sample_get_service_rollout():
Args:
request (Optional[Union[google.cloud.servicemanagement_v1.types.GetServiceRolloutRequest, dict]]):
The request object. Request message for
GetServiceRollout method.
The request object. Request message for GetServiceRollout
method.
service_name (:class:`str`):
Required. The name of the service. See the
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,7 @@ def sample_list_services():
Args:
request (Union[google.cloud.servicemanagement_v1.types.ListServicesRequest, dict]):
The request object. Request message for `ListServices`
method.
The request object. Request message for ``ListServices`` method.
producer_project_id (str):
Include services produced by the
specified project.
Expand Down Expand Up @@ -615,8 +614,7 @@ def sample_get_service():
Args:
request (Union[google.cloud.servicemanagement_v1.types.GetServiceRequest, dict]):
The request object. Request message for `GetService`
method.
The request object. Request message for ``GetService`` method.
service_name (str):
Required. The name of the service. See the
``ServiceManager`` overview for naming requirements. For
Expand Down Expand Up @@ -1835,8 +1833,8 @@ def sample_get_service_rollout():
Args:
request (Union[google.cloud.servicemanagement_v1.types.GetServiceRolloutRequest, dict]):
The request object. Request message for
GetServiceRollout method.
The request object. Request message for GetServiceRollout
method.
service_name (str):
Required. The name of the service. See the
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ def __call__(
request (~.servicemanager.CreateServiceRequest):
The request object. Request message for CreateService
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 @@ -740,7 +739,6 @@ def __call__(
request (~.servicemanager.CreateServiceConfigRequest):
The request object. Request message for
CreateServiceConfig 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 @@ -876,7 +874,6 @@ def __call__(
request (~.servicemanager.CreateServiceRolloutRequest):
The request object. Request message for
'CreateServiceRollout'
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 @@ -976,7 +973,6 @@ def __call__(
request (~.servicemanager.DeleteServiceRequest):
The request object. Request message for DeleteService
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 @@ -1065,7 +1061,6 @@ def __call__(
request (~.servicemanager.GenerateConfigReportRequest):
The request object. Request message for
GenerateConfigReport 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 @@ -1255,7 +1250,6 @@ def __call__(
request (~.servicemanager.GetServiceConfigRequest):
The request object. Request message for GetServiceConfig
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 @@ -1386,7 +1380,6 @@ def __call__(
request (~.servicemanager.GetServiceRolloutRequest):
The request object. Request message for GetServiceRollout
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 @@ -1482,7 +1475,6 @@ def __call__(
request (~.servicemanager.ListServiceConfigsRequest):
The request object. Request message for
ListServiceConfigs 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 @@ -1576,7 +1568,6 @@ def __call__(
request (~.servicemanager.ListServiceRolloutsRequest):
The request object. Request message for
'ListServiceRollouts'
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 @@ -1743,7 +1734,6 @@ def __call__(
request (~.servicemanager.SubmitConfigSourceRequest):
The request object. Request message for
SubmitConfigSource 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 @@ -1843,7 +1833,6 @@ def __call__(
request (~.servicemanager.UndeleteServiceRequest):
The request object. Request message for UndeleteService
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

0 comments on commit 3ec24ba

Please sign in to comment.