Data Loss Prevention V2 Client - Class OrConditions (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class OrConditions.

There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.

Generated from protobuf message google.privacy.dlp.v2.DiscoveryBigQueryConditions.OrConditions

Namespace

Google \ Cloud \ Dlp \ V2 \ DiscoveryBigQueryConditions

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ min_row_count int

Minimum number of rows that should be present before Cloud DLP profiles a table

↳ min_age Google\Protobuf\Duration

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

getMinRowCount

Minimum number of rows that should be present before Cloud DLP profiles a table

Returns
Type Description
int

setMinRowCount

Minimum number of rows that should be present before Cloud DLP profiles a table

Parameter
Name Description
var int
Returns
Type Description
$this

getMinAge

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

Returns
Type Description
Google\Protobuf\Duration|null

hasMinAge

clearMinAge

setMinAge

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

Parameter
Name Description
var Google\Protobuf\Duration
Returns
Type Description
$this