GoogleApi.BigtableAdmin.V2.Model.ModifyColumnFamiliesRequest (google_api_bigtable_admin v0.16.0) 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
Specs
t() :: %GoogleApi.BigtableAdmin.V2.Model.ModifyColumnFamiliesRequest{ modifications: [GoogleApi.BigtableAdmin.V2.Model.Modification.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.