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

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListDatabasesResponse.

The list of databases for a project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#databases

def databases() -> ::Array<::Google::Cloud::Firestore::Admin::V1::Database>
Returns

#databases=

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

#unreachable

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

#unreachable=

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

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