Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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