Skip to content

Commit 9d3c4a0

Browse files
1 parent 4d56c0e commit 9d3c4a0

File tree

7 files changed

+57
-51
lines changed

7 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class GooglePrivacyDlpV2BigQueryTable extends com.google.api.client
4040
private java.lang.String datasetId;
4141

4242
/**
43-
* The Google Cloud Platform project ID of the project containing the table. If omitted, project
44-
* ID is inferred from the API call.
43+
* The Google Cloud project ID of the project containing the table. If omitted, project ID is
44+
* inferred from the API call.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -72,17 +72,17 @@ public GooglePrivacyDlpV2BigQueryTable setDatasetId(java.lang.String datasetId)
7272
}
7373

7474
/**
75-
* The Google Cloud Platform project ID of the project containing the table. If omitted, project
76-
* ID is inferred from the API call.
75+
* The Google Cloud project ID of the project containing the table. If omitted, project ID is
76+
* inferred from the API call.
7777
* @return value or {@code null} for none
7878
*/
7979
public java.lang.String getProjectId() {
8080
return projectId;
8181
}
8282

8383
/**
84-
* The Google Cloud Platform project ID of the project containing the table. If omitted, project
85-
* ID is inferred from the API call.
84+
* The Google Cloud project ID of the project containing the table. If omitted, project ID is
85+
* inferred from the API call.
8686
* @param projectId projectId or {@code null} for none
8787
*/
8888
public GooglePrivacyDlpV2BigQueryTable setProjectId(java.lang.String projectId) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ public final class GooglePrivacyDlpV2ColumnDataProfile extends com.google.api.cl
6060
private GooglePrivacyDlpV2DataRiskLevel dataRiskLevel;
6161

6262
/**
63-
* The BigQuery dataset ID.
63+
* The BigQuery dataset ID, if the resource profiled is a BigQuery table.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
6767
private java.lang.String datasetId;
6868

6969
/**
70-
* The BigQuery location where the dataset's data is stored. See
71-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
70+
* If supported, the location where the dataset's data is stored. See
71+
* https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -168,7 +168,7 @@ public final class GooglePrivacyDlpV2ColumnDataProfile extends com.google.api.cl
168168
private java.lang.String tableFullResource;
169169

170170
/**
171-
* The BigQuery table ID.
171+
* The table ID.
172172
* The value may be {@code null}.
173173
*/
174174
@com.google.api.client.util.Key
@@ -245,15 +245,15 @@ public GooglePrivacyDlpV2ColumnDataProfile setDataRiskLevel(GooglePrivacyDlpV2Da
245245
}
246246

247247
/**
248-
* The BigQuery dataset ID.
248+
* The BigQuery dataset ID, if the resource profiled is a BigQuery table.
249249
* @return value or {@code null} for none
250250
*/
251251
public java.lang.String getDatasetId() {
252252
return datasetId;
253253
}
254254

255255
/**
256-
* The BigQuery dataset ID.
256+
* The BigQuery dataset ID, if the resource profiled is a BigQuery table.
257257
* @param datasetId datasetId or {@code null} for none
258258
*/
259259
public GooglePrivacyDlpV2ColumnDataProfile setDatasetId(java.lang.String datasetId) {
@@ -262,17 +262,17 @@ public GooglePrivacyDlpV2ColumnDataProfile setDatasetId(java.lang.String dataset
262262
}
263263

264264
/**
265-
* The BigQuery location where the dataset's data is stored. See
266-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
265+
* If supported, the location where the dataset's data is stored. See
266+
* https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations.
267267
* @return value or {@code null} for none
268268
*/
269269
public java.lang.String getDatasetLocation() {
270270
return datasetLocation;
271271
}
272272

273273
/**
274-
* The BigQuery location where the dataset's data is stored. See
275-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
274+
* If supported, the location where the dataset's data is stored. See
275+
* https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations.
276276
* @param datasetLocation datasetLocation or {@code null} for none
277277
*/
278278
public GooglePrivacyDlpV2ColumnDataProfile setDatasetLocation(java.lang.String datasetLocation) {
@@ -506,15 +506,15 @@ public GooglePrivacyDlpV2ColumnDataProfile setTableFullResource(java.lang.String
506506
}
507507

508508
/**
509-
* The BigQuery table ID.
509+
* The table ID.
510510
* @return value or {@code null} for none
511511
*/
512512
public java.lang.String getTableId() {
513513
return tableId;
514514
}
515515

516516
/**
517-
* The BigQuery table ID.
517+
* The table ID.
518518
* @param tableId tableId or {@code null} for none
519519
*/
520520
public GooglePrivacyDlpV2ColumnDataProfile setTableId(java.lang.String tableId) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ public final class GooglePrivacyDlpV2TableDataProfile extends com.google.api.cli
102102
private java.lang.Long failedColumnCount;
103103

104104
/**
105-
* The resource name of the resource profiled.
106-
* https://cloud.google.com/apis/design/resource_names#full_resource_name
105+
* The Cloud Asset Inventory resource that was profiled in order to generate this
106+
* TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
107107
* The value may be {@code null}.
108108
*/
109109
@com.google.api.client.util.Key
@@ -215,7 +215,7 @@ public final class GooglePrivacyDlpV2TableDataProfile extends com.google.api.cli
215215
private java.lang.String state;
216216

217217
/**
218-
* If the resource is BigQuery, the BigQuery table ID.
218+
* The table ID.
219219
* The value may be {@code null}.
220220
*/
221221
@com.google.api.client.util.Key
@@ -401,17 +401,17 @@ public GooglePrivacyDlpV2TableDataProfile setFailedColumnCount(java.lang.Long fa
401401
}
402402

403403
/**
404-
* The resource name of the resource profiled.
405-
* https://cloud.google.com/apis/design/resource_names#full_resource_name
404+
* The Cloud Asset Inventory resource that was profiled in order to generate this
405+
* TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
406406
* @return value or {@code null} for none
407407
*/
408408
public java.lang.String getFullResource() {
409409
return fullResource;
410410
}
411411

412412
/**
413-
* The resource name of the resource profiled.
414-
* https://cloud.google.com/apis/design/resource_names#full_resource_name
413+
* The Cloud Asset Inventory resource that was profiled in order to generate this
414+
* TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
415415
* @param fullResource fullResource or {@code null} for none
416416
*/
417417
public GooglePrivacyDlpV2TableDataProfile setFullResource(java.lang.String fullResource) {
@@ -645,15 +645,15 @@ public GooglePrivacyDlpV2TableDataProfile setState(java.lang.String state) {
645645
}
646646

647647
/**
648-
* If the resource is BigQuery, the BigQuery table ID.
648+
* The table ID.
649649
* @return value or {@code null} for none
650650
*/
651651
public java.lang.String getTableId() {
652652
return tableId;
653653
}
654654

655655
/**
656-
* If the resource is BigQuery, the BigQuery table ID.
656+
* The table ID.
657657
* @param tableId tableId or {@code null} for none
658658
*/
659659
public GooglePrivacyDlpV2TableDataProfile setTableId(java.lang.String tableId) {

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

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,47 +33,51 @@
3333
public final class GoogleTypeTimeOfDay extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
37-
* "24:00:00" for scenarios like business closing time.
36+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
37+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
38+
* business closing time.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
4142
private java.lang.Integer hours;
4243

4344
/**
44-
* Minutes of hour of day. Must be from 0 to 59.
45+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
4849
private java.lang.Integer minutes;
4950

5051
/**
51-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
52+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
53+
* to 999,999,999.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
5557
private java.lang.Integer nanos;
5658

5759
/**
58-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
59-
* it allows leap-seconds.
60+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
61+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
6062
* The value may be {@code null}.
6163
*/
6264
@com.google.api.client.util.Key
6365
private java.lang.Integer seconds;
6466

6567
/**
66-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
67-
* "24:00:00" for scenarios like business closing time.
68+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
69+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
70+
* business closing time.
6871
* @return value or {@code null} for none
6972
*/
7073
public java.lang.Integer getHours() {
7174
return hours;
7275
}
7376

7477
/**
75-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
76-
* "24:00:00" for scenarios like business closing time.
78+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
79+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
80+
* business closing time.
7781
* @param hours hours or {@code null} for none
7882
*/
7983
public GoogleTypeTimeOfDay setHours(java.lang.Integer hours) {
@@ -82,15 +86,15 @@ public GoogleTypeTimeOfDay setHours(java.lang.Integer hours) {
8286
}
8387

8488
/**
85-
* Minutes of hour of day. Must be from 0 to 59.
89+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
8690
* @return value or {@code null} for none
8791
*/
8892
public java.lang.Integer getMinutes() {
8993
return minutes;
9094
}
9195

9296
/**
93-
* Minutes of hour of day. Must be from 0 to 59.
97+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
9498
* @param minutes minutes or {@code null} for none
9599
*/
96100
public GoogleTypeTimeOfDay setMinutes(java.lang.Integer minutes) {
@@ -99,15 +103,17 @@ public GoogleTypeTimeOfDay setMinutes(java.lang.Integer minutes) {
99103
}
100104

101105
/**
102-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
106+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
107+
* to 999,999,999.
103108
* @return value or {@code null} for none
104109
*/
105110
public java.lang.Integer getNanos() {
106111
return nanos;
107112
}
108113

109114
/**
110-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
115+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
116+
* to 999,999,999.
111117
* @param nanos nanos or {@code null} for none
112118
*/
113119
public GoogleTypeTimeOfDay setNanos(java.lang.Integer nanos) {
@@ -116,17 +122,17 @@ public GoogleTypeTimeOfDay setNanos(java.lang.Integer nanos) {
116122
}
117123

118124
/**
119-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
120-
* it allows leap-seconds.
125+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
126+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
121127
* @return value or {@code null} for none
122128
*/
123129
public java.lang.Integer getSeconds() {
124130
return seconds;
125131
}
126132

127133
/**
128-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
129-
* it allows leap-seconds.
134+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
135+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
130136
* @param seconds seconds or {@code null} for none
131137
*/
132138
public GoogleTypeTimeOfDay setSeconds(java.lang.Integer seconds) {

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

0 commit comments

Comments
 (0)