Uses of Class
com.google.cloud.vmmigration.v1.CancelCloneJobResponse
-
Packages that use CancelCloneJobResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of CancelCloneJobResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CancelCloneJobResponse Modifier and Type Method Description CancelCloneJobResponse
CancelCloneJobResponse.Builder. build()
CancelCloneJobResponse
CancelCloneJobResponse.Builder. buildPartial()
static CancelCloneJobResponse
CancelCloneJobResponse. getDefaultInstance()
CancelCloneJobResponse
CancelCloneJobResponse.Builder. getDefaultInstanceForType()
CancelCloneJobResponse
CancelCloneJobResponse. getDefaultInstanceForType()
static CancelCloneJobResponse
CancelCloneJobResponse. parseDelimitedFrom(InputStream input)
static CancelCloneJobResponse
CancelCloneJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(byte[] data)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(com.google.protobuf.ByteString data)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(InputStream input)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(ByteBuffer data)
static CancelCloneJobResponse
CancelCloneJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CancelCloneJobResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CancelCloneJobResponse,OperationMetadata>
VmMigrationClient. cancelCloneJobAsync(CancelCloneJobRequest request)
Initiates the cancellation of a running clone job.com.google.api.gax.longrunning.OperationFuture<CancelCloneJobResponse,OperationMetadata>
VmMigrationClient. cancelCloneJobAsync(CloneJobName name)
Initiates the cancellation of a running clone job.com.google.api.gax.longrunning.OperationFuture<CancelCloneJobResponse,OperationMetadata>
VmMigrationClient. cancelCloneJobAsync(String name)
Initiates the cancellation of a running clone job.com.google.api.gax.rpc.OperationCallable<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationClient. cancelCloneJobOperationCallable()
Initiates the cancellation of a running clone job.com.google.api.gax.rpc.OperationCallSettings.Builder<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationSettings.Builder. cancelCloneJobOperationSettings()
Returns the builder for the settings used for calls to cancelCloneJob.com.google.api.gax.rpc.OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationSettings. cancelCloneJobOperationSettings()
Returns the object with the settings used for calls to cancelCloneJob.com.google.protobuf.Parser<CancelCloneJobResponse>
CancelCloneJobResponse. getParserForType()
static com.google.protobuf.Parser<CancelCloneJobResponse>
CancelCloneJobResponse. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type CancelCloneJobResponse Modifier and Type Method Description CancelCloneJobResponse.Builder
CancelCloneJobResponse.Builder. mergeFrom(CancelCloneJobResponse other)
static CancelCloneJobResponse.Builder
CancelCloneJobResponse. newBuilder(CancelCloneJobResponse prototype)
-
Uses of CancelCloneJobResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type CancelCloneJobResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
GrpcVmMigrationStub. cancelCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
HttpJsonVmMigrationStub. cancelCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationStub. cancelCloneJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationStubSettings.Builder. cancelCloneJobOperationSettings()
Returns the builder for the settings used for calls to cancelCloneJob.com.google.api.gax.rpc.OperationCallSettings<CancelCloneJobRequest,CancelCloneJobResponse,OperationMetadata>
VmMigrationStubSettings. cancelCloneJobOperationSettings()
Returns the object with the settings used for calls to cancelCloneJob.
-