Reference documentation and code samples for the Cloud Bigtable V2 Client class Intersection.
A GcRule which deletes cells matching all of the given rules.
Generated from protobuf message google.bigtable.admin.v2.GcRule.Intersection
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ GcRuleMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ rules | array<Google\Cloud\Bigtable\Admin\V2\GcRule> Only delete cells which would be deleted by every element of |
getRules
Only delete cells which would be deleted by every element of rules
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRules
Only delete cells which would be deleted by every element of rules
.
Parameter | |
---|---|
Name | Description |
var | array<Google\Cloud\Bigtable\Admin\V2\GcRule> |
Returns | |
---|---|
Type | Description |
$this |