You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2CustomInfoType.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
33
33
34
34
/**
35
35
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
36
-
* order that they are specified. Not supported for the `surrogate_type`,
37
-
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
36
+
* the order that they are specified. Only supported for the `dictionary`, `regex`, and
37
+
* `stored_type` CustomInfoTypes.
38
38
* The value may be {@code null}.
39
39
*/
40
40
@com.google.api.client.util.Key
@@ -49,8 +49,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
49
49
50
50
/**
51
51
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
52
-
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
53
-
* `prompt` CustomInfoType.
52
+
* still can be used for rules matching. Only supported for the `dictionary`, `regex`, and
53
+
* `stored_type` CustomInfoTypes.
54
54
* The value may be {@code null}.
55
55
*/
56
56
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
77
77
privatejava.lang.Stringlikelihood;
78
78
79
79
/**
80
-
* key-value pairs to detect in the metadata.
80
+
* Key-value pair to detect in the metadata.
81
81
* The value may be {@code null}.
82
82
*/
83
83
@com.google.api.client.util.Key
@@ -115,8 +115,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
115
115
116
116
/**
117
117
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
118
-
* order that they are specified. Not supported for the `surrogate_type`,
119
-
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
118
+
* the order that they are specified. Only supported for the `dictionary`, `regex`, and
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2KeyValueMetadataLabel.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2MetadataKeyValueExpression.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
packagecom.google.api.services.dlp.v2.model;
18
18
19
19
/**
20
-
* Configuration for a custom infoType that detects given expression of key-value pair in the
21
-
* metadata.
20
+
* Configuration for a custom infoType that detects key-value pairs in the metadata matching the
21
+
* specified regular expressions.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed
0 commit comments