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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      Set if not all snapshots could be returned in a single response.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Set if not all snapshots could be returned in a single response.
      Snapshot getSnapshots​(int index)
      The snapshots present in the requested cluster.
      int getSnapshotsCount()
      The snapshots present in the requested cluster.
      List<Snapshot> getSnapshotsList()
      The snapshots present in the requested cluster.
      SnapshotOrBuilder getSnapshotsOrBuilder​(int index)
      The snapshots present in the requested cluster.
      List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
      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 Detail

      • 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.