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