Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::GcRule::Union.
A GcRule which deletes cells matching any of the given rules.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rules
def rules() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
    Returns
    
  - 
        (::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>) — Delete cells which would be deleted by any element of rules.
#rules=
def rules=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>) — Delete cells which would be deleted by any element of rules.
    Returns
    
- 
        (::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>) — Delete cells which would be deleted by any element of rules.