Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListBackupsResponse.
The response for FirestoreAdmin.ListBackups.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backups
def backups() -> ::Array<::Google::Cloud::Firestore::Admin::V1::Backup>
- (::Array<::Google::Cloud::Firestore::Admin::V1::Backup>) — List of all backups for the project.
#backups=
def backups=(value) -> ::Array<::Google::Cloud::Firestore::Admin::V1::Backup>
- value (::Array<::Google::Cloud::Firestore::Admin::V1::Backup>) — List of all backups for the project.
- (::Array<::Google::Cloud::Firestore::Admin::V1::Backup>) — List of all backups for the project.
#unreachable
def unreachable() -> ::Array<::String>
-
(::Array<::String>) — 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.
#unreachable=
def unreachable=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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.