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

Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies

Attributes

  • ignoreWarnings (type: boolean(), default: nil) - Optional. If true, ignore safety checks when modifying the column families.
  • modifications (type: list(GoogleApi.BigtableAdmin.V2.Model.Modification.t), default: nil) - Required. Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ModifyColumnFamiliesRequest{
  ignoreWarnings: boolean() | nil,
  modifications: [GoogleApi.BigtableAdmin.V2.Model.Modification.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.