Interface ListBackupSchedulesResponseOrBuilder

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

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

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

    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

    • getBackupSchedulesList

      List<BackupSchedule> getBackupSchedulesList()
       The list of backup schedules for a database.
       
      repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;
    • getBackupSchedules

      BackupSchedule getBackupSchedules(int index)
       The list of backup schedules for a database.
       
      repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;
    • getBackupSchedulesCount

      int getBackupSchedulesCount()
       The list of backup schedules for a database.
       
      repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;
    • getBackupSchedulesOrBuilderList

      List<? extends BackupScheduleOrBuilder> getBackupSchedulesOrBuilderList()
       The list of backup schedules for a database.
       
      repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;
    • getBackupSchedulesOrBuilder

      BackupScheduleOrBuilder getBackupSchedulesOrBuilder(int index)
       The list of backup schedules for a database.
       
      repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;
    • getNextPageToken

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

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