Package Methods (1.13.0) Stay organized with collections Save and categorize content based on your preferences.
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=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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationApplies draft tree onto a specific destinationdatabase.
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,typing.Union[str,bytes]]]=())->NoneStarts asynchronous cancellation on a long-running 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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationMarks all the data in the conversion workspace ascommitted.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.connection_profile_path
connection_profile_path(project:str,location:str,connection_profile:str)->strReturns a fully-qualified connection_profile string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.conversion_workspace_path
conversion_workspace_path(project:str,location:str,conversion_workspace:str)->strReturns a fully-qualified conversion_workspace string.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationCreates a draft tree schema for the destinationdatabase.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationCreates a new connection profile in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationCreates a new conversion workspace in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRuleCreates a new mapping rule for a given conversionworkspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationCreates a new migration job in a given project andlocation.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationCreates a new private connection in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationDeletes a single Database Migration Serviceconnection profile.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationDeletes a single conversion workspace.
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,typing.Union[str,bytes]]]=())->NoneDeletes a single mapping rule.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationDeletes a single migration job.
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,typing.Union[str,bytes]]]=())->NoneDeletes a long-running operation.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationDeletes a single Database Migration Service privateconnection.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsResponse)Retrieves a list of committed revisions of a specificconversion workspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesAsyncPager)Describes the database entities tree for a specificconversion workspace and a specific tree type.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsAsyncPager)Fetches a set of static IP addresses that need to beallowlisted by the customer when using the static-IPconnectivity method.
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.
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.
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.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.SshScriptGenerate a SSH configuration script to configure thereverse SSH connectivity.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.TcpProxyScriptGenerate a TCP Proxy configuration script toconfigure a cloud-hosted VM running a TCP Proxy.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfileGets details of a single connection profile.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspaceGets details of a single conversion workspace.
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,typing.Union[str,bytes]]]=())->google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
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,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.LocationGets information about a 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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRuleGets the details of a mapping rule.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.MigrationJobGets details of a single migration job.
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,)Return the API endpoint and client cert source for mutual TLS.
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,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.OperationGets the latest state of a long-running 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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.PrivateConnectionGets details of a single private connection.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.get_transport_class
get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.clouddms_v1.services.data_migration_service.transports.base.DataMigrationServiceTransport]Returns an appropriate transport class.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationImports the mapping rules for a given conversionworkspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesAsyncPager)Retrieves a list of all connection profiles in agiven project and location.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesAsyncPager)Lists conversion workspaces in a given project andlocation.
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,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesAsyncPager)Lists the mapping rules for a specific conversionworkspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsAsyncPager)Lists migration jobs in a given project and location.
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,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsAsyncPager)Retrieves a list of private connections in a givenproject and location.
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)->strReturns a fully-qualified mapping_rule string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.migration_job_path
migration_job_path(project:str,location:str,migration_job:str)->strReturns a fully-qualified migration_job string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.networks_path
networks_path(project:str,network:str)->strReturns a fully-qualified networks string.
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]Parse a billing_account path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_connection_profile_path
parse_connection_profile_path(path:str)->typing.Dict[str,str]Parses a connection_profile path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_conversion_workspace_path
parse_conversion_workspace_path(path:str)->typing.Dict[str,str]Parses a conversion_workspace path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_mapping_rule_path
parse_mapping_rule_path(path:str)->typing.Dict[str,str]Parses a mapping_rule path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_migration_job_path
parse_migration_job_path(path:str)->typing.Dict[str,str]Parses a migration_job path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_networks_path
parse_networks_path(path:str)->typing.Dict[str,str]Parses a networks path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.parse_private_connection_path
parse_private_connection_path(path:str)->typing.Dict[str,str]Parses a private_connection path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceAsyncClient.private_connection_path
private_connection_path(project:str,location:str,private_connection:str)->strReturns a fully-qualified private_connection string.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationPromote a migration job, stopping replication to thedestination and promoting the destination to be astandalone database.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationRestart a stopped or failed migration job, resettingthe destination instance to its original state andstarting the migration process from scratch.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationResume a migration job that is currently stopped andis resumable (was stopped during CDC phase).
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationRolls back a conversion workspace to the lastcommitted snapshot.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.SearchBackgroundJobsResponseSearches/lists the background jobs for a specificconversion workspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationImports a snapshot of the source database into theconversion 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,typing.Union[str,bytes]]]=())->google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationStart an already created migration job.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationStops a running migration job.
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,typing.Union[str,bytes]]]=())->google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationUpdate the configuration of a single connectionprofile.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationUpdates the parameters of a single conversionworkspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationUpdates the parameters of a single migration job.
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,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperationVerify a migration job, making sure the destinationcan reach the source and that all configuration andprerequisites are met.
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=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)Releases underlying transport's resources.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.exit
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationApplies draft tree onto a specific destinationdatabase.
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,typing.Union[str,bytes]]]=())->NoneStarts 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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationMarks all the data in the conversion workspace ascommitted.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.connection_profile_path
connection_profile_path(project:str,location:str,connection_profile:str)->strReturns a fully-qualified connection_profile string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.conversion_workspace_path
conversion_workspace_path(project:str,location:str,conversion_workspace:str)->strReturns a fully-qualified conversion_workspace string.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationCreates a draft tree schema for the destinationdatabase.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationCreates a new connection profile in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationCreates a new conversion workspace in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRuleCreates a new mapping rule for a given conversionworkspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationCreates a new migration job in a given project andlocation.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationCreates a new private connection in a given projectand location.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationDeletes a single Database Migration Serviceconnection 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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationDeletes a single conversion workspace.
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,typing.Union[str,bytes]]]=())->NoneDeletes a single mapping rule.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationDeletes a single migration job.
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,typing.Union[str,bytes]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.delete_operation
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationDeletes a single Database Migration Service privateconnection.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.types.clouddms.DescribeConversionWorkspaceRevisionsResponse)Retrieves a list of committed revisions of a specificconversion workspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesPager)Describes the database entities tree for a specificconversion workspace and a specific tree type.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsPager)Fetches a set of static IP addresses that need to beallowlisted by the customer when using the static-IPconnectivity 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.
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.
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.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.SshScriptGenerate a SSH configuration script to configure thereverse SSH connectivity.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.TcpProxyScriptGenerate a TCP Proxy configuration script toconfigure a cloud-hosted VM running a TCP Proxy.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.ConnectionProfileGets details of a single connection profile.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.ConversionWorkspaceGets details of a single conversion workspace.
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,typing.Union[str,bytes]]]=())->google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_iam_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,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.LocationGets information about a location.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.conversionworkspace_resources.MappingRuleGets the details of a mapping rule.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_mapping_rule
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.MigrationJobGets details of a single migration job.
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,)Deprecated.
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,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.get_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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms_resources.PrivateConnectionGets details of a single private connection.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationImports the mapping rules for a given conversionworkspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesPager)Retrieves a list of all connection profiles in agiven project and location.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesPager)Lists conversion workspaces in a given project andlocation.
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,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponseLists 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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesPager)Lists the mapping rules for a specific conversionworkspace.
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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsPager)Lists migration jobs in a given project and location.
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,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponseLists 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,typing.Union[str,bytes]]]=())->(google.cloud.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsPager)Retrieves a list of private connections in a givenproject and location.
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)->strReturns a fully-qualified mapping_rule string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.migration_job_path
migration_job_path(project:str,location:str,migration_job:str)->strReturns a fully-qualified migration_job string.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.networks_path
networks_path(project:str,network:str)->strReturns a fully-qualified networks string.
See more:google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.networks_path
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]Parse a billing_account path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_connection_profile_path
parse_connection_profile_path(path:str)->typing.Dict[str,str]Parses a connection_profile path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_conversion_workspace_path
parse_conversion_workspace_path(path:str)->typing.Dict[str,str]Parses a conversion_workspace path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_mapping_rule_path
parse_mapping_rule_path(path:str)->typing.Dict[str,str]Parses a mapping_rule path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_migration_job_path
parse_migration_job_path(path:str)->typing.Dict[str,str]Parses a migration_job path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_networks_path
parse_networks_path(path:str)->typing.Dict[str,str]Parses a networks path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.parse_private_connection_path
parse_private_connection_path(path:str)->typing.Dict[str,str]Parses a private_connection path into its component segments.
google.cloud.clouddms_v1.services.data_migration_service.DataMigrationServiceClient.private_connection_path
private_connection_path(project:str,location:str,private_connection:str)->strReturns a fully-qualified private_connection string.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationPromote a migration job, stopping replication to thedestination and promoting the destination to be astandalone database.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationRestart a stopped or failed migration job, resettingthe destination instance to its original state andstarting the migration process from scratch.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationResume a migration job that is currently stopped andis resumable (was stopped during CDC phase).
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationRolls back a conversion workspace to the lastcommitted snapshot.
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,typing.Union[str,bytes]]]=())->google.cloud.clouddms_v1.types.clouddms.SearchBackgroundJobsResponseSearches/lists the background jobs for a specificconversion workspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationImports a snapshot of the source database into theconversion 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,typing.Union[str,bytes]]]=())->google.iam.v1.policy_pb2.PolicySets 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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationStart an already created migration job.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationStops a running migration job.
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,typing.Union[str,bytes]]]=())->google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationUpdate the configuration of a single connectionprofile.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationUpdates the parameters of a single conversionworkspace.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationUpdates the parameters of a single migration job.
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,typing.Union[str,bytes]]]=())->google.api_core.operation.OperationVerify a migration job, making sure the destinationcan reach the source and that all configuration andprerequisites are met.
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.DescribeDatabaseEntitiesPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.FetchStaticIpsPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConnectionProfilesPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListConversionWorkspacesPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMappingRulesPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListMigrationJobsPager
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,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsAsyncPager
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,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.clouddms_v1.services.data_migration_service.pagers.ListPrivateConnectionsPager
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-13 UTC.