google_api_bigtable_admin v0.5.0 GoogleApi.BigtableAdmin.V2.Model.ModifyColumnFamiliesRequest View Source

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

Attributes

  • 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).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigtableAdmin.V2.Model.ModifyColumnFamiliesRequest{
  modifications: [GoogleApi.BigtableAdmin.V2.Model.Modification.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.