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