Skip to content

Commit 0ba5434

Browse files
1 parent 41e2dc6 commit 0ba5434

File tree

5 files changed

+30
-27
lines changed

5 files changed

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

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ public final class GooglePrivacyDlpV2Export extends com.google.api.client.json.G
3535
* Store all profiles to BigQuery. * The system will create a new dataset and table for you if
3636
* none are are provided. The dataset will be named `sensitive_data_protection_discovery` and
3737
* table will be named `discovery_profiles`. This table will be placed in the same project as the
38-
* container project running the scan. The configuration will be updated with the fields set after
39-
* the first profile is generated and the dataset and table are created. * See [Analyze data
40-
* profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-
41-
* data-profiles) * See [Sample queries for your BigQuery
38+
* container project running the scan. After the first profile is generated and the dataset and
39+
* table are created, the discovery scan configuration will be updated with the dataset and table
40+
* names. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-
41+
* data-protection/docs/analyze-data-profiles). * See [Sample queries for your BigQuery
4242
* table](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-
4343
* profiles#sample_sql_queries). * Data is inserted using [streaming
4444
* insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert)
4545
* and so data may be in the buffer for a period of time after the profile has finished. * The
4646
* Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data
4747
* may not be instantly visible to queries by the time your topic receives the Pub/Sub
4848
* notification. * The best practice is to use the same table for an entire organization so that
49-
* you can take advantage of the provided Looker reports. If you use VPC Service Controls to
50-
* define security perimeters, then you must use a separate table for each boundary.
49+
* you can take advantage of the [provided Looker reports](https://cloud.google.com/sensitive-
50+
* data-protection/docs/analyze-data-profiles#use_a_premade_report). If you use VPC Service
51+
* Controls to define security perimeters, then you must use a separate table for each boundary.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -57,19 +58,20 @@ public final class GooglePrivacyDlpV2Export extends com.google.api.client.json.G
5758
* Store all profiles to BigQuery. * The system will create a new dataset and table for you if
5859
* none are are provided. The dataset will be named `sensitive_data_protection_discovery` and
5960
* table will be named `discovery_profiles`. This table will be placed in the same project as the
60-
* container project running the scan. The configuration will be updated with the fields set after
61-
* the first profile is generated and the dataset and table are created. * See [Analyze data
62-
* profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-
63-
* data-profiles) * See [Sample queries for your BigQuery
61+
* container project running the scan. After the first profile is generated and the dataset and
62+
* table are created, the discovery scan configuration will be updated with the dataset and table
63+
* names. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-
64+
* data-protection/docs/analyze-data-profiles). * See [Sample queries for your BigQuery
6465
* table](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-
6566
* profiles#sample_sql_queries). * Data is inserted using [streaming
6667
* insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert)
6768
* and so data may be in the buffer for a period of time after the profile has finished. * The
6869
* Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data
6970
* may not be instantly visible to queries by the time your topic receives the Pub/Sub
7071
* notification. * The best practice is to use the same table for an entire organization so that
71-
* you can take advantage of the provided Looker reports. If you use VPC Service Controls to
72-
* define security perimeters, then you must use a separate table for each boundary.
72+
* you can take advantage of the [provided Looker reports](https://cloud.google.com/sensitive-
73+
* data-protection/docs/analyze-data-profiles#use_a_premade_report). If you use VPC Service
74+
* Controls to define security perimeters, then you must use a separate table for each boundary.
7375
* @return value or {@code null} for none
7476
*/
7577
public GooglePrivacyDlpV2BigQueryTable getProfileTable() {
@@ -80,19 +82,20 @@ public GooglePrivacyDlpV2BigQueryTable getProfileTable() {
8082
* Store all profiles to BigQuery. * The system will create a new dataset and table for you if
8183
* none are are provided. The dataset will be named `sensitive_data_protection_discovery` and
8284
* table will be named `discovery_profiles`. This table will be placed in the same project as the
83-
* container project running the scan. The configuration will be updated with the fields set after
84-
* the first profile is generated and the dataset and table are created. * See [Analyze data
85-
* profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-
86-
* data-profiles) * See [Sample queries for your BigQuery
85+
* container project running the scan. After the first profile is generated and the dataset and
86+
* table are created, the discovery scan configuration will be updated with the dataset and table
87+
* names. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-
88+
* data-protection/docs/analyze-data-profiles). * See [Sample queries for your BigQuery
8789
* table](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-
8890
* profiles#sample_sql_queries). * Data is inserted using [streaming
8991
* insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert)
9092
* and so data may be in the buffer for a period of time after the profile has finished. * The
9193
* Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data
9294
* may not be instantly visible to queries by the time your topic receives the Pub/Sub
9395
* notification. * The best practice is to use the same table for an entire organization so that
94-
* you can take advantage of the provided Looker reports. If you use VPC Service Controls to
95-
* define security perimeters, then you must use a separate table for each boundary.
96+
* you can take advantage of the [provided Looker reports](https://cloud.google.com/sensitive-
97+
* data-protection/docs/analyze-data-profiles#use_a_premade_report). If you use VPC Service
98+
* Controls to define security perimeters, then you must use a separate table for each boundary.
9699
* @param profileTable profileTable or {@code null} for none
97100
*/
98101
public GooglePrivacyDlpV2Export setProfileTable(GooglePrivacyDlpV2BigQueryTable profileTable) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class GooglePrivacyDlpV2InfoTypeDescription extends com.google.api.
5858
private java.lang.String displayName;
5959

6060
/**
61-
* A sample true positive for this infoType.
61+
* A sample that is a true positive for this infoType.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -144,15 +144,15 @@ public GooglePrivacyDlpV2InfoTypeDescription setDisplayName(java.lang.String dis
144144
}
145145

146146
/**
147-
* A sample true positive for this infoType.
147+
* A sample that is a true positive for this infoType.
148148
* @return value or {@code null} for none
149149
*/
150150
public java.lang.String getExample() {
151151
return example;
152152
}
153153

154154
/**
155-
* A sample true positive for this infoType.
155+
* A sample that is a true positive for this infoType.
156156
* @param example example or {@code null} for none
157157
*/
158158
public GooglePrivacyDlpV2InfoTypeDescription setExample(java.lang.String example) {

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

0 commit comments

Comments
 (0)