Package Methods (1.9.5)

Summary of entries of Methods for datamigration.

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient

DataMigrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport, typing.Callable[[...], google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport]]] = '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 data migration service async client.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.apply_conversion_workspace

apply_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ApplyConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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 asynchronous cancellation on a long-running operation.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.cancel_operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.commit_conversion_workspace

commit_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CommitConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_location_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.connection_profile_path

connection_profile_path(
    project: str, location: str, connection_profile: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.conversion_workspace_path

conversion_workspace_path(
    project: str, location: str, conversion_workspace: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.convert_conversion_workspace

convert_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ConvertConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_connection_profile

create_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateConnectionProfileRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    connection_profile: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfile
    ] = None,
    connection_profile_id: 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.api_core.operation_async.AsyncOperation

Creates a new connection profile in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_connection_profile

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_conversion_workspace

create_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateConversionWorkspaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    conversion_workspace: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace
    ] = None,
    conversion_workspace_id: 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.api_core.operation_async.AsyncOperation

Creates a new conversion workspace in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_conversion_workspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_mapping_rule

create_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateMappingRuleRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    mapping_rule: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRule
    ] = None,
    mapping_rule_id: 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.clouddms_v1.types.conversionworkspace_resources.MappingRule

Creates a new mapping rule for a given conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_mapping_rule

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_migration_job

create_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateMigrationJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    migration_job: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.MigrationJob
    ] = None,
    migration_job_id: 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_private_connection

create_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreatePrivateConnectionRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    private_connection: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.PrivateConnection
    ] = None,
    private_connection_id: 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.api_core.operation_async.AsyncOperation

Creates a new private connection in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.create_private_connection

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_connection_profile

delete_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteConnectionProfileRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_conversion_workspace

delete_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteConversionWorkspaceRequest,
            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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_mapping_rule

delete_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteMappingRuleRequest, 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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_migration_job

delete_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteMigrationJobRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.delete_private_connection

delete_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeletePrivateConnectionRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.describe_conversion_workspace_revisions

describe_conversion_workspace_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsRequest,
            dict,
        ]
    ] = 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.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsResponse
)

Retrieves a list of committed revisions of a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.describe_conversion_workspace_revisions

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.describe_database_entities

describe_database_entities(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
            dict,
        ]
    ] = 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.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesAsyncPager
)

Describes the database entities tree for a specific conversion workspace and a specific tree type.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.describe_database_entities

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.fetch_static_ips

fetch_static_ips(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest, 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.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsAsyncPager
)

Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.fetch_static_ips

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.from_service_account_file

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.from_service_account_info

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.from_service_account_json

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.generate_ssh_script

generate_ssh_script(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GenerateSshScriptRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.SshScript

Generate a SSH configuration script to configure the reverse SSH connectivity.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.generate_ssh_script

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.generate_tcp_proxy_script

generate_tcp_proxy_script(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GenerateTcpProxyScriptRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.TcpProxyScript

Generate a TCP Proxy configuration script to configure a cloud-hosted VM running a TCP Proxy.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.generate_tcp_proxy_script

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_connection_profile

get_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetConnectionProfileRequest, 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.clouddms_v1.types.clouddms_resources.ConnectionProfile

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_conversion_workspace

get_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetConversionWorkspaceRequest, 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.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = 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.location.locations_pb2.Location

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_mapping_rule

get_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetMappingRuleRequest, 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.clouddms_v1.types.conversionworkspace_resources.MappingRule

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_migration_job

get_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetMigrationJobRequest, 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.clouddms_v1.types.clouddms_resources.MigrationJob

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = 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.longrunning.operations_pb2.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_private_connection

get_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetPrivateConnectionRequest, 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.clouddms_v1.types.clouddms_resources.PrivateConnection

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport
    ]
)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.import_mapping_rules

import_mapping_rules(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ImportMappingRulesRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_connection_profiles

list_connection_profiles(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesAsyncPager
)

Retrieves a list of all connection profiles in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_connection_profiles

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_conversion_workspaces

list_conversion_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
            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.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesAsyncPager
)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_locations

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_mapping_rules

list_mapping_rules(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesAsyncPager
)

Lists the mapping rules for a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_mapping_rules

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_migration_jobs

list_migration_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsAsyncPager
)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_operations

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_private_connections

list_private_connections(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsAsyncPager
)

Retrieves a list of private connections in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.list_private_connections

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.mapping_rule_path

mapping_rule_path(
    project: str, location: str, conversion_workspace: str, mapping_rule: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.migration_job_path

migration_job_path(project: str, location: str, migration_job: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.networks_path

networks_path(project: str, network: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_folder_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_location_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_organization_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_project_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_connection_profile_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_conversion_workspace_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_mapping_rule_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_migration_job_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_networks_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_private_connection_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.private_connection_path

private_connection_path(
    project: str, location: str, private_connection: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.promote_migration_job

promote_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.PromoteMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

Promote a migration job, stopping replication to the destination and promoting the destination to be a standalone database.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.promote_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.restart_migration_job

restart_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.RestartMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

Restart a stopped or failed migration job, resetting the destination instance to its original state and starting the migration process from scratch.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.restart_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.resume_migration_job

resume_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ResumeMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

Resume a migration job that is currently stopped and is resumable (was stopped during CDC phase).

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.resume_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.rollback_conversion_workspace

rollback_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.RollbackConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.search_background_jobs

search_background_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.SearchBackgroundJobsRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.SearchBackgroundJobsResponse

Searches/lists the background jobs for a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.search_background_jobs

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.seed_conversion_workspace

seed_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.SeedConversionWorkspaceRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

Imports a snapshot of the source database into the conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.seed_conversion_workspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.set_iam_policy

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.start_migration_job

start_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.StartMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.stop_migration_job

stop_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.StopMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.test_iam_permissions

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.update_connection_profile

update_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateConnectionProfileRequest, dict
        ]
    ] = None,
    *,
    connection_profile: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfile
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.update_conversion_workspace

update_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateConversionWorkspaceRequest,
            dict,
        ]
    ] = None,
    *,
    conversion_workspace: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.update_migration_job

update_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateMigrationJobRequest, dict
        ]
    ] = None,
    *,
    migration_job: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.MigrationJob
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.verify_migration_job

verify_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.VerifyMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation_async.AsyncOperation

Verify a migration job, making sure the destination can reach the source and that all configuration and prerequisites are met.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.verify_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient

DataMigrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport, typing.Callable[[...], google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport]]] = 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 data migration service client.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.apply_conversion_workspace

apply_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ApplyConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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 asynchronous cancellation on a long-running operation.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.cancel_operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.commit_conversion_workspace

commit_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CommitConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_location_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.connection_profile_path

connection_profile_path(
    project: str, location: str, connection_profile: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.conversion_workspace_path

conversion_workspace_path(
    project: str, location: str, conversion_workspace: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.convert_conversion_workspace

convert_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ConvertConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_connection_profile

create_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateConnectionProfileRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    connection_profile: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfile
    ] = None,
    connection_profile_id: 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.api_core.operation.Operation

Creates a new connection profile in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_connection_profile

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_conversion_workspace

create_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateConversionWorkspaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    conversion_workspace: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace
    ] = None,
    conversion_workspace_id: 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.api_core.operation.Operation

Creates a new conversion workspace in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_conversion_workspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_mapping_rule

create_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateMappingRuleRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    mapping_rule: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRule
    ] = None,
    mapping_rule_id: 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.clouddms_v1.types.conversionworkspace_resources.MappingRule

Creates a new mapping rule for a given conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_mapping_rule

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_migration_job

create_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreateMigrationJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    migration_job: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.MigrationJob
    ] = None,
    migration_job_id: 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.api_core.operation.Operation

Creates a new migration job in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_private_connection

create_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.CreatePrivateConnectionRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    private_connection: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.PrivateConnection
    ] = None,
    private_connection_id: 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.api_core.operation.Operation

Creates a new private connection in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.create_private_connection

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_connection_profile

delete_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteConnectionProfileRequest, 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.api_core.operation.Operation

Deletes a single Database Migration Service connection profile.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_connection_profile

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_conversion_workspace

delete_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteConversionWorkspaceRequest,
            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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_mapping_rule

delete_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteMappingRuleRequest, 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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_migration_job

delete_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeleteMigrationJobRequest, 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_private_connection

delete_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DeletePrivateConnectionRequest, 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.api_core.operation.Operation

Deletes a single Database Migration Service private connection.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_private_connection

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.describe_conversion_workspace_revisions

describe_conversion_workspace_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsRequest,
            dict,
        ]
    ] = 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.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsResponse
)

Retrieves a list of committed revisions of a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.describe_conversion_workspace_revisions

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.describe_database_entities

describe_database_entities(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
            dict,
        ]
    ] = 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.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesPager
)

Describes the database entities tree for a specific conversion workspace and a specific tree type.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.describe_database_entities

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.fetch_static_ips

fetch_static_ips(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest, 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.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsPager
)

Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.fetch_static_ips

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.from_service_account_file

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.from_service_account_info

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.from_service_account_json

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.generate_ssh_script

generate_ssh_script(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GenerateSshScriptRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.SshScript

Generate a SSH configuration script to configure the reverse SSH connectivity.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.generate_ssh_script

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.generate_tcp_proxy_script

generate_tcp_proxy_script(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GenerateTcpProxyScriptRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.TcpProxyScript

Generate a TCP Proxy configuration script to configure a cloud-hosted VM running a TCP Proxy.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.generate_tcp_proxy_script

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_connection_profile

get_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetConnectionProfileRequest, 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.clouddms_v1.types.clouddms_resources.ConnectionProfile

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_conversion_workspace

get_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetConversionWorkspaceRequest, 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.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = 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.location.locations_pb2.Location

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_mapping_rule

get_mapping_rule(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetMappingRuleRequest, 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.clouddms_v1.types.conversionworkspace_resources.MappingRule

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_migration_job

get_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetMigrationJobRequest, 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.clouddms_v1.types.clouddms_resources.MigrationJob

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.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.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = 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.longrunning.operations_pb2.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_private_connection

get_private_connection(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.GetPrivateConnectionRequest, 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.clouddms_v1.types.clouddms_resources.PrivateConnection

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.import_mapping_rules

import_mapping_rules(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ImportMappingRulesRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Imports the mapping rules for a given conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.import_mapping_rules

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_connection_profiles

list_connection_profiles(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesPager
)

Retrieves a list of all connection profiles in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_connection_profiles

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_conversion_workspaces

list_conversion_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
            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.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesPager
)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_locations

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_mapping_rules

list_mapping_rules(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesPager
)

Lists the mapping rules for a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_mapping_rules

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_migration_jobs

list_migration_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsPager
)

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_operations

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_private_connections

list_private_connections(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest, 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.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsPager
)

Retrieves a list of private connections in a given project and location.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.list_private_connections

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.mapping_rule_path

mapping_rule_path(
    project: str, location: str, conversion_workspace: str, mapping_rule: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.migration_job_path

migration_job_path(project: str, location: str, migration_job: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.networks_path

networks_path(project: str, network: str) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_billing_account_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_folder_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_location_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_organization_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_project_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_connection_profile_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_conversion_workspace_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_mapping_rule_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_migration_job_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_networks_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_private_connection_path

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

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.private_connection_path

private_connection_path(
    project: str, location: str, private_connection: str
) -> str

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.promote_migration_job

promote_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.PromoteMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Promote a migration job, stopping replication to the destination and promoting the destination to be a standalone database.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.promote_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.restart_migration_job

restart_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.RestartMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Restart a stopped or failed migration job, resetting the destination instance to its original state and starting the migration process from scratch.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.restart_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.resume_migration_job

resume_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.ResumeMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Resume a migration job that is currently stopped and is resumable (was stopped during CDC phase).

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.resume_migration_job

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.rollback_conversion_workspace

rollback_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.RollbackConversionWorkspaceRequest,
            dict,
        ]
    ] = 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.api_core.operation.Operation

Rolls back a conversion workspace to the last committed snapshot.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.rollback_conversion_workspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.search_background_jobs

search_background_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.SearchBackgroundJobsRequest, dict
        ]
    ] = 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.clouddms_v1.types.clouddms.SearchBackgroundJobsResponse

Searches/lists the background jobs for a specific conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.search_background_jobs

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.seed_conversion_workspace

seed_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.SeedConversionWorkspaceRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Imports a snapshot of the source database into the conversion workspace.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.seed_conversion_workspace

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.set_iam_policy

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.start_migration_job

start_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.StartMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.stop_migration_job

stop_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.StopMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.test_iam_permissions

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.update_connection_profile

update_connection_profile(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateConnectionProfileRequest, dict
        ]
    ] = None,
    *,
    connection_profile: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfile
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.update_conversion_workspace

update_conversion_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateConversionWorkspaceRequest,
            dict,
        ]
    ] = None,
    *,
    conversion_workspace: typing.Optional[
        google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.update_migration_job

update_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.UpdateMigrationJobRequest, dict
        ]
    ] = None,
    *,
    migration_job: typing.Optional[
        google.cloud.clouddms_v1.types.clouddms_resources.MigrationJob
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation

google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.verify_migration_job

verify_migration_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.clouddms_v1.types.clouddms.VerifyMigrationJobRequest, dict
        ]
    ] = 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.api_core.operation.Operation

Verify a migration job, making sure the destination can reach the source and that all configuration and prerequisites are met.

See more: google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.verify_migration_job

google.cloud.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesAsyncPager

DescribeDatabaseEntitiesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesPager

DescribeDatabaseEntitiesPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsAsyncPager

FetchStaticIpsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsPager

FetchStaticIpsPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesAsyncPager

ListConnectionProfilesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesPager

ListConnectionProfilesPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesAsyncPager

ListConversionWorkspacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesPager

ListConversionWorkspacesPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesAsyncPager

ListMappingRulesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesPager

ListMappingRulesPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsAsyncPager

ListMigrationJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsPager

ListMigrationJobsPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsAsyncPager

ListPrivateConnectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse
        ],
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse,
    *,
    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.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsPager

ListPrivateConnectionsPager(
    method: typing.Callable[
        [...], google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse
    ],
    request: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest,
    response: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse,
    *,
    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]] = ()
)