Skip to content

Commit 4b5396c

Browse files
1 parent 8f8177a commit 4b5396c

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public final class GooglePrivacyDlpV2FileStoreDataProfile extends com.google.api
9090
private java.util.List<GooglePrivacyDlpV2FileStoreInfoTypeSummary> fileStoreInfoTypeSummaries;
9191

9292
/**
93-
* The file store does not have any files. If the profiling failed, this will be false.
93+
* The file store does not have any files. If the profiling operation failed, this is false.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -359,15 +359,15 @@ public GooglePrivacyDlpV2FileStoreDataProfile setFileStoreInfoTypeSummaries(java
359359
}
360360

361361
/**
362-
* The file store does not have any files. If the profiling failed, this will be false.
362+
* The file store does not have any files. If the profiling operation failed, this is false.
363363
* @return value or {@code null} for none
364364
*/
365365
public java.lang.Boolean getFileStoreIsEmpty() {
366366
return fileStoreIsEmpty;
367367
}
368368

369369
/**
370-
* The file store does not have any files. If the profiling failed, this will be false.
370+
* The file store does not have any files. If the profiling operation failed, this is false.
371371
* @param fileStoreIsEmpty fileStoreIsEmpty or {@code null} for none
372372
*/
373373
public GooglePrivacyDlpV2FileStoreDataProfile setFileStoreIsEmpty(java.lang.Boolean fileStoreIsEmpty) {

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

0 commit comments

Comments
 (0)