public interface GetSnapshotRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSnapshot()
The name of the snapshot to get.
|
com.google.protobuf.ByteString |
getSnapshotBytes()
The name of the snapshot to get.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSnapshot()
The name of the snapshot to get.
Format is `projects/{project}/snapshots/{snap}`.
string snapshot = 1;com.google.protobuf.ByteString getSnapshotBytes()
The name of the snapshot to get.
Format is `projects/{project}/snapshots/{snap}`.
string snapshot = 1;Copyright © 2019 Google LLC. All rights reserved.