Interface ListBackupsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListBackupsResponse, ListBackupsResponse.Builder

public interface ListBackupsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBackups(int index)
    The list of matching backups.
    int
    The list of matching backups.
    The list of matching backups.
    The list of matching backups.
    The list of matching backups.
    `next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
    com.google.protobuf.ByteString
    `next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.

    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

    • getBackupsList

      List<Backup> getBackupsList()
       The list of matching backups. Backups returned are ordered by `create_time`
       in descending order, starting from the most recent `create_time`.
       
      repeated .google.spanner.admin.database.v1.Backup backups = 1;
    • getBackups

      Backup getBackups(int index)
       The list of matching backups. Backups returned are ordered by `create_time`
       in descending order, starting from the most recent `create_time`.
       
      repeated .google.spanner.admin.database.v1.Backup backups = 1;
    • getBackupsCount

      int getBackupsCount()
       The list of matching backups. Backups returned are ordered by `create_time`
       in descending order, starting from the most recent `create_time`.
       
      repeated .google.spanner.admin.database.v1.Backup backups = 1;
    • getBackupsOrBuilderList

      List<? extends BackupOrBuilder> getBackupsOrBuilderList()
       The list of matching backups. Backups returned are ordered by `create_time`
       in descending order, starting from the most recent `create_time`.
       
      repeated .google.spanner.admin.database.v1.Backup backups = 1;
    • getBackupsOrBuilder

      BackupOrBuilder getBackupsOrBuilder(int index)
       The list of matching backups. Backups returned are ordered by `create_time`
       in descending order, starting from the most recent `create_time`.
       
      repeated .google.spanner.admin.database.v1.Backup backups = 1;
    • getNextPageToken

      String getNextPageToken()
       `next_page_token` can be sent in a subsequent
       [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more
       of the matching backups.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       `next_page_token` can be sent in a subsequent
       [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more
       of the matching backups.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.