Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of request arg in docstring (#151)
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] committed Mar 23, 2023
1 parent aa58cc7 commit 8af4265
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,9 @@ async def sample_list_transfer_jobs():
Args:
request (Optional[Union[google.cloud.storage_transfer_v1.types.ListTransferJobsRequest, dict]]):
The request object. `projectId`, `jobNames`, and
`jobStatuses` are query parameters that can be specified
when listing transfer jobs.
The request object. ``projectId``, ``jobNames``, and ``jobStatuses`` are
query parameters that can be specified when listing
transfer jobs.
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 @@ -1373,8 +1373,7 @@ async def sample_list_agent_pools():
Args:
request (Optional[Union[google.cloud.storage_transfer_v1.types.ListAgentPoolsRequest, dict]]):
The request object. The request passed to
ListAgentPools.
The request object. The request passed to ListAgentPools.
project_id (:class:`str`):
Required. The ID of the Google Cloud
project that owns the job.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,9 @@ def sample_list_transfer_jobs():
Args:
request (Union[google.cloud.storage_transfer_v1.types.ListTransferJobsRequest, dict]):
The request object. `projectId`, `jobNames`, and
`jobStatuses` are query parameters that can be specified
when listing transfer jobs.
The request object. ``projectId``, ``jobNames``, and ``jobStatuses`` are
query parameters that can be specified when listing
transfer jobs.
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 @@ -1607,8 +1607,7 @@ def sample_list_agent_pools():
Args:
request (Union[google.cloud.storage_transfer_v1.types.ListAgentPoolsRequest, dict]):
The request object. The request passed to
ListAgentPools.
The request object. The request passed to ListAgentPools.
project_id (str):
Required. The ID of the Google Cloud
project that owns the job.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ def __call__(
request (~.transfer.CreateAgentPoolRequest):
The request object. Specifies the request passed to
CreateAgentPool.
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 @@ -894,7 +893,6 @@ def __call__(
request (~.transfer.DeleteAgentPoolRequest):
The request object. Specifies the request passed to
DeleteAgentPool.
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 @@ -1050,7 +1048,6 @@ def __call__(
request (~.transfer.GetAgentPoolRequest):
The request object. Specifies the request passed to
GetAgentPool.
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 @@ -1139,7 +1136,6 @@ def __call__(
request (~.transfer.GetGoogleServiceAccountRequest):
The request object. Request passed to
GetGoogleServiceAccount.
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 @@ -1413,7 +1409,6 @@ def __call__(
The request object. ``projectId``, ``jobNames``, and ``jobStatuses`` are
query parameters that can be specified when listing
transfer jobs.
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 @@ -1503,7 +1498,6 @@ def __call__(
request (~.transfer.PauseTransferOperationRequest):
The request object. Request passed to
PauseTransferOperation.
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 @@ -1590,7 +1584,6 @@ def __call__(
request (~.transfer.ResumeTransferOperationRequest):
The request object. Request passed to
ResumeTransferOperation.
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 @@ -1775,7 +1768,6 @@ def __call__(
request (~.transfer.UpdateAgentPoolRequest):
The request object. Specifies the request passed to
UpdateAgentPool.
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-storage-transfer",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 8af4265

Please sign in to comment.