View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ListDatabasesResponse (google_api_firestore v0.27.0)

The list of databases for a project.

Attributes

  • databases (type: list(GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Database.t), default: nil) - The databases in the project.
  • unreachable (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ListDatabasesResponse{
    databases:
      [GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Database.t()] | nil,
    unreachable: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.