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 Details

    • getSnapshotsList

      List<Snapshot> getSnapshotsList()
       Optional. The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSnapshots

      Snapshot getSnapshots(int index)
       Optional. The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSnapshotsCount

      int getSnapshotsCount()
       Optional. The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSnapshotsOrBuilderList

      List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
       Optional. The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSnapshotsOrBuilder

      SnapshotOrBuilder getSnapshotsOrBuilder(int index)
       Optional. The resulting snapshots.
       
      repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getNextPageToken

      String getNextPageToken()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for nextPageToken.