Send feedback
Class DataMigrationServiceStubSettings.Builder (2.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.13.0 keyboard_arrow_down
public static class DataMigrationServiceStubSettings . Builder extends StubSettings . Builder<DataMigrationServiceStubSettings , DataMigrationServiceStubSettings . Builder >
Builder for DataMigrationServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(DataMigrationServiceStubSettings settings)
protected Builder ( DataMigrationServiceStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public DataMigrationServiceStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<UnaryCallSettings . Builder <? , ? >, Void > settingsUpdater )
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public DataMigrationServiceStubSettings build ()
Overrides
createConnectionProfileOperationSettings()
public OperationCallSettings . Builder<CreateConnectionProfileRequest , ConnectionProfile , OperationMetadata > createConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to createConnectionProfile.
createConnectionProfileSettings()
public UnaryCallSettings . Builder<CreateConnectionProfileRequest , Operation > createConnectionProfileSettings ()
Returns the builder for the settings used for calls to createConnectionProfile.
createMigrationJobOperationSettings()
public OperationCallSettings . Builder<CreateMigrationJobRequest , MigrationJob , OperationMetadata > createMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to createMigrationJob.
createMigrationJobSettings()
public UnaryCallSettings . Builder<CreateMigrationJobRequest , Operation > createMigrationJobSettings ()
Returns the builder for the settings used for calls to createMigrationJob.
deleteConnectionProfileOperationSettings()
public OperationCallSettings . Builder<DeleteConnectionProfileRequest , Empty , OperationMetadata > deleteConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to deleteConnectionProfile.
deleteConnectionProfileSettings()
public UnaryCallSettings . Builder<DeleteConnectionProfileRequest , Operation > deleteConnectionProfileSettings ()
Returns the builder for the settings used for calls to deleteConnectionProfile.
deleteMigrationJobOperationSettings()
public OperationCallSettings . Builder<DeleteMigrationJobRequest , Empty , OperationMetadata > deleteMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to deleteMigrationJob.
deleteMigrationJobSettings()
public UnaryCallSettings . Builder<DeleteMigrationJobRequest , Operation > deleteMigrationJobSettings ()
Returns the builder for the settings used for calls to deleteMigrationJob.
generateSshScriptSettings()
public UnaryCallSettings . Builder<GenerateSshScriptRequest , SshScript > generateSshScriptSettings ()
Returns the builder for the settings used for calls to generateSshScript.
getConnectionProfileSettings()
public UnaryCallSettings . Builder<GetConnectionProfileRequest , ConnectionProfile > getConnectionProfileSettings ()
Returns the builder for the settings used for calls to getConnectionProfile.
getMigrationJobSettings()
public UnaryCallSettings . Builder<GetMigrationJobRequest , MigrationJob > getMigrationJobSettings ()
Returns the builder for the settings used for calls to getMigrationJob.
listConnectionProfilesSettings()
public PagedCallSettings . Builder<ListConnectionProfilesRequest , ListConnectionProfilesResponse , DataMigrationServiceClient . ListConnectionProfilesPagedResponse > listConnectionProfilesSettings ()
Returns the builder for the settings used for calls to listConnectionProfiles.
listMigrationJobsSettings()
public PagedCallSettings . Builder<ListMigrationJobsRequest , ListMigrationJobsResponse , DataMigrationServiceClient . ListMigrationJobsPagedResponse > listMigrationJobsSettings ()
Returns the builder for the settings used for calls to listMigrationJobs.
public OperationCallSettings . Builder<PromoteMigrationJobRequest , MigrationJob , OperationMetadata > promoteMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to promoteMigrationJob.
public UnaryCallSettings . Builder<PromoteMigrationJobRequest , Operation > promoteMigrationJobSettings ()
Returns the builder for the settings used for calls to promoteMigrationJob.
restartMigrationJobOperationSettings()
public OperationCallSettings . Builder<RestartMigrationJobRequest , MigrationJob , OperationMetadata > restartMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to restartMigrationJob.
restartMigrationJobSettings()
public UnaryCallSettings . Builder<RestartMigrationJobRequest , Operation > restartMigrationJobSettings ()
Returns the builder for the settings used for calls to restartMigrationJob.
resumeMigrationJobOperationSettings()
public OperationCallSettings . Builder<ResumeMigrationJobRequest , MigrationJob , OperationMetadata > resumeMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to resumeMigrationJob.
resumeMigrationJobSettings()
public UnaryCallSettings . Builder<ResumeMigrationJobRequest , Operation > resumeMigrationJobSettings ()
Returns the builder for the settings used for calls to resumeMigrationJob.
startMigrationJobOperationSettings()
public OperationCallSettings . Builder<StartMigrationJobRequest , MigrationJob , OperationMetadata > startMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to startMigrationJob.
startMigrationJobSettings()
public UnaryCallSettings . Builder<StartMigrationJobRequest , Operation > startMigrationJobSettings ()
Returns the builder for the settings used for calls to startMigrationJob.
stopMigrationJobOperationSettings()
public OperationCallSettings . Builder<StopMigrationJobRequest , MigrationJob , OperationMetadata > stopMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to stopMigrationJob.
stopMigrationJobSettings()
public UnaryCallSettings . Builder<StopMigrationJobRequest , Operation > stopMigrationJobSettings ()
Returns the builder for the settings used for calls to stopMigrationJob.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateConnectionProfileOperationSettings()
public OperationCallSettings . Builder<UpdateConnectionProfileRequest , ConnectionProfile , OperationMetadata > updateConnectionProfileOperationSettings ()
Returns the builder for the settings used for calls to updateConnectionProfile.
updateConnectionProfileSettings()
public UnaryCallSettings . Builder<UpdateConnectionProfileRequest , Operation > updateConnectionProfileSettings ()
Returns the builder for the settings used for calls to updateConnectionProfile.
updateMigrationJobOperationSettings()
public OperationCallSettings . Builder<UpdateMigrationJobRequest , MigrationJob , OperationMetadata > updateMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to updateMigrationJob.
updateMigrationJobSettings()
public UnaryCallSettings . Builder<UpdateMigrationJobRequest , Operation > updateMigrationJobSettings ()
Returns the builder for the settings used for calls to updateMigrationJob.
verifyMigrationJobOperationSettings()
public OperationCallSettings . Builder<VerifyMigrationJobRequest , MigrationJob , OperationMetadata > verifyMigrationJobOperationSettings ()
Returns the builder for the settings used for calls to verifyMigrationJob.
verifyMigrationJobSettings()
public UnaryCallSettings . Builder<VerifyMigrationJobRequest , Operation > verifyMigrationJobSettings ()
Returns the builder for the settings used for calls to verifyMigrationJob.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]