class Google::Apis::BigtableadminV2::ModifyColumnFamiliesRequest
Request message for google.bigtable.admin.v2.BigtableTableAdmin. ModifyColumnFamilies
Attributes
modifications[RW]
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). Corresponds to the JSON property `modifications` @return [Array<Google::Apis::BigtableadminV2::Modification>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 1427 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 1432 def update!(**args) @modifications = args[:modifications] if args.key?(:modifications) end