Summary of entries of Methods for bigquerymigration.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient
MigrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2.services.migration_service.transports.base.MigrationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2.services.migration_service.transports.base.MigrationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the migration service async client.
See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.create_migration_workflow
create_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.CreateMigrationWorkflowRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
migration_workflow: typing.Optional[
google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
Creates a migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.delete_migration_workflow
delete_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.DeleteMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a migration workflow by name.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.get_migration_subtask
get_migration_subtask(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.GetMigrationSubtaskRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationSubtask
Gets a previously created migration subtask.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.get_migration_workflow
get_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.GetMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
Gets a previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.bigquery_migration_v2.services.migration_service.transports.base.MigrationServiceTransport
]
Returns an appropriate transport class.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.list_migration_subtasks
list_migration_subtasks(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksAsyncPager
)
Lists previously created migration subtasks.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.list_migration_workflows
list_migration_workflows(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager
)
Lists previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.migration_subtask_path
migration_subtask_path(
project: str, location: str, workflow: str, subtask: str
) -> str
Returns a fully-qualified migration_subtask string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.migration_workflow_path
migration_workflow_path(project: str, location: str, workflow: str) -> str
Returns a fully-qualified migration_workflow string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_migration_subtask_path
parse_migration_subtask_path(path: str) -> typing.Dict[str, str]
Parses a migration_subtask path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_migration_workflow_path
parse_migration_workflow_path(path: str) -> typing.Dict[str, str]
Parses a migration_workflow path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.start_migration_workflow
start_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.StartMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts a previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient
MigrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2.services.migration_service.transports.base.MigrationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2.services.migration_service.transports.base.MigrationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the migration service client.
See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.exit
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.create_migration_workflow
create_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.CreateMigrationWorkflowRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
migration_workflow: typing.Optional[
google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
Creates a migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.delete_migration_workflow
delete_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.DeleteMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a migration workflow by name.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.get_migration_subtask
get_migration_subtask(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.GetMigrationSubtaskRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationSubtask
Gets a previously created migration subtask.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.get_migration_workflow
get_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.GetMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow
Gets a previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.list_migration_subtasks
list_migration_subtasks(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksPager
)
Lists previously created migration subtasks.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.list_migration_workflows
list_migration_workflows(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsPager
)
Lists previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.migration_subtask_path
migration_subtask_path(
project: str, location: str, workflow: str, subtask: str
) -> str
Returns a fully-qualified migration_subtask string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.migration_workflow_path
migration_workflow_path(project: str, location: str, workflow: str) -> str
Returns a fully-qualified migration_workflow string.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_migration_subtask_path
parse_migration_subtask_path(path: str) -> typing.Dict[str, str]
Parses a migration_subtask path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_migration_workflow_path
parse_migration_workflow_path(path: str) -> typing.Dict[str, str]
Parses a migration_workflow path into its component segments.
google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.start_migration_workflow
start_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2.types.migration_service.StartMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts a previously created migration workflow.
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksAsyncPager
ListMigrationSubtasksAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksResponse
],
],
request: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksRequest,
response: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksAsyncPager
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksPager
ListMigrationSubtasksPager(
method: typing.Callable[
[...],
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksResponse,
],
request: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksRequest,
response: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationSubtasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksPager
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager
ListMigrationWorkflowsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsResponse
],
],
request: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsRequest,
response: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsPager
ListMigrationWorkflowsPager(
method: typing.Callable[
[...],
google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsResponse,
],
request: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsRequest,
response: google.cloud.bigquery_migration_v2.types.migration_service.ListMigrationWorkflowsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsPager
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient
MigrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2alpha.services.migration_service.transports.base.MigrationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2alpha.services.migration_service.transports.base.MigrationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the migration service async client.
See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.create_migration_workflow
create_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.CreateMigrationWorkflowRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
migration_workflow: typing.Optional[
google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
Creates a migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.delete_migration_workflow
delete_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.DeleteMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a migration workflow by name.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.get_migration_subtask
get_migration_subtask(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.GetMigrationSubtaskRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationSubtask
Gets a previously created migration subtask.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.get_migration_workflow
get_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.GetMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
Gets a previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.bigquery_migration_v2alpha.services.migration_service.transports.base.MigrationServiceTransport
]
Returns an appropriate transport class.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.list_migration_subtasks
list_migration_subtasks(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksAsyncPager
)
Lists previously created migration subtasks.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.list_migration_workflows
list_migration_workflows(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager
)
Lists previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.migration_subtask_path
migration_subtask_path(
project: str, location: str, workflow: str, subtask: str
) -> str
Returns a fully-qualified migration_subtask string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.migration_workflow_path
migration_workflow_path(project: str, location: str, workflow: str) -> str
Returns a fully-qualified migration_workflow string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_migration_subtask_path
parse_migration_subtask_path(path: str) -> typing.Dict[str, str]
Parses a migration_subtask path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_migration_workflow_path
parse_migration_workflow_path(path: str) -> typing.Dict[str, str]
Parses a migration_workflow path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.start_migration_workflow
start_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.StartMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts a previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient
MigrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2alpha.services.migration_service.transports.base.MigrationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2alpha.services.migration_service.transports.base.MigrationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the migration service client.
See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.exit
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.create_migration_workflow
create_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.CreateMigrationWorkflowRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
migration_workflow: typing.Optional[
google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
Creates a migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.delete_migration_workflow
delete_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.DeleteMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a migration workflow by name.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.get_migration_subtask
get_migration_subtask(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.GetMigrationSubtaskRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationSubtask
Gets a previously created migration subtask.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.get_migration_workflow
get_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.GetMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow
Gets a previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.list_migration_subtasks
list_migration_subtasks(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksPager
)
Lists previously created migration subtasks.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.list_migration_workflows
list_migration_workflows(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsPager
)
Lists previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.migration_subtask_path
migration_subtask_path(
project: str, location: str, workflow: str, subtask: str
) -> str
Returns a fully-qualified migration_subtask string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.migration_workflow_path
migration_workflow_path(project: str, location: str, workflow: str) -> str
Returns a fully-qualified migration_workflow string.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_migration_subtask_path
parse_migration_subtask_path(path: str) -> typing.Dict[str, str]
Parses a migration_subtask path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_migration_workflow_path
parse_migration_workflow_path(path: str) -> typing.Dict[str, str]
Parses a migration_workflow path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.start_migration_workflow
start_migration_workflow(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.migration_service.StartMigrationWorkflowRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts a previously created migration workflow.
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksAsyncPager
ListMigrationSubtasksAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksResponse
],
],
request: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksRequest,
response: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksPager
ListMigrationSubtasksPager(
method: typing.Callable[
[...],
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksResponse,
],
request: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksRequest,
response: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationSubtasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksPager
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager
ListMigrationWorkflowsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsResponse
],
],
request: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsRequest,
response: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsPager
ListMigrationWorkflowsPager(
method: typing.Callable[
[...],
google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsResponse,
],
request: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsRequest,
response: google.cloud.bigquery_migration_v2alpha.types.migration_service.ListMigrationWorkflowsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient
SqlTranslationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.transports.base.SqlTranslationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.transports.base.SqlTranslationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the sql translation service async client.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.transports.base.SqlTranslationServiceTransport
]
Returns an appropriate transport class.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.translate_query
translate_query(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_dialect: typing.Optional[
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryRequest.SqlTranslationSourceDialect
] = None,
query: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryResponse
)
Translates input queries from source dialects to GoogleSQL.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient
SqlTranslationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.transports.base.SqlTranslationServiceTransport, typing.Callable[[...], google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.transports.base.SqlTranslationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the sql translation service client.
See more: google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.translate_query
translate_query(
request: typing.Optional[
typing.Union[
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_dialect: typing.Optional[
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryRequest.SqlTranslationSourceDialect
] = None,
query: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryResponse
)
Translates input queries from source dialects to GoogleSQL.