Class: Google::Cloud::Bigtable::Admin::V2::GcRule::Intersection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/table.rb

Overview

A GcRule which deletes cells matching all of the given rules.

Instance Attribute Summary collapse

Instance Attribute Details

#rules::Array<::Google::Cloud::Bigtable::Admin::V2::GcRule>

Returns Only delete cells which would be deleted by every element of rules.

Returns:



232
233
234
235
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 232

class Intersection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end