GoogleApi.FirebaseDatabase.V1beta.Model.DatabaseInstance (google_api_firebase_database v0.2.0) View Source
Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
Attributes
-
databaseUrl
(type:String.t
, default:nil
) - Immutable. The globally unique hostname of the database. -
name
(type:String.t
, default:nil
) - The fully qualified resource name of the database instance, in the form:projects/{project-number}/locations/{location-id}/instances/{database-id}
. -
project
(type:String.t
, default:nil
) - The resource name of the project this instance belongs to. For example:projects/{project-number}
. -
state
(type:String.t
, default:nil
) - The database's lifecycle state. Read-only. -
type
(type:String.t
, default:nil
) - The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.