Skip to content

Commit 07c74e0

Browse files
1 parent 5e1fe2c commit 07c74e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/DLP/GooglePrivacyDlpV2CustomInfoType.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)