Interface ListBackupsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getBackups(int index)
    List of all backups for the project.
    int
    List of all backups for the project.
    List of all backups for the project.
    List of all backups for the project.
    List of all backups for the project.
    getUnreachable(int index)
    List of locations that existing backups were not able to be fetched from.
    com.google.protobuf.ByteString
    List of locations that existing backups were not able to be fetched from.
    int
    List of locations that existing backups were not able to be fetched from.
    List of locations that existing backups were not able to be fetched from.

    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()
       List of all backups for the project.
       
      repeated .google.firestore.admin.v1.Backup backups = 1;
    • getBackups

      Backup getBackups(int index)
       List of all backups for the project.
       
      repeated .google.firestore.admin.v1.Backup backups = 1;
    • getBackupsCount

      int getBackupsCount()
       List of all backups for the project.
       
      repeated .google.firestore.admin.v1.Backup backups = 1;
    • getBackupsOrBuilderList

      List<? extends BackupOrBuilder> getBackupsOrBuilderList()
       List of all backups for the project.
       
      repeated .google.firestore.admin.v1.Backup backups = 1;
    • getBackupsOrBuilder

      BackupOrBuilder getBackupsOrBuilder(int index)
       List of all backups for the project.
       
      repeated .google.firestore.admin.v1.Backup backups = 1;
    • getUnreachableList

      List<String> getUnreachableList()
       List of locations that existing backups were not able to be fetched from.
      
       Instead of failing the entire requests when a single location is
       unreachable, this response returns a partial result set and list of
       locations unable to be reached here. The request can be retried against a
       single location to get a concrete error.
       
      repeated string unreachable = 3;
      Returns:
      A list containing the unreachable.
    • getUnreachableCount

      int getUnreachableCount()
       List of locations that existing backups were not able to be fetched from.
      
       Instead of failing the entire requests when a single location is
       unreachable, this response returns a partial result set and list of
       locations unable to be reached here. The request can be retried against a
       single location to get a concrete error.
       
      repeated string unreachable = 3;
      Returns:
      The count of unreachable.
    • getUnreachable

      String getUnreachable(int index)
       List of locations that existing backups were not able to be fetched from.
      
       Instead of failing the entire requests when a single location is
       unreachable, this response returns a partial result set and list of
       locations unable to be reached here. The request can be retried against a
       single location to get a concrete error.
       
      repeated string unreachable = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unreachable at the given index.
    • getUnreachableBytes

      com.google.protobuf.ByteString getUnreachableBytes(int index)
       List of locations that existing backups were not able to be fetched from.
      
       Instead of failing the entire requests when a single location is
       unreachable, this response returns a partial result set and list of
       locations unable to be reached here. The request can be retried against a
       single location to get a concrete error.
       
      repeated string unreachable = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the unreachable at the given index.