public interface ListSnapshotsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
If not empty, indicates that there may be more snapshot that match the
request; this value should be passed in a new ListSnapshotsRequest
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more snapshot that match the
request; this value should be passed in a new ListSnapshotsRequest
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getSnapshots(int index)
public abstract Snapshot getSnapshots(int index)
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Snapshot |
getSnapshotsCount()
public abstract int getSnapshotsCount()
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1;
Returns | |
---|---|
Type | Description |
int |
getSnapshotsList()
public abstract List<Snapshot> getSnapshotsList()
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1;
Returns | |
---|---|
Type | Description |
List<Snapshot> |
getSnapshotsOrBuilder(int index)
public abstract SnapshotOrBuilder getSnapshotsOrBuilder(int index)
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SnapshotOrBuilder |
getSnapshotsOrBuilderList()
public abstract List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.pubsub.v1.SnapshotOrBuilder> |