Skip to content

Commit 519b2ed

Browse files
1 parent e443339 commit 519b2ed

File tree

6 files changed

+35
-35
lines changed

6 files changed

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

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,7 @@ public Get set(String parameterName, Object value) {
34203420
* This request holds the parameters needed by the dlp server. After setting any optional
34213421
* parameters, call the {@link List#execute()} method to invoke the remote operation.
34223422
*
3423-
* @param parent Required. Resource name of the organization or project, for example
3423+
* @param parent Required. Resource name of the organization or project, for example,
34243424
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
34253425
* @return the request
34263426
*/
@@ -3448,7 +3448,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
34483448
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
34493449
* called to initialize this instance immediately after invoking the constructor. </p>
34503450
*
3451-
* @param parent Required. Resource name of the organization or project, for example
3451+
* @param parent Required. Resource name of the organization or project, for example,
34523452
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
34533453
* @since 1.13
34543454
*/
@@ -3528,21 +3528,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
35283528
}
35293529

35303530
/**
3531-
* Required. Resource name of the organization or project, for example
3531+
* Required. Resource name of the organization or project, for example,
35323532
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
35333533
*/
35343534
@com.google.api.client.util.Key
35353535
private java.lang.String parent;
35363536

3537-
/** Required. Resource name of the organization or project, for example
3537+
/** Required. Resource name of the organization or project, for example,
35383538
`organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
35393539
*/
35403540
public java.lang.String getParent() {
35413541
return parent;
35423542
}
35433543

35443544
/**
3545-
* Required. Resource name of the organization or project, for example
3545+
* Required. Resource name of the organization or project, for example,
35463546
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
35473547
*/
35483548
public List setParent(java.lang.String parent) {
@@ -3762,7 +3762,7 @@ public Patch set(String parameterName, Object value) {
37623762
* This request holds the parameters needed by the dlp server. After setting any optional
37633763
* parameters, call the {@link Search#execute()} method to invoke the remote operation.
37643764
*
3765-
* @param parent Required. Resource name of the organization or project with a wildcard location, for example
3765+
* @param parent Required. Resource name of the organization or project with a wildcard location, for example,
37663766
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
37673767
* @return the request
37683768
*/
@@ -3789,7 +3789,7 @@ public class Search extends DLPRequest<com.google.api.services.dlp.v2.model.Goog
37893789
* Search#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
37903790
* be called to initialize this instance immediately after invoking the constructor. </p>
37913791
*
3792-
* @param parent Required. Resource name of the organization or project with a wildcard location, for example
3792+
* @param parent Required. Resource name of the organization or project with a wildcard location, for example,
37933793
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
37943794
* @since 1.13
37953795
*/
@@ -3870,12 +3870,12 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) {
38703870

38713871
/**
38723872
* Required. Resource name of the organization or project with a wildcard location, for
3873-
* example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3873+
* example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
38743874
*/
38753875
@com.google.api.client.util.Key
38763876
private java.lang.String parent;
38773877

3878-
/** Required. Resource name of the organization or project with a wildcard location, for example
3878+
/** Required. Resource name of the organization or project with a wildcard location, for example,
38793879
`organizations/433245324/locations/-` or `projects/project-id/locations/-`.
38803880
*/
38813881
public java.lang.String getParent() {
@@ -3884,7 +3884,7 @@ public java.lang.String getParent() {
38843884

38853885
/**
38863886
* Required. Resource name of the organization or project with a wildcard location, for
3887-
* example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
3887+
* example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
38883888
*/
38893889
public Search setParent(java.lang.String parent) {
38903890
if (!getSuppressPatternChecks()) {
@@ -17056,7 +17056,7 @@ public Get set(String parameterName, Object value) {
1705617056
* This request holds the parameters needed by the dlp server. After setting any optional
1705717057
* parameters, call the {@link List#execute()} method to invoke the remote operation.
1705817058
*
17059-
* @param parent Required. Resource name of the organization or project, for example
17059+
* @param parent Required. Resource name of the organization or project, for example,
1706017060
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
1706117061
* @return the request
1706217062
*/
@@ -17084,7 +17084,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
1708417084
* List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
1708517085
* called to initialize this instance immediately after invoking the constructor. </p>
1708617086
*
17087-
* @param parent Required. Resource name of the organization or project, for example
17087+
* @param parent Required. Resource name of the organization or project, for example,
1708817088
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
1708917089
* @since 1.13
1709017090
*/
@@ -17164,21 +17164,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1716417164
}
1716517165

1716617166
/**
17167-
* Required. Resource name of the organization or project, for example
17167+
* Required. Resource name of the organization or project, for example,
1716817168
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
1716917169
*/
1717017170
@com.google.api.client.util.Key
1717117171
private java.lang.String parent;
1717217172

17173-
/** Required. Resource name of the organization or project, for example
17173+
/** Required. Resource name of the organization or project, for example,
1717417174
`organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
1717517175
*/
1717617176
public java.lang.String getParent() {
1717717177
return parent;
1717817178
}
1717917179

1718017180
/**
17181-
* Required. Resource name of the organization or project, for example
17181+
* Required. Resource name of the organization or project, for example,
1718217182
* `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
1718317183
*/
1718417184
public List setParent(java.lang.String parent) {
@@ -17398,7 +17398,7 @@ public Patch set(String parameterName, Object value) {
1739817398
* This request holds the parameters needed by the dlp server. After setting any optional
1739917399
* parameters, call the {@link Search#execute()} method to invoke the remote operation.
1740017400
*
17401-
* @param parent Required. Resource name of the organization or project with a wildcard location, for example
17401+
* @param parent Required. Resource name of the organization or project with a wildcard location, for example,
1740217402
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
1740317403
* @return the request
1740417404
*/
@@ -17425,7 +17425,7 @@ public class Search extends DLPRequest<com.google.api.services.dlp.v2.model.Goog
1742517425
* Search#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1742617426
* be called to initialize this instance immediately after invoking the constructor. </p>
1742717427
*
17428-
* @param parent Required. Resource name of the organization or project with a wildcard location, for example
17428+
* @param parent Required. Resource name of the organization or project with a wildcard location, for example,
1742917429
* `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
1743017430
* @since 1.13
1743117431
*/
@@ -17506,12 +17506,12 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) {
1750617506

1750717507
/**
1750817508
* Required. Resource name of the organization or project with a wildcard location, for
17509-
* example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17509+
* example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
1751017510
*/
1751117511
@com.google.api.client.util.Key
1751217512
private java.lang.String parent;
1751317513

17514-
/** Required. Resource name of the organization or project with a wildcard location, for example
17514+
/** Required. Resource name of the organization or project with a wildcard location, for example,
1751517515
`organizations/433245324/locations/-` or `projects/project-id/locations/-`.
1751617516
*/
1751717517
public java.lang.String getParent() {
@@ -17520,7 +17520,7 @@ public java.lang.String getParent() {
1752017520

1752117521
/**
1752217522
* Required. Resource name of the organization or project with a wildcard location, for
17523-
* example `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
17523+
* example, `organizations/433245324/locations/-` or `projects/project-id/locations/-`.
1752417524
*/
1752517525
public Search setParent(java.lang.String parent) {
1752617526
if (!getSuppressPatternChecks()) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class GooglePrivacyDlpV2DiscoveryGenerationCadence extends com.goog
4040
private GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence inspectTemplateModifiedCadence;
4141

4242
/**
43-
* Frequency to update profiles regardless of whether the underlying resource has changed.
44-
* Defaults to never.
43+
* Frequency at which profiles should be updated, regardless of whether the underlying resource
44+
* has changed. Defaults to never.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -81,17 +81,17 @@ public GooglePrivacyDlpV2DiscoveryGenerationCadence setInspectTemplateModifiedCa
8181
}
8282

8383
/**
84-
* Frequency to update profiles regardless of whether the underlying resource has changed.
85-
* Defaults to never.
84+
* Frequency at which profiles should be updated, regardless of whether the underlying resource
85+
* has changed. Defaults to never.
8686
* @return value or {@code null} for none
8787
*/
8888
public java.lang.String getRefreshFrequency() {
8989
return refreshFrequency;
9090
}
9191

9292
/**
93-
* Frequency to update profiles regardless of whether the underlying resource has changed.
94-
* Defaults to never.
93+
* Frequency at which profiles should be updated, regardless of whether the underlying resource
94+
* has changed. Defaults to never.
9595
* @param refreshFrequency refreshFrequency or {@code null} for none
9696
*/
9797
public GooglePrivacyDlpV2DiscoveryGenerationCadence setRefreshFrequency(java.lang.String refreshFrequency) {

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

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

3434
/**
35-
* The ID of the folder within an organization to scan.
35+
* The ID of the folder within an organization to be scanned.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -46,15 +46,15 @@ public final class GooglePrivacyDlpV2DiscoveryStartingLocation extends com.googl
4646
private java.lang.Long organizationId;
4747

4848
/**
49-
* The ID of the folder within an organization to scan.
49+
* The ID of the folder within an organization to be scanned.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.Long getFolderId() {
5353
return folderId;
5454
}
5555

5656
/**
57-
* The ID of the folder within an organization to scan.
57+
* The ID of the folder within an organization to be scanned.
5858
* @param folderId folderId or {@code null} for none
5959
*/
6060
public GooglePrivacyDlpV2DiscoveryStartingLocation setFolderId(java.lang.Long folderId) {

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

0 commit comments

Comments
 (0)