Reference documentation and code samples for the Data Loss Prevention V2 Client class SchemaModifiedCadence.
How frequently to modify the profile when the table's schema is modified.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence
Namespace
Google \ Cloud \ Dlp \ V2 \ DiscoveryCloudSqlGenerationCadenceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ types |
array
The types of schema modifications to consider. Defaults to NEW_COLUMNS. |
↳ frequency |
int
Frequency to regenerate data profiles when the schema is modified. Defaults to monthly. |
getTypes
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTypes
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
getFrequency
Frequency to regenerate data profiles when the schema is modified.
Defaults to monthly.
Returns | |
---|---|
Type | Description |
int |
setFrequency
Frequency to regenerate data profiles when the schema is modified.
Defaults to monthly.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |