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
    Set if not all snapshots could be returned in a single response.
    com.google.protobuf.ByteString
    Set if not all snapshots could be returned in a single response.
    getSnapshots(int index)
    The snapshots present in the requested cluster.
    int
    The snapshots present in the requested cluster.
    The snapshots present in the requested cluster.
    The snapshots present in the requested cluster.
    The snapshots present in the requested cluster.

    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 snapshots present in the requested cluster.
       
      repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
    • getSnapshots

      Snapshot getSnapshots(int index)
       The snapshots present in the requested cluster.
       
      repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
    • getSnapshotsCount

      int getSnapshotsCount()
       The snapshots present in the requested cluster.
       
      repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
    • getSnapshotsOrBuilderList

      List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
       The snapshots present in the requested cluster.
       
      repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
    • getSnapshotsOrBuilder

      SnapshotOrBuilder getSnapshotsOrBuilder(int index)
       The snapshots present in the requested cluster.
       
      repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
    • getNextPageToken

      String getNextPageToken()
       Set if not all snapshots could be returned in a single response.
       Pass this value to `page_token` in another request to get the next
       page of results.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Set if not all snapshots could be returned in a single response.
       Pass this value to `page_token` in another request to get the next
       page of results.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.