@Generated(value="by gapic-generator-java") public class VmMigrationSettings extends com.google.api.gax.rpc.ClientSettings<VmMigrationSettings>
VmMigrationClient.
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 getSource 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
VmMigrationSettings.Builder vmMigrationSettingsBuilder = VmMigrationSettings.newBuilder();
vmMigrationSettingsBuilder
.getSourceSettings()
.setRetrySettings(
vmMigrationSettingsBuilder.getSourceSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
VmMigrationSettings vmMigrationSettings = vmMigrationSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
VmMigrationSettings.Builder
Builder for VmMigrationSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VmMigrationSettings(VmMigrationSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<AddGroupMigrationRequest,AddGroupMigrationResponse,OperationMetadata> |
addGroupMigrationOperationSettings()
Returns the object with the settings used for calls to addGroupMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<AddGroupMigrationRequest,com.google.longrunning.Operation> |
addGroupMigrationSettings()
Returns the object with the settings used for calls to addGroupMigration.
|
com.google.api.gax.rpc.OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata> |
cancelCloneJobOperationSettings()
Returns the object with the settings used for calls to cancelCloneJob.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelCloneJobRequest,com.google.longrunning.Operation> |
cancelCloneJobSettings()
Returns the object with the settings used for calls to cancelCloneJob.
|
com.google.api.gax.rpc.OperationCallSettings<CancelCutoverJobRequest,CancelCutoverJobResponse,OperationMetadata> |
cancelCutoverJobOperationSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelCutoverJobRequest,com.google.longrunning.Operation> |
cancelCutoverJobSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
|
static VmMigrationSettings |
create(VmMigrationStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata> |
createCloneJobOperationSettings()
Returns the object with the settings used for calls to createCloneJob.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCloneJobRequest,com.google.longrunning.Operation> |
createCloneJobSettings()
Returns the object with the settings used for calls to createCloneJob.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCutoverJobRequest,CutoverJob,OperationMetadata> |
createCutoverJobOperationSettings()
Returns the object with the settings used for calls to createCutoverJob.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCutoverJobRequest,com.google.longrunning.Operation> |
createCutoverJobSettings()
Returns the object with the settings used for calls to createCutoverJob.
|
com.google.api.gax.rpc.OperationCallSettings<CreateDatacenterConnectorRequest,DatacenterConnector,OperationMetadata> |
createDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateDatacenterConnectorRequest,com.google.longrunning.Operation> |
createDatacenterConnectorSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
|
com.google.api.gax.rpc.OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> |
createGroupOperationSettings()
Returns the object with the settings used for calls to createGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateGroupRequest,com.google.longrunning.Operation> |
createGroupSettings()
Returns the object with the settings used for calls to createGroup.
|
com.google.api.gax.rpc.OperationCallSettings<CreateMigratingVmRequest,MigratingVm,OperationMetadata> |
createMigratingVmOperationSettings()
Returns the object with the settings used for calls to createMigratingVm.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateMigratingVmRequest,com.google.longrunning.Operation> |
createMigratingVmSettings()
Returns the object with the settings used for calls to createMigratingVm.
|
com.google.api.gax.rpc.OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> |
createSourceOperationSettings()
Returns the object with the settings used for calls to createSource.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,com.google.longrunning.Operation> |
createSourceSettings()
Returns the object with the settings used for calls to createSource.
|
com.google.api.gax.rpc.OperationCallSettings<CreateTargetProjectRequest,TargetProject,OperationMetadata> |
createTargetProjectOperationSettings()
Returns the object with the settings used for calls to createTargetProject.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTargetProjectRequest,com.google.longrunning.Operation> |
createTargetProjectSettings()
Returns the object with the settings used for calls to createTargetProject.
|
com.google.api.gax.rpc.OperationCallSettings<CreateUtilizationReportRequest,UtilizationReport,OperationMetadata> |
createUtilizationReportOperationSettings()
Returns the object with the settings used for calls to createUtilizationReport.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateUtilizationReportRequest,com.google.longrunning.Operation> |
createUtilizationReportSettings()
Returns the object with the settings used for calls to createUtilizationReport.
|
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 gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteDatacenterConnectorRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteDatacenterConnectorRequest,com.google.longrunning.Operation> |
deleteDatacenterConnectorSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteGroupRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteGroupOperationSettings()
Returns the object with the settings used for calls to deleteGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteGroupRequest,com.google.longrunning.Operation> |
deleteGroupSettings()
Returns the object with the settings used for calls to deleteGroup.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteMigratingVmRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteMigratingVmOperationSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteMigratingVmRequest,com.google.longrunning.Operation> |
deleteMigratingVmSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteSourceRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteSourceOperationSettings()
Returns the object with the settings used for calls to deleteSource.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSourceRequest,com.google.longrunning.Operation> |
deleteSourceSettings()
Returns the object with the settings used for calls to deleteSource.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteTargetProjectRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteTargetProjectOperationSettings()
Returns the object with the settings used for calls to deleteTargetProject.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetProjectRequest,com.google.longrunning.Operation> |
deleteTargetProjectSettings()
Returns the object with the settings used for calls to deleteTargetProject.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteUtilizationReportRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteUtilizationReportOperationSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteUtilizationReportRequest,com.google.longrunning.Operation> |
deleteUtilizationReportSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
|
com.google.api.gax.rpc.UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse> |
fetchInventorySettings()
Returns the object with the settings used for calls to fetchInventory.
|
com.google.api.gax.rpc.OperationCallSettings<FinalizeMigrationRequest,FinalizeMigrationResponse,OperationMetadata> |
finalizeMigrationOperationSettings()
Returns the object with the settings used for calls to finalizeMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<FinalizeMigrationRequest,com.google.longrunning.Operation> |
finalizeMigrationSettings()
Returns the object with the settings used for calls to finalizeMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCloneJobRequest,CloneJob> |
getCloneJobSettings()
Returns the object with the settings used for calls to getCloneJob.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCutoverJobRequest,CutoverJob> |
getCutoverJobSettings()
Returns the object with the settings used for calls to getCutoverJob.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDatacenterConnectorRequest,DatacenterConnector> |
getDatacenterConnectorSettings()
Returns the object with the settings used for calls to getDatacenterConnector.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group> |
getGroupSettings()
Returns the object with the settings used for calls to getGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<GetMigratingVmRequest,MigratingVm> |
getMigratingVmSettings()
Returns the object with the settings used for calls to getMigratingVm.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source> |
getSourceSettings()
Returns the object with the settings used for calls to getSource.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTargetProjectRequest,TargetProject> |
getTargetProjectSettings()
Returns the object with the settings used for calls to getTargetProject.
|
com.google.api.gax.rpc.UnaryCallSettings<GetUtilizationReportRequest,UtilizationReport> |
getUtilizationReportSettings()
Returns the object with the settings used for calls to getUtilizationReport.
|
com.google.api.gax.rpc.PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse> |
listCloneJobsSettings()
Returns the object with the settings used for calls to listCloneJobs.
|
com.google.api.gax.rpc.PagedCallSettings<ListCutoverJobsRequest,ListCutoverJobsResponse,VmMigrationClient.ListCutoverJobsPagedResponse> |
listCutoverJobsSettings()
Returns the object with the settings used for calls to listCutoverJobs.
|
com.google.api.gax.rpc.PagedCallSettings<ListDatacenterConnectorsRequest,ListDatacenterConnectorsResponse,VmMigrationClient.ListDatacenterConnectorsPagedResponse> |
listDatacenterConnectorsSettings()
Returns the object with the settings used for calls to listDatacenterConnectors.
|
com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse> |
listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
|
com.google.api.gax.rpc.PagedCallSettings<ListMigratingVmsRequest,ListMigratingVmsResponse,VmMigrationClient.ListMigratingVmsPagedResponse> |
listMigratingVmsSettings()
Returns the object with the settings used for calls to listMigratingVms.
|
com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse> |
listSourcesSettings()
Returns the object with the settings used for calls to listSources.
|
com.google.api.gax.rpc.PagedCallSettings<ListTargetProjectsRequest,ListTargetProjectsResponse,VmMigrationClient.ListTargetProjectsPagedResponse> |
listTargetProjectsSettings()
Returns the object with the settings used for calls to listTargetProjects.
|
com.google.api.gax.rpc.PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse> |
listUtilizationReportsSettings()
Returns the object with the settings used for calls to listUtilizationReports.
|
static VmMigrationSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static VmMigrationSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static VmMigrationSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<PauseMigrationRequest,PauseMigrationResponse,OperationMetadata> |
pauseMigrationOperationSettings()
Returns the object with the settings used for calls to pauseMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<PauseMigrationRequest,com.google.longrunning.Operation> |
pauseMigrationSettings()
Returns the object with the settings used for calls to pauseMigration.
|
com.google.api.gax.rpc.OperationCallSettings<RemoveGroupMigrationRequest,RemoveGroupMigrationResponse,OperationMetadata> |
removeGroupMigrationOperationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<RemoveGroupMigrationRequest,com.google.longrunning.Operation> |
removeGroupMigrationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
|
com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationRequest,ResumeMigrationResponse,OperationMetadata> |
resumeMigrationOperationSettings()
Returns the object with the settings used for calls to resumeMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationRequest,com.google.longrunning.Operation> |
resumeMigrationSettings()
Returns the object with the settings used for calls to resumeMigration.
|
com.google.api.gax.rpc.OperationCallSettings<StartMigrationRequest,StartMigrationResponse,OperationMetadata> |
startMigrationOperationSettings()
Returns the object with the settings used for calls to startMigration.
|
com.google.api.gax.rpc.UnaryCallSettings<StartMigrationRequest,com.google.longrunning.Operation> |
startMigrationSettings()
Returns the object with the settings used for calls to startMigration.
|
VmMigrationSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> |
updateGroupOperationSettings()
Returns the object with the settings used for calls to updateGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,com.google.longrunning.Operation> |
updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateMigratingVmRequest,MigratingVm,OperationMetadata> |
updateMigratingVmOperationSettings()
Returns the object with the settings used for calls to updateMigratingVm.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateMigratingVmRequest,com.google.longrunning.Operation> |
updateMigratingVmSettings()
Returns the object with the settings used for calls to updateMigratingVm.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> |
updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,com.google.longrunning.Operation> |
updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateTargetProjectRequest,TargetProject,OperationMetadata> |
updateTargetProjectOperationSettings()
Returns the object with the settings used for calls to updateTargetProject.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTargetProjectRequest,com.google.longrunning.Operation> |
updateTargetProjectSettings()
Returns the object with the settings used for calls to updateTargetProject.
|
com.google.api.gax.rpc.OperationCallSettings<UpgradeApplianceRequest,UpgradeApplianceResponse,OperationMetadata> |
upgradeApplianceOperationSettings()
Returns the object with the settings used for calls to upgradeAppliance.
|
com.google.api.gax.rpc.UnaryCallSettings<UpgradeApplianceRequest,com.google.longrunning.Operation> |
upgradeApplianceSettings()
Returns the object with the settings used for calls to upgradeAppliance.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected VmMigrationSettings(VmMigrationSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse> listSourcesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,com.google.longrunning.Operation> createSourceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> createSourceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,com.google.longrunning.Operation> updateSourceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> updateSourceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSourceRequest,com.google.longrunning.Operation> deleteSourceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteSourceRequest,com.google.protobuf.Empty,OperationMetadata> deleteSourceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse> fetchInventorySettings()
public com.google.api.gax.rpc.PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse> listUtilizationReportsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetUtilizationReportRequest,UtilizationReport> getUtilizationReportSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateUtilizationReportRequest,com.google.longrunning.Operation> createUtilizationReportSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateUtilizationReportRequest,UtilizationReport,OperationMetadata> createUtilizationReportOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteUtilizationReportRequest,com.google.longrunning.Operation> deleteUtilizationReportSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteUtilizationReportRequest,com.google.protobuf.Empty,OperationMetadata> deleteUtilizationReportOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDatacenterConnectorsRequest,ListDatacenterConnectorsResponse,VmMigrationClient.ListDatacenterConnectorsPagedResponse> listDatacenterConnectorsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDatacenterConnectorRequest,DatacenterConnector> getDatacenterConnectorSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateDatacenterConnectorRequest,com.google.longrunning.Operation> createDatacenterConnectorSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateDatacenterConnectorRequest,DatacenterConnector,OperationMetadata> createDatacenterConnectorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDatacenterConnectorRequest,com.google.longrunning.Operation> deleteDatacenterConnectorSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteDatacenterConnectorRequest,com.google.protobuf.Empty,OperationMetadata> deleteDatacenterConnectorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeApplianceRequest,com.google.longrunning.Operation> upgradeApplianceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpgradeApplianceRequest,UpgradeApplianceResponse,OperationMetadata> upgradeApplianceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateMigratingVmRequest,com.google.longrunning.Operation> createMigratingVmSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateMigratingVmRequest,MigratingVm,OperationMetadata> createMigratingVmOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListMigratingVmsRequest,ListMigratingVmsResponse,VmMigrationClient.ListMigratingVmsPagedResponse> listMigratingVmsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetMigratingVmRequest,MigratingVm> getMigratingVmSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMigratingVmRequest,com.google.longrunning.Operation> updateMigratingVmSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateMigratingVmRequest,MigratingVm,OperationMetadata> updateMigratingVmOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMigratingVmRequest,com.google.longrunning.Operation> deleteMigratingVmSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteMigratingVmRequest,com.google.protobuf.Empty,OperationMetadata> deleteMigratingVmOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartMigrationRequest,com.google.longrunning.Operation> startMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<StartMigrationRequest,StartMigrationResponse,OperationMetadata> startMigrationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationRequest,com.google.longrunning.Operation> resumeMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationRequest,ResumeMigrationResponse,OperationMetadata> resumeMigrationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<PauseMigrationRequest,com.google.longrunning.Operation> pauseMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<PauseMigrationRequest,PauseMigrationResponse,OperationMetadata> pauseMigrationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<FinalizeMigrationRequest,com.google.longrunning.Operation> finalizeMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<FinalizeMigrationRequest,FinalizeMigrationResponse,OperationMetadata> finalizeMigrationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCloneJobRequest,com.google.longrunning.Operation> createCloneJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata> createCloneJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelCloneJobRequest,com.google.longrunning.Operation> cancelCloneJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata> cancelCloneJobOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse> listCloneJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCloneJobRequest,CloneJob> getCloneJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCutoverJobRequest,com.google.longrunning.Operation> createCutoverJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCutoverJobRequest,CutoverJob,OperationMetadata> createCutoverJobOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelCutoverJobRequest,com.google.longrunning.Operation> cancelCutoverJobSettings()
public com.google.api.gax.rpc.OperationCallSettings<CancelCutoverJobRequest,CancelCutoverJobResponse,OperationMetadata> cancelCutoverJobOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCutoverJobsRequest,ListCutoverJobsResponse,VmMigrationClient.ListCutoverJobsPagedResponse> listCutoverJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCutoverJobRequest,CutoverJob> getCutoverJobSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse> listGroupsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group> getGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateGroupRequest,com.google.longrunning.Operation> createGroupSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> createGroupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,com.google.longrunning.Operation> updateGroupSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> updateGroupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteGroupRequest,com.google.longrunning.Operation> deleteGroupSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteGroupRequest,com.google.protobuf.Empty,OperationMetadata> deleteGroupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AddGroupMigrationRequest,com.google.longrunning.Operation> addGroupMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<AddGroupMigrationRequest,AddGroupMigrationResponse,OperationMetadata> addGroupMigrationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RemoveGroupMigrationRequest,com.google.longrunning.Operation> removeGroupMigrationSettings()
public com.google.api.gax.rpc.OperationCallSettings<RemoveGroupMigrationRequest,RemoveGroupMigrationResponse,OperationMetadata> removeGroupMigrationOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTargetProjectsRequest,ListTargetProjectsResponse,VmMigrationClient.ListTargetProjectsPagedResponse> listTargetProjectsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTargetProjectRequest,TargetProject> getTargetProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTargetProjectRequest,com.google.longrunning.Operation> createTargetProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateTargetProjectRequest,TargetProject,OperationMetadata> createTargetProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTargetProjectRequest,com.google.longrunning.Operation> updateTargetProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateTargetProjectRequest,TargetProject,OperationMetadata> updateTargetProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetProjectRequest,com.google.longrunning.Operation> deleteTargetProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteTargetProjectRequest,com.google.protobuf.Empty,OperationMetadata> deleteTargetProjectOperationSettings()
public static final VmMigrationSettings create(VmMigrationStubSettings 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()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
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 VmMigrationSettings.Builder newBuilder()
@BetaApi public static VmMigrationSettings.Builder newHttpJsonBuilder()
public static VmMigrationSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public VmMigrationSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<VmMigrationSettings>Copyright © 2022 Google LLC. All rights reserved.