View Source GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest (google_api_spanner v0.39.0)

The request for UpdateDatabase.

Attributes

  • database (type: GoogleApi.Spanner.V1.Model.Database.t, default: nil) - Required. The database to update. The name field of the database is of the form projects//instances//databases/.
  • updateMask (type: String.t, default: nil) - Required. The list of fields to update. Currently, only enable_drop_protection field can be updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest{
  database: GoogleApi.Spanner.V1.Model.Database.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.