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