Package Methods (0.11.14)

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

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow

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, typing.Union[str, bytes]]] = () ) -> None

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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.from_service_account_json

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationSubtask

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow

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, )

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 ]

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksAsyncPager )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager )

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.migration_subtask_path

migration_subtask_path(     project: str, location: str, workflow: str, subtask: str ) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.migration_workflow_path

migration_workflow_path(project: str, location: str, workflow: str) -> str

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]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_migration_subtask_path

parse_migration_subtask_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceAsyncClient.parse_migration_workflow_path

parse_migration_workflow_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> None

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 = 

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.common_project_path

common_project_path(project: str) -> str

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow

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, typing.Union[str, bytes]]] = () ) -> None

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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.from_service_account_json

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationSubtask

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2.types.migration_entities.MigrationWorkflow

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, )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationSubtasksPager )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2.services.migration_service.pagers.ListMigrationWorkflowsPager )

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.migration_subtask_path

migration_subtask_path(     project: str, location: str, workflow: str, subtask: str ) -> str

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.migration_workflow_path

migration_workflow_path(project: str, location: str, workflow: str) -> str

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]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_migration_subtask_path

parse_migration_subtask_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2.services.migration_service.MigrationServiceClient.parse_migration_workflow_path

parse_migration_workflow_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> None

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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 = 

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow

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, typing.Union[str, bytes]]] = () ) -> None

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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.from_service_account_json

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationSubtask

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow

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, )

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 ]

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksAsyncPager )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsAsyncPager )

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.migration_subtask_path

migration_subtask_path(     project: str, location: str, workflow: str, subtask: str ) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.migration_workflow_path

migration_workflow_path(project: str, location: str, workflow: str) -> str

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]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_migration_subtask_path

parse_migration_subtask_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceAsyncClient.parse_migration_workflow_path

parse_migration_workflow_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> None

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 = 

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.common_project_path

common_project_path(project: str) -> str

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow

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, typing.Union[str, bytes]]] = () ) -> None

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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.from_service_account_json

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationSubtask

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, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_migration_v2alpha.types.migration_entities.MigrationWorkflow

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, )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationSubtasksPager )

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers.ListMigrationWorkflowsPager )

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.migration_subtask_path

migration_subtask_path(     project: str, location: str, workflow: str, subtask: str ) -> str

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.migration_workflow_path

migration_workflow_path(project: str, location: str, workflow: str) -> str

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]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_migration_subtask_path

parse_migration_subtask_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.migration_service.MigrationServiceClient.parse_migration_workflow_path

parse_migration_workflow_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> None

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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, typing.Union[str, bytes]]] = () )

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 = 

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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, )

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 ]

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]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryResponse )

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 = 

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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, )

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]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_migration_v2alpha.services.sql_translation_service.SqlTranslationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

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, typing.Union[str, bytes]]] = () ) -> (     google.cloud.bigquery_migration_v2alpha.types.translation_service.TranslateQueryResponse )