public interface ListSnapshotsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getSnapshots(int index)
public abstract Snapshot getSnapshots(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Name | Description |
index | int |
Type | Description |
Snapshot |
getSnapshotsCount()
public abstract int getSnapshotsCount()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Type | Description |
int |
getSnapshotsList()
public abstract List<Snapshot> getSnapshotsList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Type | Description |
List<Snapshot> |
getSnapshotsOrBuilder(int index)
public abstract SnapshotOrBuilder getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Name | Description |
index | int |
Type | Description |
SnapshotOrBuilder |
getSnapshotsOrBuilderList()
public abstract List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.SnapshotOrBuilder> |