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