Package com.google.firestore.admin.v1
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 TypeMethodDescriptiongetBackups(int index) List of all backups for the project.intList of all backups for the project.List of all backups for the project.getBackupsOrBuilder(int index) List of all backups for the project.List<? extends BackupOrBuilder>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.ByteStringgetUnreachableBytes(int index) List of locations that existing backups were not able to be fetched from.intList 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBackupsList
List of all backups for the project.
repeated .google.firestore.admin.v1.Backup backups = 1; -
getBackups
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
List of all backups for the project.
repeated .google.firestore.admin.v1.Backup backups = 1; -
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
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.
-