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

Commit cc95fb4

Browse files
docs: Fix formatting of request arg in docstring (#119)
* chore: Update gapic-generator-python to v1.9.0 PiperOrigin-RevId: 517425588 Source-Link: googleapis/googleapis@33c93eb Source-Link: https://github.com/googleapis/googleapis-gen/commit/d5f59789d19fc43270ff2124967d4ec8992b8e8f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9 * chore: Update gapic-generator-python to v1.9.0 PiperOrigin-RevId: 517425588 Source-Link: googleapis/googleapis@33c93eb Source-Link: https://github.com/googleapis/googleapis-gen/commit/d5f59789d19fc43270ff2124967d4ec8992b8e8f 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: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 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: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 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>
1 parent abcd3a3 commit cc95fb4

File tree

5 files changed

+10
-56
lines changed

5 files changed

+10
-56
lines changed

google/cloud/vmmigration_v1/services/vm_migration/async_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,8 +2809,8 @@ async def sample_resume_migration():
28092809
28102810
Args:
28112811
request (Optional[Union[google.cloud.vmmigration_v1.types.ResumeMigrationRequest, dict]]):
2812-
The request object. Request message for
2813-
'ResumeMigration' request.
2812+
The request object. Request message for 'ResumeMigration'
2813+
request.
28142814
retry (google.api_core.retry.Retry): Designation of what errors, if any,
28152815
should be retried.
28162816
timeout (float): The timeout for this request.
@@ -4800,8 +4800,8 @@ async def sample_remove_group_migration():
48004800
48014801
Args:
48024802
request (Optional[Union[google.cloud.vmmigration_v1.types.RemoveGroupMigrationRequest, dict]]):
4803-
The request object. Request message for
4804-
'RemoveMigration' request.
4803+
The request object. Request message for 'RemoveMigration'
4804+
request.
48054805
group (:class:`str`):
48064806
Required. The name of the Group.
48074807
This corresponds to the ``group`` field

google/cloud/vmmigration_v1/services/vm_migration/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,8 +3219,8 @@ def sample_resume_migration():
32193219
32203220
Args:
32213221
request (Union[google.cloud.vmmigration_v1.types.ResumeMigrationRequest, dict]):
3222-
The request object. Request message for
3223-
'ResumeMigration' request.
3222+
The request object. Request message for 'ResumeMigration'
3223+
request.
32243224
retry (google.api_core.retry.Retry): Designation of what errors, if any,
32253225
should be retried.
32263226
timeout (float): The timeout for this request.
@@ -5212,8 +5212,8 @@ def sample_remove_group_migration():
52125212
52135213
Args:
52145214
request (Union[google.cloud.vmmigration_v1.types.RemoveGroupMigrationRequest, dict]):
5215-
The request object. Request message for
5216-
'RemoveMigration' request.
5215+
The request object. Request message for 'RemoveMigration'
5216+
request.
52175217
group (str):
52185218
Required. The name of the Group.
52195219
This corresponds to the ``group`` field

0 commit comments

Comments
 (0)