Skip to content

Commit 3b48b2b

Browse files
1 parent fd5e32c commit 3b48b2b

File tree

6 files changed

+32
-41
lines changed

6 files changed

+32
-41
lines changed

clients/google-api-services-dlp/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dlp</artifactId>
25-
<version>v2-rev20260228-2.0.0</version>
25+
<version>v2-rev20260307-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260228-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260307-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2CustomInfoType.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
3333

3434
/**
3535
* 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.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -49,8 +49,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
4949

5050
/**
5151
* 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.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -77,7 +77,7 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
7777
private java.lang.String likelihood;
7878

7979
/**
80-
* key-value pairs to detect in the metadata.
80+
* Key-value pair to detect in the metadata.
8181
* The value may be {@code null}.
8282
*/
8383
@com.google.api.client.util.Key
@@ -115,8 +115,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
115115

116116
/**
117117
* 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
119+
* `stored_type` CustomInfoTypes.
120120
* @return value or {@code null} for none
121121
*/
122122
public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {
@@ -125,8 +125,8 @@ public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {
125125

126126
/**
127127
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
128-
* order that they are specified. Not supported for the `surrogate_type`,
129-
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
128+
* the order that they are specified. Only supported for the `dictionary`, `regex`, and
129+
* `stored_type` CustomInfoTypes.
130130
* @param detectionRules detectionRules or {@code null} for none
131131
*/
132132
public GooglePrivacyDlpV2CustomInfoType setDetectionRules(java.util.List<GooglePrivacyDlpV2DetectionRule> detectionRules) {
@@ -153,8 +153,8 @@ public GooglePrivacyDlpV2CustomInfoType setDictionary(GooglePrivacyDlpV2Dictiona
153153

154154
/**
155155
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
156-
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
157-
* `prompt` CustomInfoType.
156+
* still can be used for rules matching. Only supported for the `dictionary`, `regex`, and
157+
* `stored_type` CustomInfoTypes.
158158
* @return value or {@code null} for none
159159
*/
160160
public java.lang.String getExclusionType() {
@@ -163,8 +163,8 @@ public java.lang.String getExclusionType() {
163163

164164
/**
165165
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
166-
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
167-
* `prompt` CustomInfoType.
166+
* still can be used for rules matching. Only supported for the `dictionary`, `regex`, and
167+
* `stored_type` CustomInfoTypes.
168168
* @param exclusionType exclusionType or {@code null} for none
169169
*/
170170
public GooglePrivacyDlpV2CustomInfoType setExclusionType(java.lang.String exclusionType) {
@@ -219,15 +219,15 @@ public GooglePrivacyDlpV2CustomInfoType setLikelihood(java.lang.String likelihoo
219219
}
220220

221221
/**
222-
* key-value pairs to detect in the metadata.
222+
* Key-value pair to detect in the metadata.
223223
* @return value or {@code null} for none
224224
*/
225225
public GooglePrivacyDlpV2MetadataKeyValueExpression getMetadataKeyValueExpression() {
226226
return metadataKeyValueExpression;
227227
}
228228

229229
/**
230-
* key-value pairs to detect in the metadata.
230+
* Key-value pair to detect in the metadata.
231231
* @param metadataKeyValueExpression metadataKeyValueExpression or {@code null} for none
232232
*/
233233
public GooglePrivacyDlpV2CustomInfoType setMetadataKeyValueExpression(GooglePrivacyDlpV2MetadataKeyValueExpression metadataKeyValueExpression) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2KeyValueMetadataLabel.java

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,28 @@
3131
public final class GooglePrivacyDlpV2KeyValueMetadataLabel extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The metadata key. The format depends on the source of the metadata. Examples: - Microsoft
35-
* Purview Information Protection keys look like
36-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled',
37-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Method',
38-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Name'. - General metadata keys look like
39-
* 'Author', 'Title', 'Description'.
34+
* The metadata key. The format depends on the source of the metadata. Example: -
35+
* `MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled` (a Microsoft Purview Information
36+
* Protection key example)
4037
* The value may be {@code null}.
4138
*/
4239
@com.google.api.client.util.Key
4340
private java.lang.String key;
4441

4542
/**
46-
* The metadata key. The format depends on the source of the metadata. Examples: - Microsoft
47-
* Purview Information Protection keys look like
48-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled',
49-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Method',
50-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Name'. - General metadata keys look like
51-
* 'Author', 'Title', 'Description'.
43+
* The metadata key. The format depends on the source of the metadata. Example: -
44+
* `MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled` (a Microsoft Purview Information
45+
* Protection key example)
5246
* @return value or {@code null} for none
5347
*/
5448
public java.lang.String getKey() {
5549
return key;
5650
}
5751

5852
/**
59-
* The metadata key. The format depends on the source of the metadata. Examples: - Microsoft
60-
* Purview Information Protection keys look like
61-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled',
62-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Method',
63-
* 'MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Name'. - General metadata keys look like
64-
* 'Author', 'Title', 'Description'.
53+
* The metadata key. The format depends on the source of the metadata. Example: -
54+
* `MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled` (a Microsoft Purview Information
55+
* Protection key example)
6556
* @param key key or {@code null} for none
6657
*/
6758
public GooglePrivacyDlpV2KeyValueMetadataLabel setKey(java.lang.String key) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2MetadataKeyValueExpression.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.dlp.v2.model;
1818

1919
/**
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.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed

clients/google-api-services-dlp/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dlp</artifactId>
11-
<version>v2-rev20260228-2.0.0</version>
12-
<name>Sensitive Data Protection (DLP) v2-rev20260228-2.0.0</name>
11+
<version>v2-rev20260307-2.0.0</version>
12+
<name>Sensitive Data Protection (DLP) v2-rev20260307-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dlp/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dlp</artifactId>
25-
<version>v2-rev20260228-2.0.0</version>
25+
<version>v2-rev20260307-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260228-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260307-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)