Skip to content

Commit dc93303

Browse files
1 parent b3fcc0a commit dc93303

12 files changed

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

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

Lines changed: 7 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-
* Configure document processing to fall back to the configured processing option below if document
20+
* Configure document processing to fall back to any of the following processing options if document
2121
* processing is unavailable in the original request location.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -32,29 +32,29 @@
3232
public final class GooglePrivacyDlpV2DocumentFallbackLocation extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Processing will happen in the global region.
35+
* Processing occurs in the global region.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private GooglePrivacyDlpV2GlobalProcessing globalProcessing;
4040

4141
/**
42-
* Processing will happen in a multi-region that contains the current region if available.
42+
* Processing occurs in a multi-region that contains the current region if available.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private GooglePrivacyDlpV2MultiRegionProcessing multiRegionProcessing;
4747

4848
/**
49-
* Processing will happen in the global region.
49+
* Processing occurs in the global region.
5050
* @return value or {@code null} for none
5151
*/
5252
public GooglePrivacyDlpV2GlobalProcessing getGlobalProcessing() {
5353
return globalProcessing;
5454
}
5555

5656
/**
57-
* Processing will happen in the global region.
57+
* Processing occurs in the global region.
5858
* @param globalProcessing globalProcessing or {@code null} for none
5959
*/
6060
public GooglePrivacyDlpV2DocumentFallbackLocation setGlobalProcessing(GooglePrivacyDlpV2GlobalProcessing globalProcessing) {
@@ -63,15 +63,15 @@ public GooglePrivacyDlpV2DocumentFallbackLocation setGlobalProcessing(GooglePriv
6363
}
6464

6565
/**
66-
* Processing will happen in a multi-region that contains the current region if available.
66+
* Processing occurs in a multi-region that contains the current region if available.
6767
* @return value or {@code null} for none
6868
*/
6969
public GooglePrivacyDlpV2MultiRegionProcessing getMultiRegionProcessing() {
7070
return multiRegionProcessing;
7171
}
7272

7373
/**
74-
* Processing will happen in a multi-region that contains the current region if available.
74+
* Processing occurs in a multi-region that contains the current region if available.
7575
* @param multiRegionProcessing multiRegionProcessing or {@code null} for none
7676
*/
7777
public GooglePrivacyDlpV2DocumentFallbackLocation setMultiRegionProcessing(GooglePrivacyDlpV2MultiRegionProcessing multiRegionProcessing) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2GlobalProcessing.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-
* Processing will happen in the global region.
20+
* Processing occurs in the global region.
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/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2ImageFallbackLocation.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.dlp.v2.model;
1818

1919
/**
20-
* Configure image processing to fall back to the configured processing option below if unavailable
21-
* in the request location.
20+
* Configure image processing to fall back to any of the following processing options if image
21+
* processing is unavailable in the original request location.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed
@@ -32,29 +32,29 @@
3232
public final class GooglePrivacyDlpV2ImageFallbackLocation extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Processing will happen in the global region.
35+
* Processing occurs in the global region.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private GooglePrivacyDlpV2GlobalProcessing globalProcessing;
4040

4141
/**
42-
* Processing will happen in a multi-region that contains the current region if available.
42+
* Processing occurs in a multi-region that contains the current region if available.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private GooglePrivacyDlpV2MultiRegionProcessing multiRegionProcessing;
4747

4848
/**
49-
* Processing will happen in the global region.
49+
* Processing occurs in the global region.
5050
* @return value or {@code null} for none
5151
*/
5252
public GooglePrivacyDlpV2GlobalProcessing getGlobalProcessing() {
5353
return globalProcessing;
5454
}
5555

5656
/**
57-
* Processing will happen in the global region.
57+
* Processing occurs in the global region.
5858
* @param globalProcessing globalProcessing or {@code null} for none
5959
*/
6060
public GooglePrivacyDlpV2ImageFallbackLocation setGlobalProcessing(GooglePrivacyDlpV2GlobalProcessing globalProcessing) {
@@ -63,15 +63,15 @@ public GooglePrivacyDlpV2ImageFallbackLocation setGlobalProcessing(GooglePrivacy
6363
}
6464

6565
/**
66-
* Processing will happen in a multi-region that contains the current region if available.
66+
* Processing occurs in a multi-region that contains the current region if available.
6767
* @return value or {@code null} for none
6868
*/
6969
public GooglePrivacyDlpV2MultiRegionProcessing getMultiRegionProcessing() {
7070
return multiRegionProcessing;
7171
}
7272

7373
/**
74-
* Processing will happen in a multi-region that contains the current region if available.
74+
* Processing occurs in a multi-region that contains the current region if available.
7575
* @param multiRegionProcessing multiRegionProcessing or {@code null} for none
7676
*/
7777
public GooglePrivacyDlpV2ImageFallbackLocation setMultiRegionProcessing(GooglePrivacyDlpV2MultiRegionProcessing multiRegionProcessing) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2MultiRegionProcessing.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-
* Processing will happen in a multi-region that contains the current region if available.
20+
* Processing occurs in a multi-region that contains the current region if available.
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/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2ProcessingLocation.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,29 @@
3333
public final class GooglePrivacyDlpV2ProcessingLocation extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Document processing will fall back using this configuration.
36+
* Document processing falls back using this configuration.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private GooglePrivacyDlpV2DocumentFallbackLocation documentFallbackLocation;
4141

4242
/**
43-
* Image processing will fall back using this configuration.
43+
* Image processing falls back using this configuration.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private GooglePrivacyDlpV2ImageFallbackLocation imageFallbackLocation;
4848

4949
/**
50-
* Document processing will fall back using this configuration.
50+
* Document processing falls back using this configuration.
5151
* @return value or {@code null} for none
5252
*/
5353
public GooglePrivacyDlpV2DocumentFallbackLocation getDocumentFallbackLocation() {
5454
return documentFallbackLocation;
5555
}
5656

5757
/**
58-
* Document processing will fall back using this configuration.
58+
* Document processing falls back using this configuration.
5959
* @param documentFallbackLocation documentFallbackLocation or {@code null} for none
6060
*/
6161
public GooglePrivacyDlpV2ProcessingLocation setDocumentFallbackLocation(GooglePrivacyDlpV2DocumentFallbackLocation documentFallbackLocation) {
@@ -64,15 +64,15 @@ public GooglePrivacyDlpV2ProcessingLocation setDocumentFallbackLocation(GooglePr
6464
}
6565

6666
/**
67-
* Image processing will fall back using this configuration.
67+
* Image processing falls back using this configuration.
6868
* @return value or {@code null} for none
6969
*/
7070
public GooglePrivacyDlpV2ImageFallbackLocation getImageFallbackLocation() {
7171
return imageFallbackLocation;
7272
}
7373

7474
/**
75-
* Image processing will fall back using this configuration.
75+
* Image processing falls back using this configuration.
7676
* @param imageFallbackLocation imageFallbackLocation or {@code null} for none
7777
*/
7878
public GooglePrivacyDlpV2ProcessingLocation setImageFallbackLocation(GooglePrivacyDlpV2ImageFallbackLocation imageFallbackLocation) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class GooglePrivacyDlpV2QuasiId extends com.google.api.client.json.
3232

3333
/**
3434
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
35-
* table that contains statistical information on the possible values of this column (below).
35+
* table that contains statistical information on the possible values of this column.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -65,7 +65,7 @@ public final class GooglePrivacyDlpV2QuasiId extends com.google.api.client.json.
6565

6666
/**
6767
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
68-
* table that contains statistical information on the possible values of this column (below).
68+
* table that contains statistical information on the possible values of this column.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getCustomTag() {
@@ -74,7 +74,7 @@ public java.lang.String getCustomTag() {
7474

7575
/**
7676
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
77-
* table that contains statistical information on the possible values of this column (below).
77+
* table that contains statistical information on the possible values of this column.
7878
* @param customTag customTag or {@code null} for none
7979
*/
8080
public GooglePrivacyDlpV2QuasiId setCustomTag(java.lang.String customTag) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class GooglePrivacyDlpV2QuasiIdentifierField extends com.google.api
3333

3434
/**
3535
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
36-
* table that contains statistical information on the possible values of this column (below).
36+
* table that contains statistical information on the possible values of this column.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GooglePrivacyDlpV2QuasiIdentifierField extends com.google.api
4848

4949
/**
5050
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
51-
* table that contains statistical information on the possible values of this column (below).
51+
* table that contains statistical information on the possible values of this column.
5252
* @return value or {@code null} for none
5353
*/
5454
public java.lang.String getCustomTag() {
@@ -57,7 +57,7 @@ public java.lang.String getCustomTag() {
5757

5858
/**
5959
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
60-
* table that contains statistical information on the possible values of this column (below).
60+
* table that contains statistical information on the possible values of this column.
6161
* @param customTag customTag or {@code null} for none
6262
*/
6363
public GooglePrivacyDlpV2QuasiIdentifierField setCustomTag(java.lang.String customTag) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2Result.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-
* All result fields mentioned below are updated while the job is processing.
20+
* All Result fields are updated while the job is processing.
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/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2TaggedField.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class GooglePrivacyDlpV2TaggedField extends com.google.api.client.j
3232

3333
/**
3434
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
35-
* table that contains statistical information on the possible values of this column (below).
35+
* table that contains statistical information on the possible values of this column.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -65,7 +65,7 @@ public final class GooglePrivacyDlpV2TaggedField extends com.google.api.client.j
6565

6666
/**
6767
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
68-
* table that contains statistical information on the possible values of this column (below).
68+
* table that contains statistical information on the possible values of this column.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getCustomTag() {
@@ -74,7 +74,7 @@ public java.lang.String getCustomTag() {
7474

7575
/**
7676
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary
77-
* table that contains statistical information on the possible values of this column (below).
77+
* table that contains statistical information on the possible values of this column.
7878
* @param customTag customTag or {@code null} for none
7979
*/
8080
public GooglePrivacyDlpV2TaggedField setCustomTag(java.lang.String customTag) {

0 commit comments

Comments
 (0)