Class: Google::Cloud::Firestore::Admin::V1::ListBackupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/firestore_admin.rb

Overview

The response for FirestoreAdmin.ListBackups.

Instance Attribute Summary collapse

Instance Attribute Details

#backups::Array<::Google::Cloud::Firestore::Admin::V1::Backup>

Returns List of all backups for the project.

Returns:



510
511
512
513
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 510

class ListBackupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

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



510
511
512
513
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 510

class ListBackupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end