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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dlp</artifactId >
25
- <version >v2-rev20250504 -2.0.0</version >
25
+ <version >v2-rev20250511 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public final class GooglePrivacyDlpV2FileStoreDataProfile extends com.google.api
90
90
private java .util .List <GooglePrivacyDlpV2FileStoreInfoTypeSummary > fileStoreInfoTypeSummaries ;
91
91
92
92
/**
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.
94
94
* The value may be {@code null}.
95
95
*/
96
96
@ com .google .api .client .util .Key
@@ -359,15 +359,15 @@ public GooglePrivacyDlpV2FileStoreDataProfile setFileStoreInfoTypeSummaries(java
359
359
}
360
360
361
361
/**
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.
363
363
* @return value or {@code null} for none
364
364
*/
365
365
public java .lang .Boolean getFileStoreIsEmpty () {
366
366
return fileStoreIsEmpty ;
367
367
}
368
368
369
369
/**
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.
371
371
* @param fileStoreIsEmpty fileStoreIsEmpty or {@code null} for none
372
372
*/
373
373
public GooglePrivacyDlpV2FileStoreDataProfile setFileStoreIsEmpty (java .lang .Boolean fileStoreIsEmpty ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dlp</artifactId >
25
- <version >v2-rev20250504 -2.0.0</version >
25
+ <version >v2-rev20250511 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments