Data Loss Prevention V2 Client - Class DiscoveryFileStoreConditions (1.16.0)

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

Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ created_after Google\Protobuf\Timestamp

Optional. File store must have been created after this date. Used to avoid backfilling.

↳ min_age Google\Protobuf\Duration

Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.

↳ cloud_storage_conditions Google\Cloud\Dlp\V2\DiscoveryCloudStorageConditions

Optional. Cloud Storage conditions.

getCreatedAfter

Optional. File store must have been created after this date. Used to avoid backfilling.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreatedAfter

clearCreatedAfter

setCreatedAfter

Optional. File store must have been created after this date. Used to avoid backfilling.

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

getMinAge

Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.

Returns
Type Description
Google\Protobuf\Duration|null

hasMinAge

clearMinAge

setMinAge

Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.

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

getCloudStorageConditions

Optional. Cloud Storage conditions.

Returns
Type Description
Google\Cloud\Dlp\V2\DiscoveryCloudStorageConditions|null

hasCloudStorageConditions

setCloudStorageConditions

Optional. Cloud Storage conditions.

Parameter
Name Description
var Google\Cloud\Dlp\V2\DiscoveryCloudStorageConditions
Returns
Type Description
$this

getConditions

Returns
Type Description
string