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

docs: Fix formatting of request arg in docstring #177

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.
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 @@ -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