GoogleApi.Spanner.V1.Model.UpdateInstanceRequest (google_api_spanner v0.48.0)

View Source

The request for UpdateInstance.

Attributes

  • fieldMask (type: String.t, default: nil) - Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
  • instance (type: GoogleApi.Spanner.V1.Model.Instance.t, default: nil) - Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateInstanceRequest{
  fieldMask: String.t() | nil,
  instance: GoogleApi.Spanner.V1.Model.Instance.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.