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 (#174)
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 bceb397 commit 3a87dd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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

0 comments on commit 3a87dd9

Please sign in to comment.