Skip to content

Commit e7ba98d

Browse files
1 parent 18e1c8a commit e7ba98d

File tree

5 files changed

+10
-10
lines changed

5 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
public final class GooglePrivacyDlpV2DataSourceType extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* An identifying string to the type of resource being profiled. Current values: *
34+
* A string that identifies the type of resource being profiled. Current values: *
3535
* google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String dataSource;
4040

4141
/**
42-
* An identifying string to the type of resource being profiled. Current values: *
42+
* A string that identifies the type of resource being profiled. Current values: *
4343
* google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
4444
* @return value or {@code null} for none
4545
*/
@@ -48,7 +48,7 @@ public java.lang.String getDataSource() {
4848
}
4949

5050
/**
51-
* An identifying string to the type of resource being profiled. Current values: *
51+
* A string that identifies the type of resource being profiled. Current values: *
5252
* google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
5353
* @param dataSource dataSource or {@code null} for none
5454
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dlp.v2.model;
1818

1919
/**
20-
* Identifies a single Vertex AI resource. Currently only datasets are supported.
20+
* Identifies a single Vertex AI resource. Only datasets are supported.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* 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-rev20251102-2.0.0</version>
12-
<name>Sensitive Data Protection (DLP) v2-rev20251102-2.0.0</name>
11+
<version>v2-rev20251120-2.0.0</version>
12+
<name>Sensitive Data Protection (DLP) v2-rev20251120-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-rev20251102-2.0.0</version>
25+
<version>v2-rev20251120-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-rev20251102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20251120-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)