Uses of Class
com.google.cloud.compute.v1.DeleteImageRequest
-
Packages that use DeleteImageRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of DeleteImageRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DeleteImageRequest Modifier and Type Method Description DeleteImageRequestDeleteImageRequest.Builder. build()DeleteImageRequestDeleteImageRequest.Builder. buildPartial()static DeleteImageRequestDeleteImageRequest. getDefaultInstance()DeleteImageRequestDeleteImageRequest.Builder. getDefaultInstanceForType()DeleteImageRequestDeleteImageRequest. getDefaultInstanceForType()static DeleteImageRequestDeleteImageRequest. parseDelimitedFrom(InputStream input)static DeleteImageRequestDeleteImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteImageRequestDeleteImageRequest. parseFrom(byte[] data)static DeleteImageRequestDeleteImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteImageRequestDeleteImageRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteImageRequestDeleteImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteImageRequestDeleteImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteImageRequestDeleteImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteImageRequestDeleteImageRequest. parseFrom(InputStream input)static DeleteImageRequestDeleteImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteImageRequestDeleteImageRequest. parseFrom(ByteBuffer data)static DeleteImageRequestDeleteImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type DeleteImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteImageRequest,Operation>ImagesClient. deleteCallable()Deletes the specified image.com.google.api.gax.rpc.OperationCallable<DeleteImageRequest,Operation,Operation>ImagesClient. deleteOperationCallable()Deletes the specified image.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteImageRequest,Operation,Operation>ImagesSettings.Builder. deleteOperationSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteImageRequest,Operation,Operation>ImagesSettings. deleteOperationSettings()Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteImageRequest,Operation>ImagesSettings.Builder. deleteSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteImageRequest,Operation>ImagesSettings. deleteSettings()Returns the object with the settings used for calls to delete.com.google.protobuf.Parser<DeleteImageRequest>DeleteImageRequest. getParserForType()static com.google.protobuf.Parser<DeleteImageRequest>DeleteImageRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type DeleteImageRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>ImagesClient. deleteAsync(DeleteImageRequest request)Deletes the specified image.DeleteImageRequest.BuilderDeleteImageRequest.Builder. mergeFrom(DeleteImageRequest other)static DeleteImageRequest.BuilderDeleteImageRequest. newBuilder(DeleteImageRequest prototype) -
Uses of DeleteImageRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DeleteImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteImageRequest,Operation>HttpJsonImagesStub. deleteCallable()com.google.api.gax.rpc.UnaryCallable<DeleteImageRequest,Operation>ImagesStub. deleteCallable()com.google.api.gax.rpc.OperationCallable<DeleteImageRequest,Operation,Operation>HttpJsonImagesStub. deleteOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteImageRequest,Operation,Operation>ImagesStub. deleteOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteImageRequest,Operation,Operation>ImagesStubSettings.Builder. deleteOperationSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteImageRequest,Operation,Operation>ImagesStubSettings. deleteOperationSettings()Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteImageRequest,Operation>ImagesStubSettings.Builder. deleteSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteImageRequest,Operation>ImagesStubSettings. deleteSettings()Returns the object with the settings used for calls to delete.
-