Reference documentation and code samples for the Data Loss Prevention V2 Client class ValueFrequency.
A value of a field, including its frequency.
Generated from protobuf message google.privacy.dlp.v2.ValueFrequency
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
Google\Cloud\Dlp\V2\Value
A value contained in the field in question. |
↳ count |
int|string
How many times the value is contained in the field. |
getValue
A value contained in the field in question.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\Value|null |
hasValue
clearValue
setValue
A value contained in the field in question.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\Value
|
Returns | |
---|---|
Type | Description |
$this |
getCount
How many times the value is contained in the field.
Returns | |
---|---|
Type | Description |
int|string |
setCount
How many times the value is contained in the field.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |