Skip to content

Commit e461e5a

Browse files
1 parent db37c33 commit e461e5a

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
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-rev20250720-2.0.0</version>
25+
<version>v2-rev20250727-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-rev20250720-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20250727-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ public final class GooglePrivacyDlpV2Deidentify extends com.google.api.client.js
4444

4545
/**
4646
* List of user-specified file type groups to transform. If specified, only the files with these
47-
* file types will be transformed. If empty, all supported files will be transformed. Supported
48-
* types may be automatically added over time. If a file type is set in this field that isn't
49-
* supported by the Deidentify action then the job will fail and will not be successfully
50-
* created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
47+
* file types are transformed. If empty, all supported files are transformed. Supported types may
48+
* be automatically added over time. Any unsupported file types that are set in this field are
49+
* excluded from de-identification. An error is recorded for each unsupported file in the
50+
* TransformationDetails output table. Currently the only file types supported are: IMAGES,
51+
* TEXT_FILES, CSV, TSV.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -119,10 +120,11 @@ public GooglePrivacyDlpV2Deidentify setCloudStorageOutput(java.lang.String cloud
119120

120121
/**
121122
* List of user-specified file type groups to transform. If specified, only the files with these
122-
* file types will be transformed. If empty, all supported files will be transformed. Supported
123-
* types may be automatically added over time. If a file type is set in this field that isn't
124-
* supported by the Deidentify action then the job will fail and will not be successfully
125-
* created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
123+
* file types are transformed. If empty, all supported files are transformed. Supported types may
124+
* be automatically added over time. Any unsupported file types that are set in this field are
125+
* excluded from de-identification. An error is recorded for each unsupported file in the
126+
* TransformationDetails output table. Currently the only file types supported are: IMAGES,
127+
* TEXT_FILES, CSV, TSV.
126128
* @return value or {@code null} for none
127129
*/
128130
public java.util.List<java.lang.String> getFileTypesToTransform() {
@@ -131,10 +133,11 @@ public java.util.List<java.lang.String> getFileTypesToTransform() {
131133

132134
/**
133135
* List of user-specified file type groups to transform. If specified, only the files with these
134-
* file types will be transformed. If empty, all supported files will be transformed. Supported
135-
* types may be automatically added over time. If a file type is set in this field that isn't
136-
* supported by the Deidentify action then the job will fail and will not be successfully
137-
* created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
136+
* file types are transformed. If empty, all supported files are transformed. Supported types may
137+
* be automatically added over time. Any unsupported file types that are set in this field are
138+
* excluded from de-identification. An error is recorded for each unsupported file in the
139+
* TransformationDetails output table. Currently the only file types supported are: IMAGES,
140+
* TEXT_FILES, CSV, TSV.
138141
* @param fileTypesToTransform fileTypesToTransform or {@code null} for none
139142
*/
140143
public GooglePrivacyDlpV2Deidentify setFileTypesToTransform(java.util.List<java.lang.String> fileTypesToTransform) {

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

0 commit comments

Comments
 (0)