Interface CloudBackupResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.
    Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.
    com.google.longrunning.Operation
    List of operations returned by ListCloudBackupOperationsAction.
    int
    List of operations returned by ListCloudBackupOperationsAction.
    List<com.google.longrunning.Operation>
    List of operations returned by ListCloudBackupOperationsAction.
    com.google.longrunning.OperationOrBuilder
    List of operations returned by ListCloudBackupOperationsAction.
    List<? extends com.google.longrunning.OperationOrBuilder>
    List of operations returned by ListCloudBackupOperationsAction.
    getListedBackups(int index)
    List of backups returned by ListCloudBackupsAction.
    int
    List of backups returned by ListCloudBackupsAction.
    List of backups returned by ListCloudBackupsAction.
    List of backups returned by ListCloudBackupsAction.
    List of backups returned by ListCloudBackupsAction.
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    com.google.protobuf.ByteString
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    boolean
    Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.

    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

    • getListedBackupsList

      List<Backup> getListedBackupsList()
       List of backups returned by ListCloudBackupsAction.
       
      repeated .google.spanner.admin.database.v1.Backup listed_backups = 1;
    • getListedBackups

      Backup getListedBackups(int index)
       List of backups returned by ListCloudBackupsAction.
       
      repeated .google.spanner.admin.database.v1.Backup listed_backups = 1;
    • getListedBackupsCount

      int getListedBackupsCount()
       List of backups returned by ListCloudBackupsAction.
       
      repeated .google.spanner.admin.database.v1.Backup listed_backups = 1;
    • getListedBackupsOrBuilderList

      List<? extends BackupOrBuilder> getListedBackupsOrBuilderList()
       List of backups returned by ListCloudBackupsAction.
       
      repeated .google.spanner.admin.database.v1.Backup listed_backups = 1;
    • getListedBackupsOrBuilder

      BackupOrBuilder getListedBackupsOrBuilder(int index)
       List of backups returned by ListCloudBackupsAction.
       
      repeated .google.spanner.admin.database.v1.Backup listed_backups = 1;
    • getListedBackupOperationsList

      List<com.google.longrunning.Operation> getListedBackupOperationsList()
       List of operations returned by ListCloudBackupOperationsAction.
       
      repeated .google.longrunning.Operation listed_backup_operations = 2;
    • getListedBackupOperations

      com.google.longrunning.Operation getListedBackupOperations(int index)
       List of operations returned by ListCloudBackupOperationsAction.
       
      repeated .google.longrunning.Operation listed_backup_operations = 2;
    • getListedBackupOperationsCount

      int getListedBackupOperationsCount()
       List of operations returned by ListCloudBackupOperationsAction.
       
      repeated .google.longrunning.Operation listed_backup_operations = 2;
    • getListedBackupOperationsOrBuilderList

      List<? extends com.google.longrunning.OperationOrBuilder> getListedBackupOperationsOrBuilderList()
       List of operations returned by ListCloudBackupOperationsAction.
       
      repeated .google.longrunning.Operation listed_backup_operations = 2;
    • getListedBackupOperationsOrBuilder

      com.google.longrunning.OperationOrBuilder getListedBackupOperationsOrBuilder(int index)
       List of operations returned by ListCloudBackupOperationsAction.
       
      repeated .google.longrunning.Operation listed_backup_operations = 2;
    • getNextPageToken

      String getNextPageToken()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 3;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 3;
      Returns:
      The bytes for nextPageToken.
    • hasBackup

      boolean hasBackup()
       Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.
       
      .google.spanner.admin.database.v1.Backup backup = 4;
      Returns:
      Whether the backup field is set.
    • getBackup

      Backup getBackup()
       Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.
       
      .google.spanner.admin.database.v1.Backup backup = 4;
      Returns:
      The backup.
    • getBackupOrBuilder

      BackupOrBuilder getBackupOrBuilder()
       Backup returned by GetCloudBackupAction/UpdateCloudBackupAction.
       
      .google.spanner.admin.database.v1.Backup backup = 4;