Uses of Class
com.google.cloud.vmmigration.v1.CancelCutoverJobRequest
-
Packages that use CancelCutoverJobRequest Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of CancelCutoverJobRequest in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CancelCutoverJobRequest Modifier and Type Method Description CancelCutoverJobRequest
CancelCutoverJobRequest.Builder. build()
CancelCutoverJobRequest
CancelCutoverJobRequest.Builder. buildPartial()
static CancelCutoverJobRequest
CancelCutoverJobRequest. getDefaultInstance()
CancelCutoverJobRequest
CancelCutoverJobRequest.Builder. getDefaultInstanceForType()
CancelCutoverJobRequest
CancelCutoverJobRequest. getDefaultInstanceForType()
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseDelimitedFrom(InputStream input)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(byte[] data)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(InputStream input)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(ByteBuffer data)
static CancelCutoverJobRequest
CancelCutoverJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CancelCutoverJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationClient. cancelCutoverJobCallable()
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.api.gax.rpc.UnaryCallSettings.Builder<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationSettings.Builder. cancelCutoverJobSettings()
Returns the builder for the settings used for calls to cancelCutoverJob.com.google.api.gax.rpc.UnaryCallSettings<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationSettings. cancelCutoverJobSettings()
Returns the object with the settings used for calls to cancelCutoverJob.static io.grpc.MethodDescriptor<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationGrpc. getCancelCutoverJobMethod()
com.google.protobuf.Parser<CancelCutoverJobRequest>
CancelCutoverJobRequest. getParserForType()
static com.google.protobuf.Parser<CancelCutoverJobRequest>
CancelCutoverJobRequest. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type CancelCutoverJobRequest Modifier and Type Method Description default void
VmMigrationGrpc.AsyncService. cancelCutoverJob(CancelCutoverJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Initiates the cancellation of a running cutover job.com.google.longrunning.Operation
VmMigrationGrpc.VmMigrationBlockingStub. cancelCutoverJob(CancelCutoverJobRequest request)
Initiates the cancellation of a running cutover job.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
VmMigrationGrpc.VmMigrationFutureStub. cancelCutoverJob(CancelCutoverJobRequest request)
Initiates the cancellation of a running cutover job.void
VmMigrationGrpc.VmMigrationStub. cancelCutoverJob(CancelCutoverJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Initiates the cancellation of a running cutover job.com.google.api.gax.longrunning.OperationFuture<CancelCutoverJobResponse,OperationMetadata>
VmMigrationClient. cancelCutoverJobAsync(CancelCutoverJobRequest request)
Initiates the cancellation of a running cutover job.CancelCutoverJobRequest.Builder
CancelCutoverJobRequest.Builder. mergeFrom(CancelCutoverJobRequest other)
static CancelCutoverJobRequest.Builder
CancelCutoverJobRequest. newBuilder(CancelCutoverJobRequest prototype)
-
Uses of CancelCutoverJobRequest in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type CancelCutoverJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelCutoverJobRequest,com.google.longrunning.Operation>
GrpcVmMigrationStub. cancelCutoverJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelCutoverJobRequest,com.google.longrunning.Operation>
HttpJsonVmMigrationStub. cancelCutoverJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationStub. cancelCutoverJobCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationStubSettings.Builder. cancelCutoverJobSettings()
Returns the builder for the settings used for calls to cancelCutoverJob.com.google.api.gax.rpc.UnaryCallSettings<CancelCutoverJobRequest,com.google.longrunning.Operation>
VmMigrationStubSettings. cancelCutoverJobSettings()
Returns the object with the settings used for calls to cancelCutoverJob.
-