Interface ListSnapshotsResponseOrBuilder (2.17.1)

public interface ListSnapshotsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Snapshot

getSnapshotsCount()

public abstract int getSnapshotsCount()

The snapshots present in the requested cluster.

repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;

Returns
TypeDescription
int

getSnapshotsList()

public abstract List<Snapshot> getSnapshotsList()

The snapshots present in the requested cluster.

repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotOrBuilder

getSnapshotsOrBuilderList()

public abstract List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()

The snapshots present in the requested cluster.

repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;

Returns
TypeDescription
List<? extends com.google.bigtable.admin.v2.SnapshotOrBuilder>