public interface ListSnapshotsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
Set if not all snapshots could be returned in a single response.
|
ByteString |
getNextPageTokenBytes()
Set if not all snapshots could be returned in a single response.
|
Snapshot |
getSnapshots(int index)
The snapshots present in the requested cluster.
|
int |
getSnapshotsCount()
The snapshots present in the requested cluster.
|
java.util.List<Snapshot> |
getSnapshotsList()
The snapshots present in the requested cluster.
|
SnapshotOrBuilder |
getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
|
java.util.List<? extends SnapshotOrBuilder> |
getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Snapshot> getSnapshotsList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Snapshot getSnapshots(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
int getSnapshotsCount()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
java.util.List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
SnapshotOrBuilder getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
java.lang.String getNextPageToken()
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Set if not all snapshots could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;