Data Loss Prevention V2 Client - Class ValueFrequency (1.8.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Dlp\V2\Value|null

hasValue

clearValue

setValue

A value contained in the field in question.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\Value
Returns
TypeDescription
$this

getCount

How many times the value is contained in the field.

Returns
TypeDescription
int|string

setCount

How many times the value is contained in the field.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this