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

Commit

Permalink
docs: Fix formatting of request arg in docstring (#177)
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 d11aa1f commit 699d68c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ async def sample_get_migration_workflow():
Args:
request (Optional[Union[google.cloud.bigquery_migration_v2.types.GetMigrationWorkflowRequest, dict]]):
The request object. A request to get a previously
created migration workflow.
The request object. A request to get a previously created
migration workflow.
name (:class:`str`):
Required. The unique identifier for the migration
workflow. Example:
Expand Down Expand Up @@ -827,8 +827,8 @@ async def sample_get_migration_subtask():
Args:
request (Optional[Union[google.cloud.bigquery_migration_v2.types.GetMigrationSubtaskRequest, dict]]):
The request object. A request to get a previously
created migration subtasks.
The request object. A request to get a previously created
migration subtasks.
name (:class:`str`):
Required. The unique identifier for the migration
subtask. Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ def sample_get_migration_workflow():
Args:
request (Union[google.cloud.bigquery_migration_v2.types.GetMigrationWorkflowRequest, dict]):
The request object. A request to get a previously
created migration workflow.
The request object. A request to get a previously created
migration workflow.
name (str):
Required. The unique identifier for the migration
workflow. Example:
Expand Down Expand Up @@ -1047,8 +1047,8 @@ def sample_get_migration_subtask():
Args:
request (Union[google.cloud.bigquery_migration_v2.types.GetMigrationSubtaskRequest, dict]):
The request object. A request to get a previously
created migration subtasks.
The request object. A request to get a previously created
migration subtasks.
name (str):
Required. The unique identifier for the migration
subtask. Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ async def sample_get_migration_workflow():
Args:
request (Optional[Union[google.cloud.bigquery_migration_v2alpha.types.GetMigrationWorkflowRequest, dict]]):
The request object. A request to get a previously
created migration workflow.
The request object. A request to get a previously created
migration workflow.
name (:class:`str`):
Required. The unique identifier for the migration
workflow. Example:
Expand Down Expand Up @@ -827,8 +827,8 @@ async def sample_get_migration_subtask():
Args:
request (Optional[Union[google.cloud.bigquery_migration_v2alpha.types.GetMigrationSubtaskRequest, dict]]):
The request object. A request to get a previously
created migration subtasks.
The request object. A request to get a previously created
migration subtasks.
name (:class:`str`):
Required. The unique identifier for the migration
subtask. Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ def sample_get_migration_workflow():
Args:
request (Union[google.cloud.bigquery_migration_v2alpha.types.GetMigrationWorkflowRequest, dict]):
The request object. A request to get a previously
created migration workflow.
The request object. A request to get a previously created
migration workflow.
name (str):
Required. The unique identifier for the migration
workflow. Example:
Expand Down Expand Up @@ -1047,8 +1047,8 @@ def sample_get_migration_subtask():
Args:
request (Union[google.cloud.bigquery_migration_v2alpha.types.GetMigrationSubtaskRequest, dict]):
The request object. A request to get a previously
created migration subtasks.
The request object. A request to get a previously created
migration subtasks.
name (str):
Required. The unique identifier for the migration
subtask. Example:
Expand Down

0 comments on commit 699d68c

Please sign in to comment.