@Generated(value="by gapic-generator-java") public class DataMigrationServiceSettings extends com.google.api.gax.rpc.ClientSettings<DataMigrationServiceSettings>
DataMigrationServiceClient.
The default instance has everything set to sensible defaults:
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
DataMigrationServiceSettings.Builder
Builder for DataMigrationServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataMigrationServiceSettings(DataMigrationServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and 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.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected DataMigrationServiceSettings(DataMigrationServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse> listMigrationJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetMigrationJobRequest,MigrationJob> getMigrationJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateMigrationJobRequest,com.google.longrunning.Operation> createMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateMigrationJobRequest,MigrationJob,OperationMetadata> createMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMigrationJobRequest,com.google.longrunning.Operation> updateMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateMigrationJobRequest,MigrationJob,OperationMetadata> updateMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationJobRequest,com.google.longrunning.Operation> deleteMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteMigrationJobRequest,com.google.protobuf.Empty,OperationMetadata> deleteMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartMigrationJobRequest,com.google.longrunning.Operation> startMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<StartMigrationJobRequest,MigrationJob,OperationMetadata> startMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StopMigrationJobRequest,com.google.longrunning.Operation> stopMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<StopMigrationJobRequest,MigrationJob,OperationMetadata> stopMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationJobRequest,com.google.longrunning.Operation> resumeMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationJobRequest,MigrationJob,OperationMetadata> resumeMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<PromoteMigrationJobRequest,com.google.longrunning.Operation> promoteMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<PromoteMigrationJobRequest,MigrationJob,OperationMetadata> promoteMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<VerifyMigrationJobRequest,com.google.longrunning.Operation> verifyMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<VerifyMigrationJobRequest,MigrationJob,OperationMetadata> verifyMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RestartMigrationJobRequest,com.google.longrunning.Operation> restartMigrationJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<RestartMigrationJobRequest,MigrationJob,OperationMetadata> restartMigrationJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateSshScriptRequest,SshScript> generateSshScriptSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateTcpProxyScriptRequest,TcpProxyScript> generateTcpProxyScriptSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DataMigrationServiceClient.ListConnectionProfilesPagedResponse> listConnectionProfilesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile> getConnectionProfileSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateConnectionProfileRequest,com.google.longrunning.Operation> createConnectionProfileSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata> createConnectionProfileOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionProfileRequest,com.google.longrunning.Operation> updateConnectionProfileSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata> updateConnectionProfileOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConnectionProfileRequest,com.google.longrunning.Operation> deleteConnectionProfileSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteConnectionProfileRequest,com.google.protobuf.Empty,OperationMetadata> deleteConnectionProfileOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreatePrivateConnectionRequest,com.google.longrunning.Operation> createPrivateConnectionSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreatePrivateConnectionRequest,PrivateConnection,OperationMetadata> createPrivateConnectionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection> getPrivateConnectionSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DataMigrationServiceClient.ListPrivateConnectionsPagedResponse> listPrivateConnectionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeletePrivateConnectionRequest,com.google.longrunning.Operation> deletePrivateConnectionSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeletePrivateConnectionRequest,com.google.protobuf.Empty,OperationMetadata> deletePrivateConnectionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetConversionWorkspaceRequest,ConversionWorkspace> getConversionWorkspaceSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListConversionWorkspacesRequest,ListConversionWorkspacesResponse,DataMigrationServiceClient.ListConversionWorkspacesPagedResponse> listConversionWorkspacesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateConversionWorkspaceRequest,com.google.longrunning.Operation> createConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> createConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConversionWorkspaceRequest,com.google.longrunning.Operation> updateConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> updateConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConversionWorkspaceRequest,com.google.longrunning.Operation> deleteConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteConversionWorkspaceRequest,com.google.protobuf.Empty,OperationMetadata> deleteConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateMappingRuleRequest,MappingRule> createMappingRuleSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMappingRuleRequest,com.google.protobuf.Empty> deleteMappingRuleSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse> listMappingRulesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetMappingRuleRequest,MappingRule> getMappingRuleSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SeedConversionWorkspaceRequest,com.google.longrunning.Operation> seedConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<SeedConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> seedConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ImportMappingRulesRequest,com.google.longrunning.Operation> importMappingRulesSettings()
public com.google.api.gax.rpc.OperationCallSettings<ImportMappingRulesRequest,ConversionWorkspace,OperationMetadata> importMappingRulesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ConvertConversionWorkspaceRequest,com.google.longrunning.Operation> convertConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<ConvertConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> convertConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CommitConversionWorkspaceRequest,com.google.longrunning.Operation> commitConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CommitConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> commitConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RollbackConversionWorkspaceRequest,com.google.longrunning.Operation> rollbackConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RollbackConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> rollbackConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ApplyConversionWorkspaceRequest,com.google.longrunning.Operation> applyConversionWorkspaceSettings()
public com.google.api.gax.rpc.OperationCallSettings<ApplyConversionWorkspaceRequest,ConversionWorkspace,OperationMetadata> applyConversionWorkspaceOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<DescribeDatabaseEntitiesRequest,DescribeDatabaseEntitiesResponse,DataMigrationServiceClient.DescribeDatabaseEntitiesPagedResponse> describeDatabaseEntitiesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse> searchBackgroundJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DescribeConversionWorkspaceRevisionsRequest,DescribeConversionWorkspaceRevisionsResponse> describeConversionWorkspaceRevisionsSettings()
public com.google.api.gax.rpc.PagedCallSettings<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse> fetchStaticIpsSettings()
public static final DataMigrationServiceSettings create(DataMigrationServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="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()
public static DataMigrationServiceSettings.Builder newBuilder()
public static DataMigrationServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataMigrationServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<DataMigrationServiceSettings>Copyright © 2023 Google LLC. All rights reserved.