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

docs: Fix formatting of request arg in docstring #174

Merged
merged 2 commits into from
Mar 23, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ async def sample_list_migration_jobs():
Args:
request (Optional[Union[google.cloud.clouddms_v1.types.ListMigrationJobsRequest, dict]]):
The request object. Retrieve a list of all migration
jobs in a given project and location.
The request object. Retrieve a list of all migration jobs
in a given project and location.
parent (:class:`str`):
Required. The parent, which owns this
collection of migrationJobs.
Expand Down Expand Up @@ -385,8 +385,8 @@ async def sample_get_migration_job():
Args:
request (Optional[Union[google.cloud.clouddms_v1.types.GetMigrationJobRequest, dict]]):
The request object. Request message for
'GetMigrationJob' request.
The request object. Request message for 'GetMigrationJob'
request.
name (:class:`str`):
Required. Name of the migration job
resource to get.
Expand Down Expand Up @@ -504,8 +504,8 @@ async def sample_create_migration_job():
Args:
request (Optional[Union[google.cloud.clouddms_v1.types.CreateMigrationJobRequest, dict]]):
The request object. Request message to create a new
Database Migration Service migration job in the
specified project and region.
Database Migration Service migration job
in the specified project and region.
parent (:class:`str`):
Required. The parent, which owns this
collection of migration jobs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ def sample_list_migration_jobs():
Args:
request (Union[google.cloud.clouddms_v1.types.ListMigrationJobsRequest, dict]):
The request object. Retrieve a list of all migration
jobs in a given project and location.
The request object. Retrieve a list of all migration jobs
in a given project and location.
parent (str):
Required. The parent, which owns this
collection of migrationJobs.
Expand Down Expand Up @@ -625,8 +625,8 @@ def sample_get_migration_job():
Args:
request (Union[google.cloud.clouddms_v1.types.GetMigrationJobRequest, dict]):
The request object. Request message for
'GetMigrationJob' request.
The request object. Request message for 'GetMigrationJob'
request.
name (str):
Required. Name of the migration job
resource to get.
Expand Down Expand Up @@ -744,8 +744,8 @@ def sample_create_migration_job():
Args:
request (Union[google.cloud.clouddms_v1.types.CreateMigrationJobRequest, dict]):
The request object. Request message to create a new
Database Migration Service migration job in the
specified project and region.
Database Migration Service migration job
in the specified project and region.
parent (str):
Required. The parent, which owns this
collection of migration jobs.
Expand Down