- 1.52.0 (latest)
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public class VmMigrationStubSettings extends StubSettings<VmMigrationStubSettings>
Settings class to configure an instance of VmMigrationStub.
The default instance has everything set to sensible defaults:
- The default service address (vmmigration.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 getSource to 30 seconds:
VmMigrationStubSettings.Builder vmMigrationSettingsBuilder =
VmMigrationStubSettings.newBuilder();
vmMigrationSettingsBuilder
.getSourceSettings()
.setRetrySettings(
vmMigrationSettingsBuilder
.getSourceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
VmMigrationStubSettings vmMigrationSettings = vmMigrationSettingsBuilder.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static VmMigrationStubSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
VmMigrationStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static VmMigrationStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
VmMigrationStubSettings.Builder |
Constructors
VmMigrationStubSettings(VmMigrationStubSettings.Builder settingsBuilder)
protected VmMigrationStubSettings(VmMigrationStubSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | VmMigrationStubSettings.Builder |
Methods
addGroupMigrationOperationSettings()
public OperationCallSettings<AddGroupMigrationRequest,AddGroupMigrationResponse,OperationMetadata> addGroupMigrationOperationSettings()
Returns the object with the settings used for calls to addGroupMigration.
Type | Description |
OperationCallSettings<AddGroupMigrationRequest,AddGroupMigrationResponse,OperationMetadata> |
addGroupMigrationSettings()
public UnaryCallSettings<AddGroupMigrationRequest,Operation> addGroupMigrationSettings()
Returns the object with the settings used for calls to addGroupMigration.
Type | Description |
UnaryCallSettings<AddGroupMigrationRequest,Operation> |
cancelCloneJobOperationSettings()
public OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata> cancelCloneJobOperationSettings()
Returns the object with the settings used for calls to cancelCloneJob.
Type | Description |
OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata> |
cancelCloneJobSettings()
public UnaryCallSettings<CancelCloneJobRequest,Operation> cancelCloneJobSettings()
Returns the object with the settings used for calls to cancelCloneJob.
Type | Description |
UnaryCallSettings<CancelCloneJobRequest,Operation> |
cancelCutoverJobOperationSettings()
public OperationCallSettings<CancelCutoverJobRequest,CancelCutoverJobResponse,OperationMetadata> cancelCutoverJobOperationSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
Type | Description |
OperationCallSettings<CancelCutoverJobRequest,CancelCutoverJobResponse,OperationMetadata> |
cancelCutoverJobSettings()
public UnaryCallSettings<CancelCutoverJobRequest,Operation> cancelCutoverJobSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
Type | Description |
UnaryCallSettings<CancelCutoverJobRequest,Operation> |
createCloneJobOperationSettings()
public OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata> createCloneJobOperationSettings()
Returns the object with the settings used for calls to createCloneJob.
Type | Description |
OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata> |
createCloneJobSettings()
public UnaryCallSettings<CreateCloneJobRequest,Operation> createCloneJobSettings()
Returns the object with the settings used for calls to createCloneJob.
Type | Description |
UnaryCallSettings<CreateCloneJobRequest,Operation> |
createCutoverJobOperationSettings()
public OperationCallSettings<CreateCutoverJobRequest,CutoverJob,OperationMetadata> createCutoverJobOperationSettings()
Returns the object with the settings used for calls to createCutoverJob.
Type | Description |
OperationCallSettings<CreateCutoverJobRequest,CutoverJob,OperationMetadata> |
createCutoverJobSettings()
public UnaryCallSettings<CreateCutoverJobRequest,Operation> createCutoverJobSettings()
Returns the object with the settings used for calls to createCutoverJob.
Type | Description |
UnaryCallSettings<CreateCutoverJobRequest,Operation> |
createDatacenterConnectorOperationSettings()
public OperationCallSettings<CreateDatacenterConnectorRequest,DatacenterConnector,OperationMetadata> createDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
Type | Description |
OperationCallSettings<CreateDatacenterConnectorRequest,DatacenterConnector,OperationMetadata> |
createDatacenterConnectorSettings()
public UnaryCallSettings<CreateDatacenterConnectorRequest,Operation> createDatacenterConnectorSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
Type | Description |
UnaryCallSettings<CreateDatacenterConnectorRequest,Operation> |
createGroupOperationSettings()
public OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> createGroupOperationSettings()
Returns the object with the settings used for calls to createGroup.
Type | Description |
OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> |
createGroupSettings()
public UnaryCallSettings<CreateGroupRequest,Operation> createGroupSettings()
Returns the object with the settings used for calls to createGroup.
Type | Description |
UnaryCallSettings<CreateGroupRequest,Operation> |
createMigratingVmOperationSettings()
public OperationCallSettings<CreateMigratingVmRequest,MigratingVm,OperationMetadata> createMigratingVmOperationSettings()
Returns the object with the settings used for calls to createMigratingVm.
Type | Description |
OperationCallSettings<CreateMigratingVmRequest,MigratingVm,OperationMetadata> |
createMigratingVmSettings()
public UnaryCallSettings<CreateMigratingVmRequest,Operation> createMigratingVmSettings()
Returns the object with the settings used for calls to createMigratingVm.
Type | Description |
UnaryCallSettings<CreateMigratingVmRequest,Operation> |
createSourceOperationSettings()
public OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> createSourceOperationSettings()
Returns the object with the settings used for calls to createSource.
Type | Description |
OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> |
createSourceSettings()
public UnaryCallSettings<CreateSourceRequest,Operation> createSourceSettings()
Returns the object with the settings used for calls to createSource.
Type | Description |
UnaryCallSettings<CreateSourceRequest,Operation> |
createStub()
public VmMigrationStub createStub()
Type | Description |
VmMigrationStub |
Type | Description |
IOException |
createTargetProjectOperationSettings()
public OperationCallSettings<CreateTargetProjectRequest,TargetProject,OperationMetadata> createTargetProjectOperationSettings()
Returns the object with the settings used for calls to createTargetProject.
Type | Description |
OperationCallSettings<CreateTargetProjectRequest,TargetProject,OperationMetadata> |
createTargetProjectSettings()
public UnaryCallSettings<CreateTargetProjectRequest,Operation> createTargetProjectSettings()
Returns the object with the settings used for calls to createTargetProject.
Type | Description |
UnaryCallSettings<CreateTargetProjectRequest,Operation> |
createUtilizationReportOperationSettings()
public OperationCallSettings<CreateUtilizationReportRequest,UtilizationReport,OperationMetadata> createUtilizationReportOperationSettings()
Returns the object with the settings used for calls to createUtilizationReport.
Type | Description |
OperationCallSettings<CreateUtilizationReportRequest,UtilizationReport,OperationMetadata> |
createUtilizationReportSettings()
public UnaryCallSettings<CreateUtilizationReportRequest,Operation> createUtilizationReportSettings()
Returns the object with the settings used for calls to createUtilizationReport.
Type | Description |
UnaryCallSettings<CreateUtilizationReportRequest,Operation> |
deleteDatacenterConnectorOperationSettings()
public OperationCallSettings<DeleteDatacenterConnectorRequest,Empty,OperationMetadata> deleteDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
Type | Description |
OperationCallSettings<DeleteDatacenterConnectorRequest,Empty,OperationMetadata> |
deleteDatacenterConnectorSettings()
public UnaryCallSettings<DeleteDatacenterConnectorRequest,Operation> deleteDatacenterConnectorSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
Type | Description |
UnaryCallSettings<DeleteDatacenterConnectorRequest,Operation> |
deleteGroupOperationSettings()
public OperationCallSettings<DeleteGroupRequest,Empty,OperationMetadata> deleteGroupOperationSettings()
Returns the object with the settings used for calls to deleteGroup.
Type | Description |
OperationCallSettings<DeleteGroupRequest,Empty,OperationMetadata> |
deleteGroupSettings()
public UnaryCallSettings<DeleteGroupRequest,Operation> deleteGroupSettings()
Returns the object with the settings used for calls to deleteGroup.
Type | Description |
UnaryCallSettings<DeleteGroupRequest,Operation> |
deleteMigratingVmOperationSettings()
public OperationCallSettings<DeleteMigratingVmRequest,Empty,OperationMetadata> deleteMigratingVmOperationSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
Type | Description |
OperationCallSettings<DeleteMigratingVmRequest,Empty,OperationMetadata> |
deleteMigratingVmSettings()
public UnaryCallSettings<DeleteMigratingVmRequest,Operation> deleteMigratingVmSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
Type | Description |
UnaryCallSettings<DeleteMigratingVmRequest,Operation> |
deleteSourceOperationSettings()
public OperationCallSettings<DeleteSourceRequest,Empty,OperationMetadata> deleteSourceOperationSettings()
Returns the object with the settings used for calls to deleteSource.
Type | Description |
OperationCallSettings<DeleteSourceRequest,Empty,OperationMetadata> |
deleteSourceSettings()
public UnaryCallSettings<DeleteSourceRequest,Operation> deleteSourceSettings()
Returns the object with the settings used for calls to deleteSource.
Type | Description |
UnaryCallSettings<DeleteSourceRequest,Operation> |
deleteTargetProjectOperationSettings()
public OperationCallSettings<DeleteTargetProjectRequest,Empty,OperationMetadata> deleteTargetProjectOperationSettings()
Returns the object with the settings used for calls to deleteTargetProject.
Type | Description |
OperationCallSettings<DeleteTargetProjectRequest,Empty,OperationMetadata> |
deleteTargetProjectSettings()
public UnaryCallSettings<DeleteTargetProjectRequest,Operation> deleteTargetProjectSettings()
Returns the object with the settings used for calls to deleteTargetProject.
Type | Description |
UnaryCallSettings<DeleteTargetProjectRequest,Operation> |
deleteUtilizationReportOperationSettings()
public OperationCallSettings<DeleteUtilizationReportRequest,Empty,OperationMetadata> deleteUtilizationReportOperationSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
Type | Description |
OperationCallSettings<DeleteUtilizationReportRequest,Empty,OperationMetadata> |
deleteUtilizationReportSettings()
public UnaryCallSettings<DeleteUtilizationReportRequest,Operation> deleteUtilizationReportSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
Type | Description |
UnaryCallSettings<DeleteUtilizationReportRequest,Operation> |
fetchInventorySettings()
public UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse> fetchInventorySettings()
Returns the object with the settings used for calls to fetchInventory.
Type | Description |
UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse> |
finalizeMigrationOperationSettings()
public OperationCallSettings<FinalizeMigrationRequest,FinalizeMigrationResponse,OperationMetadata> finalizeMigrationOperationSettings()
Returns the object with the settings used for calls to finalizeMigration.
Type | Description |
OperationCallSettings<FinalizeMigrationRequest,FinalizeMigrationResponse,OperationMetadata> |
finalizeMigrationSettings()
public UnaryCallSettings<FinalizeMigrationRequest,Operation> finalizeMigrationSettings()
Returns the object with the settings used for calls to finalizeMigration.
Type | Description |
UnaryCallSettings<FinalizeMigrationRequest,Operation> |
getCloneJobSettings()
public UnaryCallSettings<GetCloneJobRequest,CloneJob> getCloneJobSettings()
Returns the object with the settings used for calls to getCloneJob.
Type | Description |
UnaryCallSettings<GetCloneJobRequest,CloneJob> |
getCutoverJobSettings()
public UnaryCallSettings<GetCutoverJobRequest,CutoverJob> getCutoverJobSettings()
Returns the object with the settings used for calls to getCutoverJob.
Type | Description |
UnaryCallSettings<GetCutoverJobRequest,CutoverJob> |
getDatacenterConnectorSettings()
public UnaryCallSettings<GetDatacenterConnectorRequest,DatacenterConnector> getDatacenterConnectorSettings()
Returns the object with the settings used for calls to getDatacenterConnector.
Type | Description |
UnaryCallSettings<GetDatacenterConnectorRequest,DatacenterConnector> |
getGroupSettings()
public UnaryCallSettings<GetGroupRequest,Group> getGroupSettings()
Returns the object with the settings used for calls to getGroup.
Type | Description |
UnaryCallSettings<GetGroupRequest,Group> |
getMigratingVmSettings()
public UnaryCallSettings<GetMigratingVmRequest,MigratingVm> getMigratingVmSettings()
Returns the object with the settings used for calls to getMigratingVm.
Type | Description |
UnaryCallSettings<GetMigratingVmRequest,MigratingVm> |
getSourceSettings()
public UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()
Returns the object with the settings used for calls to getSource.
Type | Description |
UnaryCallSettings<GetSourceRequest,Source> |
getTargetProjectSettings()
public UnaryCallSettings<GetTargetProjectRequest,TargetProject> getTargetProjectSettings()
Returns the object with the settings used for calls to getTargetProject.
Type | Description |
UnaryCallSettings<GetTargetProjectRequest,TargetProject> |
getUtilizationReportSettings()
public UnaryCallSettings<GetUtilizationReportRequest,UtilizationReport> getUtilizationReportSettings()
Returns the object with the settings used for calls to getUtilizationReport.
Type | Description |
UnaryCallSettings<GetUtilizationReportRequest,UtilizationReport> |
listCloneJobsSettings()
public PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse> listCloneJobsSettings()
Returns the object with the settings used for calls to listCloneJobs.
Type | Description |
PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,ListCloneJobsPagedResponse> |
listCutoverJobsSettings()
public PagedCallSettings<ListCutoverJobsRequest,ListCutoverJobsResponse,VmMigrationClient.ListCutoverJobsPagedResponse> listCutoverJobsSettings()
Returns the object with the settings used for calls to listCutoverJobs.
Type | Description |
PagedCallSettings<ListCutoverJobsRequest,ListCutoverJobsResponse,ListCutoverJobsPagedResponse> |
listDatacenterConnectorsSettings()
public PagedCallSettings<ListDatacenterConnectorsRequest,ListDatacenterConnectorsResponse,VmMigrationClient.ListDatacenterConnectorsPagedResponse> listDatacenterConnectorsSettings()
Returns the object with the settings used for calls to listDatacenterConnectors.
Type | Description |
PagedCallSettings<ListDatacenterConnectorsRequest,ListDatacenterConnectorsResponse,ListDatacenterConnectorsPagedResponse> |
listGroupsSettings()
public PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse> listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
Type | Description |
PagedCallSettings<ListGroupsRequest,ListGroupsResponse,ListGroupsPagedResponse> |
listMigratingVmsSettings()
public PagedCallSettings<ListMigratingVmsRequest,ListMigratingVmsResponse,VmMigrationClient.ListMigratingVmsPagedResponse> listMigratingVmsSettings()
Returns the object with the settings used for calls to listMigratingVms.
Type | Description |
PagedCallSettings<ListMigratingVmsRequest,ListMigratingVmsResponse,ListMigratingVmsPagedResponse> |
listSourcesSettings()
public PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse> listSourcesSettings()
Returns the object with the settings used for calls to listSources.
Type | Description |
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,ListSourcesPagedResponse> |
listTargetProjectsSettings()
public PagedCallSettings<ListTargetProjectsRequest,ListTargetProjectsResponse,VmMigrationClient.ListTargetProjectsPagedResponse> listTargetProjectsSettings()
Returns the object with the settings used for calls to listTargetProjects.
Type | Description |
PagedCallSettings<ListTargetProjectsRequest,ListTargetProjectsResponse,ListTargetProjectsPagedResponse> |
listUtilizationReportsSettings()
public PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse> listUtilizationReportsSettings()
Returns the object with the settings used for calls to listUtilizationReports.
Type | Description |
PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,ListUtilizationReportsPagedResponse> |
pauseMigrationOperationSettings()
public OperationCallSettings<PauseMigrationRequest,PauseMigrationResponse,OperationMetadata> pauseMigrationOperationSettings()
Returns the object with the settings used for calls to pauseMigration.
Type | Description |
OperationCallSettings<PauseMigrationRequest,PauseMigrationResponse,OperationMetadata> |
pauseMigrationSettings()
public UnaryCallSettings<PauseMigrationRequest,Operation> pauseMigrationSettings()
Returns the object with the settings used for calls to pauseMigration.
Type | Description |
UnaryCallSettings<PauseMigrationRequest,Operation> |
removeGroupMigrationOperationSettings()
public OperationCallSettings<RemoveGroupMigrationRequest,RemoveGroupMigrationResponse,OperationMetadata> removeGroupMigrationOperationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
Type | Description |
OperationCallSettings<RemoveGroupMigrationRequest,RemoveGroupMigrationResponse,OperationMetadata> |
removeGroupMigrationSettings()
public UnaryCallSettings<RemoveGroupMigrationRequest,Operation> removeGroupMigrationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
Type | Description |
UnaryCallSettings<RemoveGroupMigrationRequest,Operation> |
resumeMigrationOperationSettings()
public OperationCallSettings<ResumeMigrationRequest,ResumeMigrationResponse,OperationMetadata> resumeMigrationOperationSettings()
Returns the object with the settings used for calls to resumeMigration.
Type | Description |
OperationCallSettings<ResumeMigrationRequest,ResumeMigrationResponse,OperationMetadata> |
resumeMigrationSettings()
public UnaryCallSettings<ResumeMigrationRequest,Operation> resumeMigrationSettings()
Returns the object with the settings used for calls to resumeMigration.
Type | Description |
UnaryCallSettings<ResumeMigrationRequest,Operation> |
startMigrationOperationSettings()
public OperationCallSettings<StartMigrationRequest,StartMigrationResponse,OperationMetadata> startMigrationOperationSettings()
Returns the object with the settings used for calls to startMigration.
Type | Description |
OperationCallSettings<StartMigrationRequest,StartMigrationResponse,OperationMetadata> |
startMigrationSettings()
public UnaryCallSettings<StartMigrationRequest,Operation> startMigrationSettings()
Returns the object with the settings used for calls to startMigration.
Type | Description |
UnaryCallSettings<StartMigrationRequest,Operation> |
toBuilder()
public VmMigrationStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
VmMigrationStubSettings.Builder |
updateGroupOperationSettings()
public OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> updateGroupOperationSettings()
Returns the object with the settings used for calls to updateGroup.
Type | Description |
OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> |
updateGroupSettings()
public UnaryCallSettings<UpdateGroupRequest,Operation> updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
Type | Description |
UnaryCallSettings<UpdateGroupRequest,Operation> |
updateMigratingVmOperationSettings()
public OperationCallSettings<UpdateMigratingVmRequest,MigratingVm,OperationMetadata> updateMigratingVmOperationSettings()
Returns the object with the settings used for calls to updateMigratingVm.
Type | Description |
OperationCallSettings<UpdateMigratingVmRequest,MigratingVm,OperationMetadata> |
updateMigratingVmSettings()
public UnaryCallSettings<UpdateMigratingVmRequest,Operation> updateMigratingVmSettings()
Returns the object with the settings used for calls to updateMigratingVm.
Type | Description |
UnaryCallSettings<UpdateMigratingVmRequest,Operation> |
updateSourceOperationSettings()
public OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.
Type | Description |
OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> |
updateSourceSettings()
public UnaryCallSettings<UpdateSourceRequest,Operation> updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
Type | Description |
UnaryCallSettings<UpdateSourceRequest,Operation> |
updateTargetProjectOperationSettings()
public OperationCallSettings<UpdateTargetProjectRequest,TargetProject,OperationMetadata> updateTargetProjectOperationSettings()
Returns the object with the settings used for calls to updateTargetProject.
Type | Description |
OperationCallSettings<UpdateTargetProjectRequest,TargetProject,OperationMetadata> |
updateTargetProjectSettings()
public UnaryCallSettings<UpdateTargetProjectRequest,Operation> updateTargetProjectSettings()
Returns the object with the settings used for calls to updateTargetProject.
Type | Description |
UnaryCallSettings<UpdateTargetProjectRequest,Operation> |