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 CancelCutoverJobResponseCancelCutoverJobResponse.Builder. build()CancelCutoverJobResponseCancelCutoverJobResponse.Builder. buildPartial()static CancelCutoverJobResponseCancelCutoverJobResponse. getDefaultInstance()CancelCutoverJobResponseCancelCutoverJobResponse.Builder. getDefaultInstanceForType()CancelCutoverJobResponseCancelCutoverJobResponse. getDefaultInstanceForType()static CancelCutoverJobResponseCancelCutoverJobResponse. parseDelimitedFrom(InputStream input)static CancelCutoverJobResponseCancelCutoverJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(byte[] data)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(com.google.protobuf.ByteString data)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(InputStream input)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelCutoverJobResponseCancelCutoverJobResponse. parseFrom(ByteBuffer data)static CancelCutoverJobResponseCancelCutoverJobResponse. 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.BuilderCancelCutoverJobResponse.Builder. mergeFrom(CancelCutoverJobResponse other)static CancelCutoverJobResponse.BuilderCancelCutoverJobResponse. 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.
-