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