Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryOtherCloudGenerationCadence.
How often existing resources should have their profiles refreshed.
New resources are scanned as quickly as possible depending on system capacity.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryOtherCloudGenerationCadence
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ refresh_frequency |
int
Optional. Frequency to update profiles regardless of whether the underlying resource has changes. 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. Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
Returns | |
---|---|
Type | Description |
int |
setRefreshFrequency
Optional. Frequency to update profiles regardless of whether the underlying resource has changes. 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 |