Interface DeleteSnapshotRequestOrBuilder (1.115.5)

public interface DeleteSnapshotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshot()

public abstract String getSnapshot()

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

string snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The snapshot.

getSnapshotBytes()

public abstract ByteString getSnapshotBytes()

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

string snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for snapshot.