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
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +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` CustomInfoType.
36
+
* order that they are specified. Not supported for the `surrogate_type`,
37
+
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
37
38
* The value may be {@code null}.
38
39
*/
39
40
@com.google.api.client.util.Key
@@ -48,7 +49,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
48
49
49
50
/**
50
51
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
51
-
* still can be used for rules matching.
52
+
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
53
+
* `prompt` CustomInfoType.
52
54
* The value may be {@code null}.
53
55
*/
54
56
@com.google.api.client.util.Key
@@ -106,7 +108,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
106
108
107
109
/**
108
110
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
109
-
* order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
111
+
* order that they are specified. Not supported for the `surrogate_type`,
112
+
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
0 commit comments