Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryCloudStorageGenerationCadence.
How often existing buckets should have their profiles refreshed.
New buckets are scanned as quickly as possible depending on system capacity.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryCloudStorageGenerationCadence
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ refresh_frequency |
int
Optional. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never. |
↳ inspect_template_modified_cadence |
Google\Cloud\Dlp\V2\DiscoveryInspectTemplateModifiedCadence
Optional. Governs when to update data profiles when the inspection rules defined by the |
getRefreshFrequency
Optional. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.
Returns | |
---|---|
Type | Description |
int |
setRefreshFrequency
Optional. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getInspectTemplateModifiedCadence
Optional. Governs when to update data profiles when the inspection rules
defined by the InspectTemplate
change.
If not set, changing the template will not cause a data profile to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DiscoveryInspectTemplateModifiedCadence|null |
hasInspectTemplateModifiedCadence
clearInspectTemplateModifiedCadence
setInspectTemplateModifiedCadence
Optional. Governs when to update data profiles when the inspection rules
defined by the InspectTemplate
change.
If not set, changing the template will not cause a data profile to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DiscoveryInspectTemplateModifiedCadence
|
Returns | |
---|---|
Type | Description |
$this |