Uses of Class
com.google.cloud.vmmigration.v1.CloneJob
-
Packages that use CloneJob Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of CloneJob in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneJob Modifier and Type Method Description CloneJob
CloneJob.Builder. build()
CloneJob
CloneJob.Builder. buildPartial()
CloneJob
CreateCloneJobRequest.Builder. getCloneJob()
Required.CloneJob
CreateCloneJobRequest. getCloneJob()
Required.CloneJob
CreateCloneJobRequestOrBuilder. getCloneJob()
Required.CloneJob
VmMigrationClient. getCloneJob(CloneJobName name)
Gets details of a single CloneJob.CloneJob
VmMigrationClient. getCloneJob(GetCloneJobRequest request)
Gets details of a single CloneJob.CloneJob
VmMigrationClient. getCloneJob(String name)
Gets details of a single CloneJob.CloneJob
VmMigrationGrpc.VmMigrationBlockingStub. getCloneJob(GetCloneJobRequest request)
Gets details of a single CloneJob.CloneJob
ListCloneJobsResponse.Builder. getCloneJobs(int index)
Output only.CloneJob
ListCloneJobsResponse. getCloneJobs(int index)
Output only.CloneJob
ListCloneJobsResponseOrBuilder. getCloneJobs(int index)
Output only.static CloneJob
CloneJob. getDefaultInstance()
CloneJob
CloneJob.Builder. getDefaultInstanceForType()
CloneJob
CloneJob. getDefaultInstanceForType()
CloneJob
MigratingVm.Builder. getRecentCloneJobs(int index)
Output only.CloneJob
MigratingVm. getRecentCloneJobs(int index)
Output only.CloneJob
MigratingVmOrBuilder. getRecentCloneJobs(int index)
Output only.static CloneJob
CloneJob. parseDelimitedFrom(InputStream input)
static CloneJob
CloneJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneJob
CloneJob. parseFrom(byte[] data)
static CloneJob
CloneJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneJob
CloneJob. parseFrom(com.google.protobuf.ByteString data)
static CloneJob
CloneJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneJob
CloneJob. parseFrom(com.google.protobuf.CodedInputStream input)
static CloneJob
CloneJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneJob
CloneJob. parseFrom(InputStream input)
static CloneJob
CloneJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneJob
CloneJob. parseFrom(ByteBuffer data)
static CloneJob
CloneJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CloneJob Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobAsync(CreateCloneJobRequest request)
Initiates a Clone of a specific migrating VM.com.google.api.gax.longrunning.OperationFuture<CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobAsync(MigratingVmName parent, CloneJob cloneJob, String cloneJobId)
Initiates a Clone of a specific migrating VM.com.google.api.gax.longrunning.OperationFuture<CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobAsync(String parent, CloneJob cloneJob, String cloneJobId)
Initiates a Clone of a specific migrating VM.com.google.api.gax.rpc.OperationCallable<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobOperationCallable()
Initiates a Clone of a specific migrating VM.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationSettings.Builder. createCloneJobOperationSettings()
Returns the builder for the settings used for calls to createCloneJob.com.google.api.gax.rpc.OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationSettings. createCloneJobOperationSettings()
Returns the object with the settings used for calls to createCloneJob.com.google.common.util.concurrent.ListenableFuture<CloneJob>
VmMigrationGrpc.VmMigrationFutureStub. getCloneJob(GetCloneJobRequest request)
Gets details of a single CloneJob.com.google.api.gax.rpc.UnaryCallable<GetCloneJobRequest,CloneJob>
VmMigrationClient. getCloneJobCallable()
Gets details of a single CloneJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCloneJobRequest,CloneJob>
VmMigrationSettings.Builder. getCloneJobSettings()
Returns the builder for the settings used for calls to getCloneJob.com.google.api.gax.rpc.UnaryCallSettings<GetCloneJobRequest,CloneJob>
VmMigrationSettings. getCloneJobSettings()
Returns the object with the settings used for calls to getCloneJob.List<CloneJob>
ListCloneJobsResponse.Builder. getCloneJobsList()
Output only.List<CloneJob>
ListCloneJobsResponse. getCloneJobsList()
Output only.List<CloneJob>
ListCloneJobsResponseOrBuilder. getCloneJobsList()
Output only.static io.grpc.MethodDescriptor<GetCloneJobRequest,CloneJob>
VmMigrationGrpc. getGetCloneJobMethod()
com.google.protobuf.Parser<CloneJob>
CloneJob. getParserForType()
List<CloneJob>
MigratingVm.Builder. getRecentCloneJobsList()
Output only.List<CloneJob>
MigratingVm. getRecentCloneJobsList()
Output only.List<CloneJob>
MigratingVmOrBuilder. getRecentCloneJobsList()
Output only.static com.google.protobuf.Parser<CloneJob>
CloneJob. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type CloneJob Modifier and Type Method Description ListCloneJobsResponse.Builder
ListCloneJobsResponse.Builder. addCloneJobs(int index, CloneJob value)
Output only.ListCloneJobsResponse.Builder
ListCloneJobsResponse.Builder. addCloneJobs(CloneJob value)
Output only.MigratingVm.Builder
MigratingVm.Builder. addRecentCloneJobs(int index, CloneJob value)
Output only.MigratingVm.Builder
MigratingVm.Builder. addRecentCloneJobs(CloneJob value)
Output only.com.google.api.gax.longrunning.OperationFuture<CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobAsync(MigratingVmName parent, CloneJob cloneJob, String cloneJobId)
Initiates a Clone of a specific migrating VM.com.google.api.gax.longrunning.OperationFuture<CloneJob,OperationMetadata>
VmMigrationClient. createCloneJobAsync(String parent, CloneJob cloneJob, String cloneJobId)
Initiates a Clone of a specific migrating VM.CreateCloneJobRequest.Builder
CreateCloneJobRequest.Builder. mergeCloneJob(CloneJob value)
Required.CloneJob.Builder
CloneJob.Builder. mergeFrom(CloneJob other)
static CloneJob.Builder
CloneJob. newBuilder(CloneJob prototype)
CreateCloneJobRequest.Builder
CreateCloneJobRequest.Builder. setCloneJob(CloneJob value)
Required.ListCloneJobsResponse.Builder
ListCloneJobsResponse.Builder. setCloneJobs(int index, CloneJob value)
Output only.MigratingVm.Builder
MigratingVm.Builder. setRecentCloneJobs(int index, CloneJob value)
Output only.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type CloneJob Modifier and Type Method Description ListCloneJobsResponse.Builder
ListCloneJobsResponse.Builder. addAllCloneJobs(Iterable<? extends CloneJob> values)
Output only.MigratingVm.Builder
MigratingVm.Builder. addAllRecentCloneJobs(Iterable<? extends CloneJob> values)
Output only.static com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationClient.ListCloneJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
protected VmMigrationClient.ListCloneJobsPage
VmMigrationClient.ListCloneJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ListCloneJobsResponse response)
com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPage>
VmMigrationClient.ListCloneJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
default void
VmMigrationGrpc.AsyncService. getCloneJob(GetCloneJobRequest request, io.grpc.stub.StreamObserver<CloneJob> responseObserver)
Gets details of a single CloneJob.void
VmMigrationGrpc.VmMigrationStub. getCloneJob(GetCloneJobRequest request, io.grpc.stub.StreamObserver<CloneJob> responseObserver)
Gets details of a single CloneJob. -
Uses of CloneJob in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type CloneJob Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateCloneJobRequest,CloneJob,OperationMetadata>
GrpcVmMigrationStub. createCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateCloneJobRequest,CloneJob,OperationMetadata>
HttpJsonVmMigrationStub. createCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationStub. createCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationStubSettings.Builder. createCloneJobOperationSettings()
Returns the builder for the settings used for calls to createCloneJob.com.google.api.gax.rpc.OperationCallSettings<CreateCloneJobRequest,CloneJob,OperationMetadata>
VmMigrationStubSettings. createCloneJobOperationSettings()
Returns the object with the settings used for calls to createCloneJob.com.google.api.gax.rpc.UnaryCallable<GetCloneJobRequest,CloneJob>
GrpcVmMigrationStub. getCloneJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetCloneJobRequest,CloneJob>
HttpJsonVmMigrationStub. getCloneJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetCloneJobRequest,CloneJob>
VmMigrationStub. getCloneJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCloneJobRequest,CloneJob>
VmMigrationStubSettings.Builder. getCloneJobSettings()
Returns the builder for the settings used for calls to getCloneJob.com.google.api.gax.rpc.UnaryCallSettings<GetCloneJobRequest,CloneJob>
VmMigrationStubSettings. getCloneJobSettings()
Returns the object with the settings used for calls to getCloneJob.
-