Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::GcRule::Intersection.
A GcRule which deletes cells matching all 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>) — Only delete cells which would be deleted by every element of
rules
.
#rules=
def rules=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>
Parameter
-
value (::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>) — Only delete cells which would be deleted by every element of
rules
.
Returns
-
(::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>) — Only delete cells which would be deleted by every element of
rules
.