Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::ListBackupsResponse (v0.17.1)

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>
Returns

#backups=

def backups=(value) -> ::Array<::Google::Cloud::Firestore::Admin::V1::Backup>
Parameter
Returns

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::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>
Parameter
  • 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.

Returns
  • (::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.