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

Commit

Permalink
docs: Fix formatting of request arg in docstring (#119)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.9.0

PiperOrigin-RevId: 517425588

Source-Link: googleapis/googleapis@33c93eb

Source-Link: googleapis/googleapis-gen@d5f5978
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9

* chore: Update gapic-generator-python to v1.9.0

PiperOrigin-RevId: 517425588

Source-Link: googleapis/googleapis@33c93eb

Source-Link: googleapis/googleapis-gen@d5f5978
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9

* 🦉 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

* 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

* 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] committed Mar 23, 2023
1 parent abcd3a3 commit cc95fb4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2809,8 +2809,8 @@ async def sample_resume_migration():
Args:
request (Optional[Union[google.cloud.vmmigration_v1.types.ResumeMigrationRequest, dict]]):
The request object. Request message for
'ResumeMigration' request.
The request object. Request message for 'ResumeMigration'
request.
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 @@ -4800,8 +4800,8 @@ async def sample_remove_group_migration():
Args:
request (Optional[Union[google.cloud.vmmigration_v1.types.RemoveGroupMigrationRequest, dict]]):
The request object. Request message for
'RemoveMigration' request.
The request object. Request message for 'RemoveMigration'
request.
group (:class:`str`):
Required. The name of the Group.
This corresponds to the ``group`` field
Expand Down
8 changes: 4 additions & 4 deletions google/cloud/vmmigration_v1/services/vm_migration/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3219,8 +3219,8 @@ def sample_resume_migration():
Args:
request (Union[google.cloud.vmmigration_v1.types.ResumeMigrationRequest, dict]):
The request object. Request message for
'ResumeMigration' request.
The request object. Request message for 'ResumeMigration'
request.
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 @@ -5212,8 +5212,8 @@ def sample_remove_group_migration():
Args:
request (Union[google.cloud.vmmigration_v1.types.RemoveGroupMigrationRequest, dict]):
The request object. Request message for
'RemoveMigration' request.
The request object. Request message for 'RemoveMigration'
request.
group (str):
Required. The name of the Group.
This corresponds to the ``group`` field
Expand Down
Loading

0 comments on commit cc95fb4

Please sign in to comment.