Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryVertexDatasetConditions.
Requirements that must be true before a dataset is profiled for the first time.
Generated from protobuf message google.privacy.dlp.v2.DiscoveryVertexDatasetConditions
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ created_after |
Google\Protobuf\Timestamp
Vertex AI dataset must have been created after this date. Used to avoid backfilling. |
↳ min_age |
Google\Protobuf\Duration
Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater. |
getCreatedAfter
Vertex AI dataset must have been created after this date. Used to avoid backfilling.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreatedAfter
clearCreatedAfter
setCreatedAfter
Vertex AI dataset must have been created after this date. Used to avoid backfilling.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getMinAge
Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasMinAge
clearMinAge
setMinAge
Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |