Data Loss Prevention V2 Client - Class DiscoveryTableModifiedCadence (1.15.1)

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

The cadence at which to update data profiles when a table is modified.

Generated from protobuf message google.privacy.dlp.v2.DiscoveryTableModifiedCadence

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ types array

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

↳ frequency int

How frequently data profiles can be updated when tables are modified. Defaults to never.

getTypes

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTypes

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getFrequency

How frequently data profiles can be updated when tables are modified.

Defaults to never.

Returns
Type Description
int

setFrequency

How frequently data profiles can be updated when tables are modified.

Defaults to never.

Parameter
Name Description
var int
Returns
Type Description
$this