public interface ListTopicSnapshotsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description | 
| String | The nextPageToken. | 
getNextPageTokenBytes()
public abstract 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;
| Type | Description | 
| ByteString | The bytes for nextPageToken. | 
getSnapshots(int index)
public abstract String getSnapshots(int index)The names of the snapshots that match the request.
 repeated string snapshots = 1;
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The snapshots at the given index. | 
getSnapshotsBytes(int index)
public abstract ByteString getSnapshotsBytes(int index)The names of the snapshots that match the request.
 repeated string snapshots = 1;
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the snapshots at the given index. | 
getSnapshotsCount()
public abstract int getSnapshotsCount()The names of the snapshots that match the request.
 repeated string snapshots = 1;
| Type | Description | 
| int | The count of snapshots. | 
getSnapshotsList()
public abstract List<String> getSnapshotsList()The names of the snapshots that match the request.
 repeated string snapshots = 1;
| Type | Description | 
| List<String> | A list containing the snapshots. |