Package com.google.bigtable.admin.v2
Interface ListSnapshotsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSnapshotsResponse,ListSnapshotsResponse.Builder
public interface ListSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSet if not all snapshots could be returned in a single response.com.google.protobuf.ByteStringSet if not all snapshots could be returned in a single response.getSnapshots(int index) The snapshots present in the requested cluster.intThe snapshots present in the requested cluster.The snapshots present in the requested cluster.getSnapshotsOrBuilder(int index) The snapshots present in the requested cluster.List<? extends SnapshotOrBuilder>The snapshots present in the requested cluster.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotsList
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1; -
getSnapshots
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1; -
getSnapshotsCount
int getSnapshotsCount()The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1; -
getSnapshotsOrBuilderList
List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1; -
getSnapshotsOrBuilder
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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;- Returns:
- The bytes for nextPageToken.
-