Class: Google::Cloud::Firestore::Admin::V1::ListDatabasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ListDatabasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The list of databases for a project.
Instance Attribute Summary collapse
-
#databases ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::Database>
The databases in the project.
-
#unreachable ⇒ ::Array<::String>
In the event that data about individual databases cannot be listed they will be recorded here.
Instance Attribute Details
#databases ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::Database>
Returns The databases in the project.
83 84 85 86 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 83 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns In the event that data about individual databases cannot be listed they will be recorded here.
An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.
83 84 85 86 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 83 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |