File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ class GooglePrivacyDlpV2CustomInfoType extends \Google\Collection
5959 protected $ dictionaryDataType = '' ;
6060 /**
6161 * If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to
62- * be returned. It still can be used for rules matching.
62+ * be returned. It still can be used for rules matching. Not supported for the
63+ * `metadata_key_value_expression` and `prompt` CustomInfoType.
6364 *
6465 * @var string
6566 */
@@ -86,7 +87,8 @@ class GooglePrivacyDlpV2CustomInfoType extends \Google\Collection
8687 /**
8788 * Set of detection rules to apply to all findings of this CustomInfoType.
8889 * Rules are applied in order that they are specified. Not supported for the
89- * `surrogate_type` CustomInfoType.
90+ * `surrogate_type`, `metadata_key_value_expression`, and `prompt`
91+ * CustomInfoType.
9092 *
9193 * @param GooglePrivacyDlpV2DetectionRule[] $detectionRules
9294 */
@@ -119,7 +121,8 @@ public function getDictionary()
119121 }
120122 /**
121123 * If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to
122- * be returned. It still can be used for rules matching.
124+ * be returned. It still can be used for rules matching. Not supported for the
125+ * `metadata_key_value_expression` and `prompt` CustomInfoType.
123126 *
124127 * Accepted values: EXCLUSION_TYPE_UNSPECIFIED, EXCLUSION_TYPE_EXCLUDE
125128 *
You can’t perform that action at this time.
0 commit comments