public interface ListTopicSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
If not empty, indicates that there may be more snapshots that match
the request; this value should be passed in a new
`ListTopicSnapshotsRequest` to get more snapshots.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more snapshots that match
the request; this value should be passed in a new
`ListTopicSnapshotsRequest` to get more snapshots.
|
String |
getSnapshots(int index)
The names of the snapshots that match the request.
|
com.google.protobuf.ByteString |
getSnapshotsBytes(int index)
The names of the snapshots that match the request.
|
int |
getSnapshotsCount()
The names of the snapshots that match the request.
|
List<String> |
getSnapshotsList()
The names of the snapshots that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getSnapshotsList()
The names of the snapshots that match the request.
repeated string snapshots = 1;
int getSnapshotsCount()
The names of the snapshots that match the request.
repeated string snapshots = 1;
String getSnapshots(int index)
The names of the snapshots that match the request.
repeated string snapshots = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getSnapshotsBytes(int index)
The names of the snapshots that match the request.
repeated string snapshots = 1;
index
- The index of the value to return.String getNextPageToken()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.