View Source GoogleApi.BigtableAdmin.V2.Model.PartialUpdateInstanceRequest (google_api_bigtable_admin v0.22.0)

Request message for BigtableInstanceAdmin.PartialUpdateInstance.

Attributes

  • instance (type: GoogleApi.BigtableAdmin.V2.Model.Instance.t, default: nil) - Required. The Instance which will (partially) replace the current value.
  • updateMask (type: String.t, default: nil) - Required. The subset of Instance fields which should be replaced. Must be explicitly set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.PartialUpdateInstanceRequest{
  instance: GoogleApi.BigtableAdmin.V2.Model.Instance.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.