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