Skip to content

Commit d281ac8

Browse files
1 parent fee481f commit d281ac8

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
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-rev20251012-2.0.0</version>
25+
<version>v2-rev20251019-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-rev20251012-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20251019-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-
* Output only. An identifying string to the type of resource being profiled. Current values: *
34+
* An identifying string to 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-
* Output only. An identifying string to the type of resource being profiled. Current values: *
42+
* An identifying string to 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-
* Output only. An identifying string to the type of resource being profiled. Current values: *
51+
* An identifying string to 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: 10 additions & 7 deletions
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 dataset.
20+
* Identifies a single Vertex AI resource. Currently 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
@@ -31,25 +31,28 @@
3131
public final class GooglePrivacyDlpV2VertexDatasetResourceReference extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The name of the dataset resource. If set within a project-level configuration, the
35-
* specified resource must be within the project.
34+
* Required. The name of the Vertex AI resource. If set within a project-level configuration, the
35+
* specified resource must be within the project. Examples: *
36+
* `projects/{project}/locations/{location}/datasets/{dataset}`
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
3940
private java.lang.String datasetResourceName;
4041

4142
/**
42-
* Required. The name of the dataset resource. If set within a project-level configuration, the
43-
* specified resource must be within the project.
43+
* Required. The name of the Vertex AI resource. If set within a project-level configuration, the
44+
* specified resource must be within the project. Examples: *
45+
* `projects/{project}/locations/{location}/datasets/{dataset}`
4446
* @return value or {@code null} for none
4547
*/
4648
public java.lang.String getDatasetResourceName() {
4749
return datasetResourceName;
4850
}
4951

5052
/**
51-
* Required. The name of the dataset resource. If set within a project-level configuration, the
52-
* specified resource must be within the project.
53+
* Required. The name of the Vertex AI resource. If set within a project-level configuration, the
54+
* specified resource must be within the project. Examples: *
55+
* `projects/{project}/locations/{location}/datasets/{dataset}`
5356
* @param datasetResourceName datasetResourceName or {@code null} for none
5457
*/
5558
public GooglePrivacyDlpV2VertexDatasetResourceReference setDatasetResourceName(java.lang.String datasetResourceName) {

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

0 commit comments

Comments
 (0)