public interface ListSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Set if not all snapshots could be returned in a single response.
|
com.google.protobuf.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.
|
List<Snapshot> |
getSnapshotsList()
The snapshots present in the requested cluster.
|
SnapshotOrBuilder |
getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.
|
List<? extends SnapshotOrBuilder> |
getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.