Package com.google.cloud.clouddms.v1
Class DataMigrationServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<DataMigrationServiceSettings>
-
- com.google.cloud.clouddms.v1.DataMigrationServiceSettings
-
@Generated("by gapic-generator-java") public class DataMigrationServiceSettings extends com.google.api.gax.rpc.ClientSettings<DataMigrationServiceSettings>
Settings class to configure an instance ofDataMigrationServiceClient
.The default instance has everything set to sensible defaults:
- The default service address (datamigration.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getMigrationJob to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library DataMigrationServiceSettings.Builder dataMigrationServiceSettingsBuilder = DataMigrationServiceSettings.newBuilder(); dataMigrationServiceSettingsBuilder .getMigrationJobSettings() .setRetrySettings( dataMigrationServiceSettingsBuilder .getMigrationJobSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); DataMigrationServiceSettings dataMigrationServiceSettings = dataMigrationServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataMigrationServiceSettings.Builder
Builder for DataMigrationServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataMigrationServiceSettings(DataMigrationServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings<ApplyConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
applyConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to applyConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<ApplyConversionWorkspaceRequest,com.google.longrunning.Operation>
applyConversionWorkspaceSettings()
Returns the object with the settings used for calls to applyConversionWorkspace.com.google.api.gax.rpc.OperationCallSettings<CommitConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
commitConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to commitConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<CommitConversionWorkspaceRequest,com.google.longrunning.Operation>
commitConversionWorkspaceSettings()
Returns the object with the settings used for calls to commitConversionWorkspace.com.google.api.gax.rpc.OperationCallSettings<ConvertConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
convertConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to convertConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<ConvertConversionWorkspaceRequest,com.google.longrunning.Operation>
convertConversionWorkspaceSettings()
Returns the object with the settings used for calls to convertConversionWorkspace.static DataMigrationServiceSettings
create(DataMigrationServiceStubSettings stub)
com.google.api.gax.rpc.OperationCallSettings<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
createConnectionProfileOperationSettings()
Returns the object with the settings used for calls to createConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<CreateConnectionProfileRequest,com.google.longrunning.Operation>
createConnectionProfileSettings()
Returns the object with the settings used for calls to createConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<CreateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
createConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to createConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<CreateConversionWorkspaceRequest,com.google.longrunning.Operation>
createConversionWorkspaceSettings()
Returns the object with the settings used for calls to createConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<CreateMappingRuleRequest,MappingRule>
createMappingRuleSettings()
Returns the object with the settings used for calls to createMappingRule.com.google.api.gax.rpc.OperationCallSettings<CreateMigrationJobRequest,MigrationJob,OperationMetadata>
createMigrationJobOperationSettings()
Returns the object with the settings used for calls to createMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<CreateMigrationJobRequest,com.google.longrunning.Operation>
createMigrationJobSettings()
Returns the object with the settings used for calls to createMigrationJob.com.google.api.gax.rpc.OperationCallSettings<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata>
createPrivateConnectionOperationSettings()
Returns the object with the settings used for calls to createPrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateConnectionRequest,com.google.longrunning.Operation>
createPrivateConnectionSettings()
Returns the object with the settings used for calls to createPrivateConnection.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultApiClientHeaderProviderBuilder()
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.OperationCallSettings<DeleteConnectionProfileRequest,com.google.protobuf.Empty,OperationMetadata>
deleteConnectionProfileOperationSettings()
Returns the object with the settings used for calls to deleteConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<DeleteConnectionProfileRequest,com.google.longrunning.Operation>
deleteConnectionProfileSettings()
Returns the object with the settings used for calls to deleteConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<DeleteConversionWorkspaceRequest,com.google.protobuf.Empty,OperationMetadata>
deleteConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to deleteConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<DeleteConversionWorkspaceRequest,com.google.longrunning.Operation>
deleteConversionWorkspaceSettings()
Returns the object with the settings used for calls to deleteConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<DeleteMappingRuleRequest,com.google.protobuf.Empty>
deleteMappingRuleSettings()
Returns the object with the settings used for calls to deleteMappingRule.com.google.api.gax.rpc.OperationCallSettings<DeleteMigrationJobRequest,com.google.protobuf.Empty,OperationMetadata>
deleteMigrationJobOperationSettings()
Returns the object with the settings used for calls to deleteMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationJobRequest,com.google.longrunning.Operation>
deleteMigrationJobSettings()
Returns the object with the settings used for calls to deleteMigrationJob.com.google.api.gax.rpc.OperationCallSettings<DeletePrivateConnectionRequest,com.google.protobuf.Empty,OperationMetadata>
deletePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to deletePrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateConnectionRequest,com.google.longrunning.Operation>
deletePrivateConnectionSettings()
Returns the object with the settings used for calls to deletePrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<DescribeConversionWorkspaceRevisionsRequest,DescribeConversionWorkspaceRevisionsResponse>
describeConversionWorkspaceRevisionsSettings()
Returns the object with the settings used for calls to describeConversionWorkspaceRevisions.com.google.api.gax.rpc.PagedCallSettings<DescribeDatabaseEntitiesRequest,DescribeDatabaseEntitiesResponse,DataMigrationServiceClient.DescribeDatabaseEntitiesPagedResponse>
describeDatabaseEntitiesSettings()
Returns the object with the settings used for calls to describeDatabaseEntities.com.google.api.gax.rpc.PagedCallSettings<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
fetchStaticIpsSettings()
Returns the object with the settings used for calls to fetchStaticIps.com.google.api.gax.rpc.UnaryCallSettings<GenerateSshScriptRequest,SshScript>
generateSshScriptSettings()
Returns the object with the settings used for calls to generateSshScript.com.google.api.gax.rpc.UnaryCallSettings<GenerateTcpProxyScriptRequest,TcpProxyScript>
generateTcpProxyScriptSettings()
Returns the object with the settings used for calls to generateTcpProxyScript.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile>
getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<GetConversionWorkspaceRequest,ConversionWorkspace>
getConversionWorkspaceSettings()
Returns the object with the settings used for calls to getConversionWorkspace.static String
getDefaultEndpoint()
Returns the default service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<GetMappingRuleRequest,MappingRule>
getMappingRuleSettings()
Returns the object with the settings used for calls to getMappingRule.com.google.api.gax.rpc.UnaryCallSettings<GetMigrationJobRequest,MigrationJob>
getMigrationJobSettings()
Returns the object with the settings used for calls to getMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection>
getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.com.google.api.gax.rpc.OperationCallSettings<ImportMappingRulesRequest,ConversionWorkspace,OperationMetadata>
importMappingRulesOperationSettings()
Returns the object with the settings used for calls to importMappingRules.com.google.api.gax.rpc.UnaryCallSettings<ImportMappingRulesRequest,com.google.longrunning.Operation>
importMappingRulesSettings()
Returns the object with the settings used for calls to importMappingRules.com.google.api.gax.rpc.PagedCallSettings<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
listConnectionProfilesSettings()
Returns the object with the settings used for calls to listConnectionProfiles.com.google.api.gax.rpc.PagedCallSettings<ListConversionWorkspacesRequest,ListConversionWorkspacesResponse,DataMigrationServiceClient.ListConversionWorkspacesPagedResponse>
listConversionWorkspacesSettings()
Returns the object with the settings used for calls to listConversionWorkspaces.com.google.api.gax.rpc.PagedCallSettings<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse>
listMappingRulesSettings()
Returns the object with the settings used for calls to listMappingRules.com.google.api.gax.rpc.PagedCallSettings<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse>
listMigrationJobsSettings()
Returns the object with the settings used for calls to listMigrationJobs.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DataMigrationServiceClient.ListPrivateConnectionsPagedResponse>
listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections.static DataMigrationServiceSettings.Builder
newBuilder()
Returns a new builder for this class.static DataMigrationServiceSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.com.google.api.gax.rpc.OperationCallSettings<PromoteMigrationJobRequest,MigrationJob,OperationMetadata>
promoteMigrationJobOperationSettings()
Returns the object with the settings used for calls to promoteMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<PromoteMigrationJobRequest,com.google.longrunning.Operation>
promoteMigrationJobSettings()
Returns the object with the settings used for calls to promoteMigrationJob.com.google.api.gax.rpc.OperationCallSettings<RestartMigrationJobRequest,MigrationJob,OperationMetadata>
restartMigrationJobOperationSettings()
Returns the object with the settings used for calls to restartMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<RestartMigrationJobRequest,com.google.longrunning.Operation>
restartMigrationJobSettings()
Returns the object with the settings used for calls to restartMigrationJob.com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationJobRequest,MigrationJob,OperationMetadata>
resumeMigrationJobOperationSettings()
Returns the object with the settings used for calls to resumeMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationJobRequest,com.google.longrunning.Operation>
resumeMigrationJobSettings()
Returns the object with the settings used for calls to resumeMigrationJob.com.google.api.gax.rpc.OperationCallSettings<RollbackConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
rollbackConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to rollbackConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<RollbackConversionWorkspaceRequest,com.google.longrunning.Operation>
rollbackConversionWorkspaceSettings()
Returns the object with the settings used for calls to rollbackConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
searchBackgroundJobsSettings()
Returns the object with the settings used for calls to searchBackgroundJobs.com.google.api.gax.rpc.OperationCallSettings<SeedConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
seedConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to seedConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<SeedConversionWorkspaceRequest,com.google.longrunning.Operation>
seedConversionWorkspaceSettings()
Returns the object with the settings used for calls to seedConversionWorkspace.com.google.api.gax.rpc.OperationCallSettings<StartMigrationJobRequest,MigrationJob,OperationMetadata>
startMigrationJobOperationSettings()
Returns the object with the settings used for calls to startMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<StartMigrationJobRequest,com.google.longrunning.Operation>
startMigrationJobSettings()
Returns the object with the settings used for calls to startMigrationJob.com.google.api.gax.rpc.OperationCallSettings<StopMigrationJobRequest,MigrationJob,OperationMetadata>
stopMigrationJobOperationSettings()
Returns the object with the settings used for calls to stopMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<StopMigrationJobRequest,com.google.longrunning.Operation>
stopMigrationJobSettings()
Returns the object with the settings used for calls to stopMigrationJob.DataMigrationServiceSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
updateConnectionProfileSettings()
Returns the object with the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata>
updateConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to updateConversionWorkspace.com.google.api.gax.rpc.UnaryCallSettings<UpdateConversionWorkspaceRequest,com.google.longrunning.Operation>
updateConversionWorkspaceSettings()
Returns the object with the settings used for calls to updateConversionWorkspace.com.google.api.gax.rpc.OperationCallSettings<UpdateMigrationJobRequest,MigrationJob,OperationMetadata>
updateMigrationJobOperationSettings()
Returns the object with the settings used for calls to updateMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateMigrationJobRequest,com.google.longrunning.Operation>
updateMigrationJobSettings()
Returns the object with the settings used for calls to updateMigrationJob.com.google.api.gax.rpc.OperationCallSettings<VerifyMigrationJobRequest,MigrationJob,OperationMetadata>
verifyMigrationJobOperationSettings()
Returns the object with the settings used for calls to verifyMigrationJob.com.google.api.gax.rpc.UnaryCallSettings<VerifyMigrationJobRequest,com.google.longrunning.Operation>
verifyMigrationJobSettings()
Returns the object with the settings used for calls to verifyMigrationJob.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
DataMigrationServiceSettings
protected DataMigrationServiceSettings(DataMigrationServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
listMigrationJobsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse> listMigrationJobsSettings()
Returns the object with the settings used for calls to listMigrationJobs.
-
getMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMigrationJobRequest,MigrationJob> getMigrationJobSettings()
Returns the object with the settings used for calls to getMigrationJob.
-
createMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMigrationJobRequest,com.google.longrunning.Operation> createMigrationJobSettings()
Returns the object with the settings used for calls to createMigrationJob.
-
createMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateMigrationJobRequest,MigrationJob,OperationMetadata> createMigrationJobOperationSettings()
Returns the object with the settings used for calls to createMigrationJob.
-
updateMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMigrationJobRequest,com.google.longrunning.Operation> updateMigrationJobSettings()
Returns the object with the settings used for calls to updateMigrationJob.
-
updateMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateMigrationJobRequest,MigrationJob,OperationMetadata> updateMigrationJobOperationSettings()
Returns the object with the settings used for calls to updateMigrationJob.
-
deleteMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationJobRequest,com.google.longrunning.Operation> deleteMigrationJobSettings()
Returns the object with the settings used for calls to deleteMigrationJob.
-
deleteMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteMigrationJobRequest,com.google.protobuf.Empty,OperationMetadata> deleteMigrationJobOperationSettings()
Returns the object with the settings used for calls to deleteMigrationJob.
-
startMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<StartMigrationJobRequest,com.google.longrunning.Operation> startMigrationJobSettings()
Returns the object with the settings used for calls to startMigrationJob.
-
startMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StartMigrationJobRequest,MigrationJob,OperationMetadata> startMigrationJobOperationSettings()
Returns the object with the settings used for calls to startMigrationJob.
-
stopMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<StopMigrationJobRequest,com.google.longrunning.Operation> stopMigrationJobSettings()
Returns the object with the settings used for calls to stopMigrationJob.
-
stopMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StopMigrationJobRequest,MigrationJob,OperationMetadata> stopMigrationJobOperationSettings()
Returns the object with the settings used for calls to stopMigrationJob.
-
resumeMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationJobRequest,com.google.longrunning.Operation> resumeMigrationJobSettings()
Returns the object with the settings used for calls to resumeMigrationJob.
-
resumeMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationJobRequest,MigrationJob,OperationMetadata> resumeMigrationJobOperationSettings()
Returns the object with the settings used for calls to resumeMigrationJob.
-
promoteMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<PromoteMigrationJobRequest,com.google.longrunning.Operation> promoteMigrationJobSettings()
Returns the object with the settings used for calls to promoteMigrationJob.
-
promoteMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<PromoteMigrationJobRequest,MigrationJob,OperationMetadata> promoteMigrationJobOperationSettings()
Returns the object with the settings used for calls to promoteMigrationJob.
-
verifyMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<VerifyMigrationJobRequest,com.google.longrunning.Operation> verifyMigrationJobSettings()
Returns the object with the settings used for calls to verifyMigrationJob.
-
verifyMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<VerifyMigrationJobRequest,MigrationJob,OperationMetadata> verifyMigrationJobOperationSettings()
Returns the object with the settings used for calls to verifyMigrationJob.
-
restartMigrationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<RestartMigrationJobRequest,com.google.longrunning.Operation> restartMigrationJobSettings()
Returns the object with the settings used for calls to restartMigrationJob.
-
restartMigrationJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RestartMigrationJobRequest,MigrationJob,OperationMetadata> restartMigrationJobOperationSettings()
Returns the object with the settings used for calls to restartMigrationJob.
-
generateSshScriptSettings
public com.google.api.gax.rpc.UnaryCallSettings<GenerateSshScriptRequest,SshScript> generateSshScriptSettings()
Returns the object with the settings used for calls to generateSshScript.
-
generateTcpProxyScriptSettings
public com.google.api.gax.rpc.UnaryCallSettings<GenerateTcpProxyScriptRequest,TcpProxyScript> generateTcpProxyScriptSettings()
Returns the object with the settings used for calls to generateTcpProxyScript.
-
listConnectionProfilesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DataMigrationServiceClient.ListConnectionProfilesPagedResponse> listConnectionProfilesSettings()
Returns the object with the settings used for calls to listConnectionProfiles.
-
getConnectionProfileSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile> getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.
-
createConnectionProfileSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateConnectionProfileRequest,com.google.longrunning.Operation> createConnectionProfileSettings()
Returns the object with the settings used for calls to createConnectionProfile.
-
createConnectionProfileOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata> createConnectionProfileOperationSettings()
Returns the object with the settings used for calls to createConnectionProfile.
-
updateConnectionProfileSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionProfileRequest,com.google.longrunning.Operation> updateConnectionProfileSettings()
Returns the object with the settings used for calls to updateConnectionProfile.
-
updateConnectionProfileOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata> updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.
-
deleteConnectionProfileSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConnectionProfileRequest,com.google.longrunning.Operation> deleteConnectionProfileSettings()
Returns the object with the settings used for calls to deleteConnectionProfile.
-
deleteConnectionProfileOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteConnectionProfileRequest,com.google.protobuf.Empty,OperationMetadata> deleteConnectionProfileOperationSettings()
Returns the object with the settings used for calls to deleteConnectionProfile.
-
createPrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateConnectionRequest,com.google.longrunning.Operation> createPrivateConnectionSettings()
Returns the object with the settings used for calls to createPrivateConnection.
-
createPrivateConnectionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata> createPrivateConnectionOperationSettings()
Returns the object with the settings used for calls to createPrivateConnection.
-
getPrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection> getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.
-
listPrivateConnectionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DataMigrationServiceClient.ListPrivateConnectionsPagedResponse> listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections.
-
deletePrivateConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateConnectionRequest,com.google.longrunning.Operation> deletePrivateConnectionSettings()
Returns the object with the settings used for calls to deletePrivateConnection.
-
deletePrivateConnectionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeletePrivateConnectionRequest,com.google.protobuf.Empty,OperationMetadata> deletePrivateConnectionOperationSettings()
Returns the object with the settings used for calls to deletePrivateConnection.
-
getConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetConversionWorkspaceRequest,ConversionWorkspace> getConversionWorkspaceSettings()
Returns the object with the settings used for calls to getConversionWorkspace.
-
listConversionWorkspacesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListConversionWorkspacesRequest,ListConversionWorkspacesResponse,DataMigrationServiceClient.ListConversionWorkspacesPagedResponse> listConversionWorkspacesSettings()
Returns the object with the settings used for calls to listConversionWorkspaces.
-
createConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateConversionWorkspaceRequest,com.google.longrunning.Operation> createConversionWorkspaceSettings()
Returns the object with the settings used for calls to createConversionWorkspace.
-
createConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> createConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to createConversionWorkspace.
-
updateConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConversionWorkspaceRequest,com.google.longrunning.Operation> updateConversionWorkspaceSettings()
Returns the object with the settings used for calls to updateConversionWorkspace.
-
updateConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> updateConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to updateConversionWorkspace.
-
deleteConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConversionWorkspaceRequest,com.google.longrunning.Operation> deleteConversionWorkspaceSettings()
Returns the object with the settings used for calls to deleteConversionWorkspace.
-
deleteConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteConversionWorkspaceRequest,com.google.protobuf.Empty,OperationMetadata> deleteConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to deleteConversionWorkspace.
-
createMappingRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMappingRuleRequest,MappingRule> createMappingRuleSettings()
Returns the object with the settings used for calls to createMappingRule.
-
deleteMappingRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMappingRuleRequest,com.google.protobuf.Empty> deleteMappingRuleSettings()
Returns the object with the settings used for calls to deleteMappingRule.
-
listMappingRulesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse> listMappingRulesSettings()
Returns the object with the settings used for calls to listMappingRules.
-
getMappingRuleSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMappingRuleRequest,MappingRule> getMappingRuleSettings()
Returns the object with the settings used for calls to getMappingRule.
-
seedConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<SeedConversionWorkspaceRequest,com.google.longrunning.Operation> seedConversionWorkspaceSettings()
Returns the object with the settings used for calls to seedConversionWorkspace.
-
seedConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<SeedConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> seedConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to seedConversionWorkspace.
-
importMappingRulesSettings
public com.google.api.gax.rpc.UnaryCallSettings<ImportMappingRulesRequest,com.google.longrunning.Operation> importMappingRulesSettings()
Returns the object with the settings used for calls to importMappingRules.
-
importMappingRulesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ImportMappingRulesRequest,ConversionWorkspace,OperationMetadata> importMappingRulesOperationSettings()
Returns the object with the settings used for calls to importMappingRules.
-
convertConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<ConvertConversionWorkspaceRequest,com.google.longrunning.Operation> convertConversionWorkspaceSettings()
Returns the object with the settings used for calls to convertConversionWorkspace.
-
convertConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ConvertConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> convertConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to convertConversionWorkspace.
-
commitConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<CommitConversionWorkspaceRequest,com.google.longrunning.Operation> commitConversionWorkspaceSettings()
Returns the object with the settings used for calls to commitConversionWorkspace.
-
commitConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CommitConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> commitConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to commitConversionWorkspace.
-
rollbackConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<RollbackConversionWorkspaceRequest,com.google.longrunning.Operation> rollbackConversionWorkspaceSettings()
Returns the object with the settings used for calls to rollbackConversionWorkspace.
-
rollbackConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RollbackConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> rollbackConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to rollbackConversionWorkspace.
-
applyConversionWorkspaceSettings
public com.google.api.gax.rpc.UnaryCallSettings<ApplyConversionWorkspaceRequest,com.google.longrunning.Operation> applyConversionWorkspaceSettings()
Returns the object with the settings used for calls to applyConversionWorkspace.
-
applyConversionWorkspaceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ApplyConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> applyConversionWorkspaceOperationSettings()
Returns the object with the settings used for calls to applyConversionWorkspace.
-
describeDatabaseEntitiesSettings
public com.google.api.gax.rpc.PagedCallSettings<DescribeDatabaseEntitiesRequest,DescribeDatabaseEntitiesResponse,DataMigrationServiceClient.DescribeDatabaseEntitiesPagedResponse> describeDatabaseEntitiesSettings()
Returns the object with the settings used for calls to describeDatabaseEntities.
-
searchBackgroundJobsSettings
public com.google.api.gax.rpc.UnaryCallSettings<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse> searchBackgroundJobsSettings()
Returns the object with the settings used for calls to searchBackgroundJobs.
-
describeConversionWorkspaceRevisionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<DescribeConversionWorkspaceRevisionsRequest,DescribeConversionWorkspaceRevisionsResponse> describeConversionWorkspaceRevisionsSettings()
Returns the object with the settings used for calls to describeConversionWorkspaceRevisions.
-
fetchStaticIpsSettings
public com.google.api.gax.rpc.PagedCallSettings<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse> fetchStaticIpsSettings()
Returns the object with the settings used for calls to fetchStaticIps.
-
create
public static final DataMigrationServiceSettings create(DataMigrationServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static DataMigrationServiceSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static DataMigrationServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public DataMigrationServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<DataMigrationServiceSettings>
-
-