Uses of Class
com.google.cloud.compute.v1.DeleteMachineImageRequest
-
Packages that use DeleteMachineImageRequest 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 DeleteMachineImageRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DeleteMachineImageRequest Modifier and Type Method Description DeleteMachineImageRequestDeleteMachineImageRequest.Builder. build()DeleteMachineImageRequestDeleteMachineImageRequest.Builder. buildPartial()static DeleteMachineImageRequestDeleteMachineImageRequest. getDefaultInstance()DeleteMachineImageRequestDeleteMachineImageRequest.Builder. getDefaultInstanceForType()DeleteMachineImageRequestDeleteMachineImageRequest. getDefaultInstanceForType()static DeleteMachineImageRequestDeleteMachineImageRequest. parseDelimitedFrom(InputStream input)static DeleteMachineImageRequestDeleteMachineImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(byte[] data)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(InputStream input)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(ByteBuffer data)static DeleteMachineImageRequestDeleteMachineImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type DeleteMachineImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMachineImageRequest,Operation>MachineImagesClient. deleteCallable()Deletes the specified machine image.com.google.api.gax.rpc.OperationCallable<DeleteMachineImageRequest,Operation,Operation>MachineImagesClient. deleteOperationCallable()Deletes the specified machine image.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteMachineImageRequest,Operation,Operation>MachineImagesSettings.Builder. deleteOperationSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteMachineImageRequest,Operation,Operation>MachineImagesSettings. deleteOperationSettings()Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMachineImageRequest,Operation>MachineImagesSettings.Builder. deleteSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteMachineImageRequest,Operation>MachineImagesSettings. deleteSettings()Returns the object with the settings used for calls to delete.com.google.protobuf.Parser<DeleteMachineImageRequest>DeleteMachineImageRequest. getParserForType()static com.google.protobuf.Parser<DeleteMachineImageRequest>DeleteMachineImageRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type DeleteMachineImageRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>MachineImagesClient. deleteAsync(DeleteMachineImageRequest request)Deletes the specified machine image.DeleteMachineImageRequest.BuilderDeleteMachineImageRequest.Builder. mergeFrom(DeleteMachineImageRequest other)static DeleteMachineImageRequest.BuilderDeleteMachineImageRequest. newBuilder(DeleteMachineImageRequest prototype) -
Uses of DeleteMachineImageRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DeleteMachineImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMachineImageRequest,Operation>HttpJsonMachineImagesStub. deleteCallable()com.google.api.gax.rpc.UnaryCallable<DeleteMachineImageRequest,Operation>MachineImagesStub. deleteCallable()com.google.api.gax.rpc.OperationCallable<DeleteMachineImageRequest,Operation,Operation>HttpJsonMachineImagesStub. deleteOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteMachineImageRequest,Operation,Operation>MachineImagesStub. deleteOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteMachineImageRequest,Operation,Operation>MachineImagesStubSettings.Builder. deleteOperationSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteMachineImageRequest,Operation,Operation>MachineImagesStubSettings. deleteOperationSettings()Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMachineImageRequest,Operation>MachineImagesStubSettings.Builder. deleteSettings()Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteMachineImageRequest,Operation>MachineImagesStubSettings. deleteSettings()Returns the object with the settings used for calls to delete.
-