Class DataMigrationServiceSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public DataMigrationServiceSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.

      • getMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMigrationJobRequest,​MigrationJob> getMigrationJobSettings()
        Returns the builder for the settings used for calls to getMigrationJob.
      • createMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMigrationJobRequest,​com.google.longrunning.Operation> createMigrationJobSettings()
        Returns the builder for the settings used for calls to createMigrationJob.
      • createMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateMigrationJobRequest,​MigrationJob,​OperationMetadata> createMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to createMigrationJob.
      • updateMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateMigrationJobRequest,​com.google.longrunning.Operation> updateMigrationJobSettings()
        Returns the builder for the settings used for calls to updateMigrationJob.
      • updateMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateMigrationJobRequest,​MigrationJob,​OperationMetadata> updateMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to updateMigrationJob.
      • deleteMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMigrationJobRequest,​com.google.longrunning.Operation> deleteMigrationJobSettings()
        Returns the builder for the settings used for calls to deleteMigrationJob.
      • deleteMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteMigrationJobRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to deleteMigrationJob.
      • startMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartMigrationJobRequest,​com.google.longrunning.Operation> startMigrationJobSettings()
        Returns the builder for the settings used for calls to startMigrationJob.
      • startMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<StartMigrationJobRequest,​MigrationJob,​OperationMetadata> startMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to startMigrationJob.
      • stopMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopMigrationJobRequest,​com.google.longrunning.Operation> stopMigrationJobSettings()
        Returns the builder for the settings used for calls to stopMigrationJob.
      • stopMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<StopMigrationJobRequest,​MigrationJob,​OperationMetadata> stopMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to stopMigrationJob.
      • resumeMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResumeMigrationJobRequest,​com.google.longrunning.Operation> resumeMigrationJobSettings()
        Returns the builder for the settings used for calls to resumeMigrationJob.
      • resumeMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<ResumeMigrationJobRequest,​MigrationJob,​OperationMetadata> resumeMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to resumeMigrationJob.
      • promoteMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<PromoteMigrationJobRequest,​com.google.longrunning.Operation> promoteMigrationJobSettings()
        Returns the builder for the settings used for calls to promoteMigrationJob.
      • promoteMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<PromoteMigrationJobRequest,​MigrationJob,​OperationMetadata> promoteMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to promoteMigrationJob.
      • verifyMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<VerifyMigrationJobRequest,​com.google.longrunning.Operation> verifyMigrationJobSettings()
        Returns the builder for the settings used for calls to verifyMigrationJob.
      • verifyMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<VerifyMigrationJobRequest,​MigrationJob,​OperationMetadata> verifyMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to verifyMigrationJob.
      • restartMigrationJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestartMigrationJobRequest,​com.google.longrunning.Operation> restartMigrationJobSettings()
        Returns the builder for the settings used for calls to restartMigrationJob.
      • restartMigrationJobOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<RestartMigrationJobRequest,​MigrationJob,​OperationMetadata> restartMigrationJobOperationSettings()
        Returns the builder for the settings used for calls to restartMigrationJob.
      • generateSshScriptSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateSshScriptRequest,​SshScript> generateSshScriptSettings()
        Returns the builder for the settings used for calls to generateSshScript.
      • generateTcpProxyScriptSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateTcpProxyScriptRequest,​TcpProxyScript> generateTcpProxyScriptSettings()
        Returns the builder for the settings used for calls to generateTcpProxyScript.
      • getConnectionProfileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionProfileRequest,​ConnectionProfile> getConnectionProfileSettings()
        Returns the builder for the settings used for calls to getConnectionProfile.
      • createConnectionProfileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectionProfileRequest,​com.google.longrunning.Operation> createConnectionProfileSettings()
        Returns the builder for the settings used for calls to createConnectionProfile.
      • updateConnectionProfileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectionProfileRequest,​com.google.longrunning.Operation> updateConnectionProfileSettings()
        Returns the builder for the settings used for calls to updateConnectionProfile.
      • deleteConnectionProfileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConnectionProfileRequest,​com.google.longrunning.Operation> deleteConnectionProfileSettings()
        Returns the builder for the settings used for calls to deleteConnectionProfile.
      • deleteConnectionProfileOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteConnectionProfileRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteConnectionProfileOperationSettings()
        Returns the builder for the settings used for calls to deleteConnectionProfile.
      • createPrivateConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePrivateConnectionRequest,​com.google.longrunning.Operation> createPrivateConnectionSettings()
        Returns the builder for the settings used for calls to createPrivateConnection.
      • getPrivateConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPrivateConnectionRequest,​PrivateConnection> getPrivateConnectionSettings()
        Returns the builder for the settings used for calls to getPrivateConnection.
      • deletePrivateConnectionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePrivateConnectionRequest,​com.google.longrunning.Operation> deletePrivateConnectionSettings()
        Returns the builder for the settings used for calls to deletePrivateConnection.
      • deletePrivateConnectionOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeletePrivateConnectionRequest,​com.google.protobuf.Empty,​OperationMetadata> deletePrivateConnectionOperationSettings()
        Returns the builder for the settings used for calls to deletePrivateConnection.
      • getConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConversionWorkspaceRequest,​ConversionWorkspace> getConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to getConversionWorkspace.
      • createConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConversionWorkspaceRequest,​com.google.longrunning.Operation> createConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to createConversionWorkspace.
      • updateConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConversionWorkspaceRequest,​com.google.longrunning.Operation> updateConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to updateConversionWorkspace.
      • deleteConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConversionWorkspaceRequest,​com.google.longrunning.Operation> deleteConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to deleteConversionWorkspace.
      • deleteConversionWorkspaceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteConversionWorkspaceRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteConversionWorkspaceOperationSettings()
        Returns the builder for the settings used for calls to deleteConversionWorkspace.
      • createMappingRuleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMappingRuleRequest,​MappingRule> createMappingRuleSettings()
        Returns the builder for the settings used for calls to createMappingRule.
      • deleteMappingRuleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMappingRuleRequest,​com.google.protobuf.Empty> deleteMappingRuleSettings()
        Returns the builder for the settings used for calls to deleteMappingRule.
      • getMappingRuleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMappingRuleRequest,​MappingRule> getMappingRuleSettings()
        Returns the builder for the settings used for calls to getMappingRule.
      • seedConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SeedConversionWorkspaceRequest,​com.google.longrunning.Operation> seedConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to seedConversionWorkspace.
      • importMappingRulesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportMappingRulesRequest,​com.google.longrunning.Operation> importMappingRulesSettings()
        Returns the builder for the settings used for calls to importMappingRules.
      • convertConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ConvertConversionWorkspaceRequest,​com.google.longrunning.Operation> convertConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to convertConversionWorkspace.
      • commitConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitConversionWorkspaceRequest,​com.google.longrunning.Operation> commitConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to commitConversionWorkspace.
      • rollbackConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackConversionWorkspaceRequest,​com.google.longrunning.Operation> rollbackConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to rollbackConversionWorkspace.
      • applyConversionWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ApplyConversionWorkspaceRequest,​com.google.longrunning.Operation> applyConversionWorkspaceSettings()
        Returns the builder for the settings used for calls to applyConversionWorkspace.