Module: Google::Cloud::Dlp::V2::ProfileGeneration
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Whether a profile being created is the first generation or an update.
Constant Summary collapse
- PROFILE_GENERATION_UNSPECIFIED =
Unused.
0
- PROFILE_GENERATION_NEW =
The profile is the first profile for the resource.
1
- PROFILE_GENERATION_UPDATE =
The profile is an update to a previous profile.
2