Skip to content

Commit 7dad3c4

Browse files
chore(dlp): update the api
1 parent 459a636 commit 7dad3c4

15 files changed

+286
-286
lines changed

docs/dyn/dlp_v2.organizations.inspectTemplates.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.organizations.locations.dlpJobs.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163163
},
164164
],
165165
&quot;inspectConfig&quot;: { # Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used. # How and what to scan for.
166-
&quot;contentOptions&quot;: [ # List of options defining data content to scan. If empty, text, images, and other content will be included.
166+
&quot;contentOptions&quot;: [ # Deprecated and unused.
167167
&quot;A String&quot;,
168168
],
169169
&quot;customInfoTypes&quot;: [ # CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
@@ -218,15 +218,15 @@ <h3>Method Details</h3>
218218
},
219219
},
220220
],
221-
&quot;excludeInfoTypes&quot;: True or False, # When true, excludes type information of the findings.
222-
&quot;includeQuote&quot;: True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
221+
&quot;excludeInfoTypes&quot;: True or False, # When true, excludes type information of the findings. This is not used for data profiling.
222+
&quot;includeQuote&quot;: True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
223223
&quot;infoTypes&quot;: [ # Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
224224
{ # Type of information detected by the API.
225225
&quot;name&quot;: &quot;A String&quot;, # Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
226226
&quot;version&quot;: &quot;A String&quot;, # Optional version name for this InfoType.
227227
},
228228
],
229-
&quot;limits&quot;: { # Configuration to control the number of findings returned. Cannot be set if de-identification is requested. # Configuration to control the number of findings returned.
229+
&quot;limits&quot;: { # Configuration to control the number of findings returned for inspection. This is not used for de-identification or data profiling. # Configuration to control the number of findings returned. This is not used for data profiling.
230230
&quot;maxFindingsPerInfoType&quot;: [ # Configuration of findings limit given for specified infoTypes.
231231
{ # Max findings configuration per infoType, per content item or long running DlpJob.
232232
&quot;infoType&quot;: { # Type of information detected by the API. # Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386
&quot;description&quot;: &quot;A String&quot;, # Short description (max 256 chars).
387387
&quot;displayName&quot;: &quot;A String&quot;, # Display name (max 256 chars).
388388
&quot;inspectConfig&quot;: { # Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used. # The core content of the template. Configuration of the scanning process.
389-
&quot;contentOptions&quot;: [ # List of options defining data content to scan. If empty, text, images, and other content will be included.
389+
&quot;contentOptions&quot;: [ # Deprecated and unused.
390390
&quot;A String&quot;,
391391
],
392392
&quot;customInfoTypes&quot;: [ # CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
@@ -441,15 +441,15 @@ <h3>Method Details</h3>
441441
},
442442
},
443443
],
444-
&quot;excludeInfoTypes&quot;: True or False, # When true, excludes type information of the findings.
445-
&quot;includeQuote&quot;: True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
444+
&quot;excludeInfoTypes&quot;: True or False, # When true, excludes type information of the findings. This is not used for data profiling.
445+
&quot;includeQuote&quot;: True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
446446
&quot;infoTypes&quot;: [ # Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
447447
{ # Type of information detected by the API.
448448
&quot;name&quot;: &quot;A String&quot;, # Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
449449
&quot;version&quot;: &quot;A String&quot;, # Optional version name for this InfoType.
450450
},
451451
],
452-
&quot;limits&quot;: { # Configuration to control the number of findings returned. Cannot be set if de-identification is requested. # Configuration to control the number of findings returned.
452+
&quot;limits&quot;: { # Configuration to control the number of findings returned for inspection. This is not used for de-identification or data profiling. # Configuration to control the number of findings returned. This is not used for data profiling.
453453
&quot;maxFindingsPerInfoType&quot;: [ # Configuration of findings limit given for specified infoTypes.
454454
{ # Max findings configuration per infoType, per content item or long running DlpJob.
455455
&quot;infoType&quot;: { # Type of information detected by the API. # Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.

0 commit comments

Comments
 (0)