public interface GetSnapshotRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSnapshot()
public abstract String getSnapshot() Required. The name of the snapshot to get.
Format is projects/{project}/snapshots/{snap}.
string snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The snapshot. |
getSnapshotBytes()
public abstract ByteString getSnapshotBytes() Required. The name of the snapshot to get.
Format is projects/{project}/snapshots/{snap}.
string snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for snapshot. |