Package com.google.pubsub.v1
Interface ListSnapshotsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSnapshotsResponse,ListSnapshotsResponse.Builder
public interface ListSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new `ListSnapshotsRequest`.com.google.protobuf.ByteStringIf not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new `ListSnapshotsRequest`.getSnapshots(int index) The resulting snapshots.intThe resulting snapshots.The resulting snapshots.getSnapshotsOrBuilder(int index) The resulting snapshots.List<? extends SnapshotOrBuilder>The resulting snapshots.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotsList
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1; -
getSnapshots
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1; -
getSnapshotsCount
int getSnapshotsCount()The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1; -
getSnapshotsOrBuilderList
List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1; -
getSnapshotsOrBuilder
The resulting snapshots.
repeated .google.pubsub.v1.Snapshot snapshots = 1; -
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-