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

The request for UpdateInstancePartition.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateInstancePartitionRequest{
  fieldMask: String.t() | nil,
  instancePartition: GoogleApi.Spanner.V1.Model.InstancePartition.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.