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

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 any of the given rules.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Delete cells which would be deleted by any element of rules.

Returns:



241
242
243
244
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 241

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