Package com.google.cloud.vmmigration.v1
Class VmMigrationSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<VmMigrationSettings>
-
- com.google.cloud.vmmigration.v1.VmMigrationSettings
-
@Generated("by gapic-generator-java") public class VmMigrationSettings extends com.google.api.gax.rpc.ClientSettings<VmMigrationSettings>
Settings class to configure an instance ofVmMigrationClient
.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:
// 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();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VmMigrationSettings.Builder
Builder for VmMigrationSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
VmMigrationSettings(VmMigrationSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the object with the settings used for calls to getLocation.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<GetReplicationCycleRequest,ReplicationCycle>
getReplicationCycleSettings()
Returns the object with the settings used for calls to getReplicationCycle.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<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VmMigrationClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.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<ListReplicationCyclesRequest,ListReplicationCyclesResponse,VmMigrationClient.ListReplicationCyclesPagedResponse>
listReplicationCyclesSettings()
Returns the object with the settings used for calls to listReplicationCycles.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.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
VmMigrationSettings
protected VmMigrationSettings(VmMigrationSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
listSourcesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse> listSourcesSettings()
Returns the object with the settings used for calls to listSources.
-
getSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()
Returns the object with the settings used for calls to getSource.
-
createSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,com.google.longrunning.Operation> createSourceSettings()
Returns the object with the settings used for calls to createSource.
-
createSourceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> createSourceOperationSettings()
Returns the object with the settings used for calls to createSource.
-
updateSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,com.google.longrunning.Operation> updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
-
updateSourceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.
-
deleteSourceSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSourceRequest,com.google.longrunning.Operation> deleteSourceSettings()
Returns the object with the settings used for calls to deleteSource.
-
deleteSourceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteSourceRequest,com.google.protobuf.Empty,OperationMetadata> deleteSourceOperationSettings()
Returns the object with the settings used for calls to deleteSource.
-
fetchInventorySettings
public com.google.api.gax.rpc.UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse> fetchInventorySettings()
Returns the object with the settings used for calls to fetchInventory.
-
listUtilizationReportsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListUtilizationReportsRequest,ListUtilizationReportsResponse,VmMigrationClient.ListUtilizationReportsPagedResponse> listUtilizationReportsSettings()
Returns the object with the settings used for calls to listUtilizationReports.
-
getUtilizationReportSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetUtilizationReportRequest,UtilizationReport> getUtilizationReportSettings()
Returns the object with the settings used for calls to getUtilizationReport.
-
createUtilizationReportSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateUtilizationReportRequest,com.google.longrunning.Operation> createUtilizationReportSettings()
Returns the object with the settings used for calls to createUtilizationReport.
-
createUtilizationReportOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateUtilizationReportRequest,UtilizationReport,OperationMetadata> createUtilizationReportOperationSettings()
Returns the object with the settings used for calls to createUtilizationReport.
-
deleteUtilizationReportSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteUtilizationReportRequest,com.google.longrunning.Operation> deleteUtilizationReportSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
-
deleteUtilizationReportOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteUtilizationReportRequest,com.google.protobuf.Empty,OperationMetadata> deleteUtilizationReportOperationSettings()
Returns the object with the settings used for calls to deleteUtilizationReport.
-
listDatacenterConnectorsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListDatacenterConnectorsRequest,ListDatacenterConnectorsResponse,VmMigrationClient.ListDatacenterConnectorsPagedResponse> listDatacenterConnectorsSettings()
Returns the object with the settings used for calls to listDatacenterConnectors.
-
getDatacenterConnectorSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetDatacenterConnectorRequest,DatacenterConnector> getDatacenterConnectorSettings()
Returns the object with the settings used for calls to getDatacenterConnector.
-
createDatacenterConnectorSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateDatacenterConnectorRequest,com.google.longrunning.Operation> createDatacenterConnectorSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
-
createDatacenterConnectorOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateDatacenterConnectorRequest,DatacenterConnector,OperationMetadata> createDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to createDatacenterConnector.
-
deleteDatacenterConnectorSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDatacenterConnectorRequest,com.google.longrunning.Operation> deleteDatacenterConnectorSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
-
deleteDatacenterConnectorOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteDatacenterConnectorRequest,com.google.protobuf.Empty,OperationMetadata> deleteDatacenterConnectorOperationSettings()
Returns the object with the settings used for calls to deleteDatacenterConnector.
-
upgradeApplianceSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeApplianceRequest,com.google.longrunning.Operation> upgradeApplianceSettings()
Returns the object with the settings used for calls to upgradeAppliance.
-
upgradeApplianceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpgradeApplianceRequest,UpgradeApplianceResponse,OperationMetadata> upgradeApplianceOperationSettings()
Returns the object with the settings used for calls to upgradeAppliance.
-
createMigratingVmSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateMigratingVmRequest,com.google.longrunning.Operation> createMigratingVmSettings()
Returns the object with the settings used for calls to createMigratingVm.
-
createMigratingVmOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateMigratingVmRequest,MigratingVm,OperationMetadata> createMigratingVmOperationSettings()
Returns the object with the settings used for calls to createMigratingVm.
-
listMigratingVmsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListMigratingVmsRequest,ListMigratingVmsResponse,VmMigrationClient.ListMigratingVmsPagedResponse> listMigratingVmsSettings()
Returns the object with the settings used for calls to listMigratingVms.
-
getMigratingVmSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetMigratingVmRequest,MigratingVm> getMigratingVmSettings()
Returns the object with the settings used for calls to getMigratingVm.
-
updateMigratingVmSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMigratingVmRequest,com.google.longrunning.Operation> updateMigratingVmSettings()
Returns the object with the settings used for calls to updateMigratingVm.
-
updateMigratingVmOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateMigratingVmRequest,MigratingVm,OperationMetadata> updateMigratingVmOperationSettings()
Returns the object with the settings used for calls to updateMigratingVm.
-
deleteMigratingVmSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMigratingVmRequest,com.google.longrunning.Operation> deleteMigratingVmSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
-
deleteMigratingVmOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteMigratingVmRequest,com.google.protobuf.Empty,OperationMetadata> deleteMigratingVmOperationSettings()
Returns the object with the settings used for calls to deleteMigratingVm.
-
startMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<StartMigrationRequest,com.google.longrunning.Operation> startMigrationSettings()
Returns the object with the settings used for calls to startMigration.
-
startMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StartMigrationRequest,StartMigrationResponse,OperationMetadata> startMigrationOperationSettings()
Returns the object with the settings used for calls to startMigration.
-
resumeMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<ResumeMigrationRequest,com.google.longrunning.Operation> resumeMigrationSettings()
Returns the object with the settings used for calls to resumeMigration.
-
resumeMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ResumeMigrationRequest,ResumeMigrationResponse,OperationMetadata> resumeMigrationOperationSettings()
Returns the object with the settings used for calls to resumeMigration.
-
pauseMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<PauseMigrationRequest,com.google.longrunning.Operation> pauseMigrationSettings()
Returns the object with the settings used for calls to pauseMigration.
-
pauseMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<PauseMigrationRequest,PauseMigrationResponse,OperationMetadata> pauseMigrationOperationSettings()
Returns the object with the settings used for calls to pauseMigration.
-
finalizeMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<FinalizeMigrationRequest,com.google.longrunning.Operation> finalizeMigrationSettings()
Returns the object with the settings used for calls to finalizeMigration.
-
finalizeMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<FinalizeMigrationRequest,FinalizeMigrationResponse,OperationMetadata> finalizeMigrationOperationSettings()
Returns the object with the settings used for calls to finalizeMigration.
-
createCloneJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateCloneJobRequest,com.google.longrunning.Operation> createCloneJobSettings()
Returns the object with the settings used for calls to createCloneJob.
-
createCloneJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata> createCloneJobOperationSettings()
Returns the object with the settings used for calls to createCloneJob.
-
cancelCloneJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CancelCloneJobRequest,com.google.longrunning.Operation> cancelCloneJobSettings()
Returns the object with the settings used for calls to cancelCloneJob.
-
cancelCloneJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata> cancelCloneJobOperationSettings()
Returns the object with the settings used for calls to cancelCloneJob.
-
listCloneJobsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse> listCloneJobsSettings()
Returns the object with the settings used for calls to listCloneJobs.
-
getCloneJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetCloneJobRequest,CloneJob> getCloneJobSettings()
Returns the object with the settings used for calls to getCloneJob.
-
createCutoverJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateCutoverJobRequest,com.google.longrunning.Operation> createCutoverJobSettings()
Returns the object with the settings used for calls to createCutoverJob.
-
createCutoverJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateCutoverJobRequest,CutoverJob,OperationMetadata> createCutoverJobOperationSettings()
Returns the object with the settings used for calls to createCutoverJob.
-
cancelCutoverJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CancelCutoverJobRequest,com.google.longrunning.Operation> cancelCutoverJobSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
-
cancelCutoverJobOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CancelCutoverJobRequest,CancelCutoverJobResponse,OperationMetadata> cancelCutoverJobOperationSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
-
listCutoverJobsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListCutoverJobsRequest,ListCutoverJobsResponse,VmMigrationClient.ListCutoverJobsPagedResponse> listCutoverJobsSettings()
Returns the object with the settings used for calls to listCutoverJobs.
-
getCutoverJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetCutoverJobRequest,CutoverJob> getCutoverJobSettings()
Returns the object with the settings used for calls to getCutoverJob.
-
listGroupsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse> listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
-
getGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group> getGroupSettings()
Returns the object with the settings used for calls to getGroup.
-
createGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateGroupRequest,com.google.longrunning.Operation> createGroupSettings()
Returns the object with the settings used for calls to createGroup.
-
createGroupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> createGroupOperationSettings()
Returns the object with the settings used for calls to createGroup.
-
updateGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,com.google.longrunning.Operation> updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
-
updateGroupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> updateGroupOperationSettings()
Returns the object with the settings used for calls to updateGroup.
-
deleteGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteGroupRequest,com.google.longrunning.Operation> deleteGroupSettings()
Returns the object with the settings used for calls to deleteGroup.
-
deleteGroupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteGroupRequest,com.google.protobuf.Empty,OperationMetadata> deleteGroupOperationSettings()
Returns the object with the settings used for calls to deleteGroup.
-
addGroupMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<AddGroupMigrationRequest,com.google.longrunning.Operation> addGroupMigrationSettings()
Returns the object with the settings used for calls to addGroupMigration.
-
addGroupMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<AddGroupMigrationRequest,AddGroupMigrationResponse,OperationMetadata> addGroupMigrationOperationSettings()
Returns the object with the settings used for calls to addGroupMigration.
-
removeGroupMigrationSettings
public com.google.api.gax.rpc.UnaryCallSettings<RemoveGroupMigrationRequest,com.google.longrunning.Operation> removeGroupMigrationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
-
removeGroupMigrationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RemoveGroupMigrationRequest,RemoveGroupMigrationResponse,OperationMetadata> removeGroupMigrationOperationSettings()
Returns the object with the settings used for calls to removeGroupMigration.
-
listTargetProjectsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTargetProjectsRequest,ListTargetProjectsResponse,VmMigrationClient.ListTargetProjectsPagedResponse> listTargetProjectsSettings()
Returns the object with the settings used for calls to listTargetProjects.
-
getTargetProjectSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTargetProjectRequest,TargetProject> getTargetProjectSettings()
Returns the object with the settings used for calls to getTargetProject.
-
createTargetProjectSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTargetProjectRequest,com.google.longrunning.Operation> createTargetProjectSettings()
Returns the object with the settings used for calls to createTargetProject.
-
createTargetProjectOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateTargetProjectRequest,TargetProject,OperationMetadata> createTargetProjectOperationSettings()
Returns the object with the settings used for calls to createTargetProject.
-
updateTargetProjectSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTargetProjectRequest,com.google.longrunning.Operation> updateTargetProjectSettings()
Returns the object with the settings used for calls to updateTargetProject.
-
updateTargetProjectOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateTargetProjectRequest,TargetProject,OperationMetadata> updateTargetProjectOperationSettings()
Returns the object with the settings used for calls to updateTargetProject.
-
deleteTargetProjectSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetProjectRequest,com.google.longrunning.Operation> deleteTargetProjectSettings()
Returns the object with the settings used for calls to deleteTargetProject.
-
deleteTargetProjectOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTargetProjectRequest,com.google.protobuf.Empty,OperationMetadata> deleteTargetProjectOperationSettings()
Returns the object with the settings used for calls to deleteTargetProject.
-
listReplicationCyclesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListReplicationCyclesRequest,ListReplicationCyclesResponse,VmMigrationClient.ListReplicationCyclesPagedResponse> listReplicationCyclesSettings()
Returns the object with the settings used for calls to listReplicationCycles.
-
getReplicationCycleSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetReplicationCycleRequest,ReplicationCycle> getReplicationCycleSettings()
Returns the object with the settings used for calls to getReplicationCycle.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VmMigrationClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
-
create
public static final VmMigrationSettings create(VmMigrationStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("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()
-
newBuilder
public static VmMigrationSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
@BetaApi public static VmMigrationSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static VmMigrationSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public VmMigrationSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<VmMigrationSettings>
-
-