google_api_spanner v0.20.0 GoogleApi.Spanner.V1.Model.Database View Source

A Cloud Spanner database.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. If exists, the time at which the database creation started.
  • name (type: String.t, default: nil) - Required. The name of the database. Values are of the form projects/<project>/instances/<instance>/databases/<database>, where <database> is as specified in the CREATE DATABASE statement. This name can be passed to other API methods to identify the database.
  • restoreInfo (type: GoogleApi.Spanner.V1.Model.RestoreInfo.t, default: nil) - Output only. Applicable only for restored databases. Contains information about the restore source.
  • state (type: String.t, default: nil) - Output only. The current database state.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Spanner.V1.Model.Database{
  createTime: DateTime.t(),
  name: String.t(),
  restoreInfo: GoogleApi.Spanner.V1.Model.RestoreInfo.t(),
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.