Skip to content

Commit 665cd37

Browse files
1 parent 0abe39c commit 665cd37

10 files changed

+24
-24
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-rev20241020-2.0.0</version>
25+
<version>v2-rev20241027-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20241027-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public InfoTypes infoTypes() {
154154
public class InfoTypes {
155155

156156
/**
157-
* Returns a list of the sensitive information types that DLP API supports. See
157+
* Returns a list of the sensitive information types that the DLP API supports. See
158158
* https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
159159
*
160160
* Create a request for the method "infoTypes.list".
@@ -175,7 +175,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
175175
private static final String REST_PATH = "v2/infoTypes";
176176

177177
/**
178-
* Returns a list of the sensitive information types that DLP API supports. See
178+
* Returns a list of the sensitive information types that the DLP API supports. See
179179
* https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
180180
*
181181
* Create a request for the method "infoTypes.list".
@@ -387,7 +387,7 @@ public InfoTypes infoTypes() {
387387
public class InfoTypes {
388388

389389
/**
390-
* Returns a list of the sensitive information types that DLP API supports. See
390+
* Returns a list of the sensitive information types that the DLP API supports. See
391391
* https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
392392
*
393393
* Create a request for the method "infoTypes.list".
@@ -412,7 +412,7 @@ public class List extends DLPRequest<com.google.api.services.dlp.v2.model.Google
412412
java.util.regex.Pattern.compile("^locations/[^/]+$");
413413

414414
/**
415-
* Returns a list of the sensitive information types that DLP API supports. See
415+
* Returns a list of the sensitive information types that the DLP API supports. See
416416
* https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
417417
*
418418
* Create a request for the method "infoTypes.list".

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class GooglePrivacyDlpV2CloudSqlProperties extends com.google.api.c
5757
private java.lang.String databaseEngine;
5858

5959
/**
60-
* Required. DLP will limit its connections to max_connections. Must be 2 or greater.
60+
* Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -132,15 +132,15 @@ public GooglePrivacyDlpV2CloudSqlProperties setDatabaseEngine(java.lang.String d
132132
}
133133

134134
/**
135-
* Required. DLP will limit its connections to max_connections. Must be 2 or greater.
135+
* Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.
136136
* @return value or {@code null} for none
137137
*/
138138
public java.lang.Integer getMaxConnections() {
139139
return maxConnections;
140140
}
141141

142142
/**
143-
* Required. DLP will limit its connections to max_connections. Must be 2 or greater.
143+
* Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.
144144
* @param maxConnections maxConnections or {@code null} for none
145145
*/
146146
public GooglePrivacyDlpV2CloudSqlProperties setMaxConnections(java.lang.Integer maxConnections) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2Connection.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-
* A data connection to allow DLP to profile data in locations that require additional
20+
* A data connection to allow the DLP API to profile data in locations that require additional
2121
* configuration.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class GooglePrivacyDlpV2DataProfileAction extends com.google.api.cl
5555
private GooglePrivacyDlpV2PublishToChronicle publishToChronicle;
5656

5757
/**
58-
* Publishes findings to SCC for each data profile.
58+
* Publishes findings to Security Command Center for each data profile.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -126,15 +126,15 @@ public GooglePrivacyDlpV2DataProfileAction setPublishToChronicle(GooglePrivacyDl
126126
}
127127

128128
/**
129-
* Publishes findings to SCC for each data profile.
129+
* Publishes findings to Security Command Center for each data profile.
130130
* @return value or {@code null} for none
131131
*/
132132
public GooglePrivacyDlpV2PublishToSecurityCommandCenter getPublishToScc() {
133133
return publishToScc;
134134
}
135135

136136
/**
137-
* Publishes findings to SCC for each data profile.
137+
* Publishes findings to Security Command Center for each data profile.
138138
* @param publishToScc publishToScc or {@code null} for none
139139
*/
140140
public GooglePrivacyDlpV2DataProfileAction setPublishToScc(GooglePrivacyDlpV2PublishToSecurityCommandCenter publishToScc) {

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

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

7777
/**
7878
* The project that will run the scan. The DLP service account that exists within this project
79-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
79+
* must have access to all resources that are profiled, and the DLP API must be enabled.
8080
* The value may be {@code null}.
8181
*/
8282
@com.google.api.client.util.Key
@@ -166,7 +166,7 @@ public GooglePrivacyDlpV2DataProfileJobConfig setOtherCloudStartingLocation(Goog
166166

167167
/**
168168
* The project that will run the scan. The DLP service account that exists within this project
169-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
169+
* must have access to all resources that are profiled, and the DLP API must be enabled.
170170
* @return value or {@code null} for none
171171
*/
172172
public java.lang.String getProjectId() {
@@ -175,7 +175,7 @@ public java.lang.String getProjectId() {
175175

176176
/**
177177
* The project that will run the scan. The DLP service account that exists within this project
178-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
178+
* must have access to all resources that are profiled, and the DLP API must be enabled.
179179
* @param projectId projectId or {@code null} for none
180180
*/
181181
public GooglePrivacyDlpV2DataProfileJobConfig setProjectId(java.lang.String projectId) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class GooglePrivacyDlpV2OrgConfig extends com.google.api.client.jso
3939

4040
/**
4141
* The project that will run the scan. The DLP service account that exists within this project
42-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
42+
* must have access to all resources that are profiled, and the DLP API must be enabled.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -64,7 +64,7 @@ public GooglePrivacyDlpV2OrgConfig setLocation(GooglePrivacyDlpV2DiscoveryStarti
6464

6565
/**
6666
* The project that will run the scan. The DLP service account that exists within this project
67-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
67+
* must have access to all resources that are profiled, and the DLP API must be enabled.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.String getProjectId() {
@@ -73,7 +73,7 @@ public java.lang.String getProjectId() {
7373

7474
/**
7575
* The project that will run the scan. The DLP service account that exists within this project
76-
* must have access to all resources that are profiled, and the Cloud DLP API must be enabled.
76+
* must have access to all resources that are profiled, and the DLP API must be enabled.
7777
* @param projectId projectId or {@code null} for none
7878
*/
7979
public GooglePrivacyDlpV2OrgConfig setProjectId(java.lang.String projectId) {

clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2PublishToSecurityCommandCenter.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-
* If set, a summary finding will be created/updated in SCC for each profile.
20+
* If set, a summary finding will be created or updated in Security Command Center for each profile.
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/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-rev20241020-2.0.0</version>
12-
<name>Sensitive Data Protection (DLP) v2-rev20241020-2.0.0</name>
11+
<version>v2-rev20241027-2.0.0</version>
12+
<name>Sensitive Data Protection (DLP) v2-rev20241027-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-rev20241020-2.0.0</version>
25+
<version>v2-rev20241027-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dlp:v2-rev20241027-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)