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 Type
    Method
    Description
    If 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.ByteString
    If 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.
    int
    The resulting snapshots.
    The resulting snapshots.
    The resulting snapshots.
    The resulting snapshots.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSnapshotsList

      List<Snapshot> getSnapshotsList()
       The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1;
    • getSnapshots

      Snapshot getSnapshots(int index)
       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

      SnapshotOrBuilder getSnapshotsOrBuilder(int index)
       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.