Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryVertexDatasetGenerationCadence.
How often existing datasets should have their profiles refreshed.
New datasets are scanned as quickly as possible depending on system capacity.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryVertexDatasetGenerationCadence
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ refresh_frequency |
int
If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never. |
↳ inspect_template_modified_cadence |
DiscoveryInspectTemplateModifiedCadence
Governs when to update data profiles when the inspection rules defined by the |
getRefreshFrequency
If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed.
Defaults to never.
Returns | |
---|---|
Type | Description |
int |
setRefreshFrequency
If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed.
Defaults to never.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getInspectTemplateModifiedCadence
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 be updated.
Returns | |
---|---|
Type | Description |
DiscoveryInspectTemplateModifiedCadence|null |
hasInspectTemplateModifiedCadence
clearInspectTemplateModifiedCadence
setInspectTemplateModifiedCadence
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 be updated.
Parameter | |
---|---|
Name | Description |
var |
DiscoveryInspectTemplateModifiedCadence
|
Returns | |
---|---|
Type | Description |
$this |