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

Request message for BigtableInstanceAdmin.PartialUpdateCluster.

Attributes

  • cluster (type: GoogleApi.BigtableAdmin.V2.Model.Cluster.t, default: nil) - Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
  • updateMask (type: String.t, default: nil) - Required. The subset of Cluster fields which should be replaced.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.PartialUpdateClusterRequest{
  cluster: GoogleApi.BigtableAdmin.V2.Model.Cluster.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.