File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-dlp/v2
com/google/api/services/dlp/v2/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments