Data Loss Prevention V2 Client - Class CloudStorageDiscoveryTarget (2.2.1)

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

Target used to match against for discovery with Cloud Storage buckets.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ filter DiscoveryCloudStorageFilter

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

↳ conditions DiscoveryFileStoreConditions

Optional. In addition to matching the filter, these conditions must be true before a profile is generated.

↳ generation_cadence DiscoveryCloudStorageGenerationCadence

Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

↳ disabled Disabled

Optional. Disable profiling for buckets that match this filter.

getFilter

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

Returns
Type Description
DiscoveryCloudStorageFilter|null

hasFilter

clearFilter

setFilter

Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.

Parameter
Name Description
var DiscoveryCloudStorageFilter
Returns
Type Description
$this

getConditions

Optional. In addition to matching the filter, these conditions must be true before a profile is generated.

Returns
Type Description
DiscoveryFileStoreConditions|null

hasConditions

clearConditions

setConditions

Optional. In addition to matching the filter, these conditions must be true before a profile is generated.

Parameter
Name Description
var DiscoveryFileStoreConditions
Returns
Type Description
$this

getGenerationCadence

Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

Returns
Type Description
DiscoveryCloudStorageGenerationCadence|null

hasGenerationCadence

setGenerationCadence

Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

Parameter
Name Description
var DiscoveryCloudStorageGenerationCadence
Returns
Type Description
$this

getDisabled

Optional. Disable profiling for buckets that match this filter.

Returns
Type Description
Disabled|null

hasDisabled

setDisabled

Optional. Disable profiling for buckets that match this filter.

Parameter
Name Description
var Disabled
Returns
Type Description
$this

getCadence

Returns
Type Description
string