Skip to content

Commit 38ef0ff

Browse files
chore: regenerate dlp client
1 parent 38c1764 commit 38ef0ff

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
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-rev20260120-2.0.0</version>
25+
<version>v2-rev20260129-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260129-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DLP extends com.google.api.client.googleapis.services.json.Abstract
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -27614,8 +27614,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
2761427614
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
2761527615
* <li>Android: {@code newCompatibleTransport} from
2761627616
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
27617-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
27618-
* </li>
27617+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
2761927618
* </ul>
2762027619
* @param jsonFactory JSON factory, which may be:
2762127620
* <ul>

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +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` CustomInfoType.
36+
* order that they are specified. Not supported for the `surrogate_type`,
37+
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -48,7 +49,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
4849

4950
/**
5051
* 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.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
@@ -106,7 +108,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien
106108

107109
/**
108110
* 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.
110113
* @return value or {@code null} for none
111114
*/
112115
public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {
@@ -115,7 +118,8 @@ public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {
115118

116119
/**
117120
* 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` CustomInfoType.
121+
* order that they are specified. Not supported for the `surrogate_type`,
122+
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
119123
* @param detectionRules detectionRules or {@code null} for none
120124
*/
121125
public GooglePrivacyDlpV2CustomInfoType setDetectionRules(java.util.List<GooglePrivacyDlpV2DetectionRule> detectionRules) {
@@ -142,7 +146,8 @@ public GooglePrivacyDlpV2CustomInfoType setDictionary(GooglePrivacyDlpV2Dictiona
142146

143147
/**
144148
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
145-
* still can be used for rules matching.
149+
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
150+
* `prompt` CustomInfoType.
146151
* @return value or {@code null} for none
147152
*/
148153
public java.lang.String getExclusionType() {
@@ -151,7 +156,8 @@ public java.lang.String getExclusionType() {
151156

152157
/**
153158
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
154-
* still can be used for rules matching.
159+
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
160+
* `prompt` CustomInfoType.
155161
* @param exclusionType exclusionType or {@code null} for none
156162
*/
157163
public GooglePrivacyDlpV2CustomInfoType setExclusionType(java.lang.String exclusionType) {

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-rev20260120-2.0.0</version>
12-
<name>Sensitive Data Protection (DLP) v2-rev20260120-2.0.0</name>
11+
<version>v2-rev20260129-2.0.0</version>
12+
<name>Sensitive Data Protection (DLP) v2-rev20260129-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-rev20260120-2.0.0</version>
25+
<version>v2-rev20260129-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-rev20260120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260129-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)