public interface DeleteSnapshotRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSnapshot()
The name of the snapshot to delete.
|
ByteString |
getSnapshotBytes()
The name of the snapshot to delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getSnapshot()
The name of the snapshot to delete.
Format is `projects/{project}/snapshots/{snap}`.
string snapshot = 1;ByteString getSnapshotBytes()
The name of the snapshot to delete.
Format is `projects/{project}/snapshots/{snap}`.
string snapshot = 1;