Skip to content

Commit 7b85d88

Browse files
1 parent 2384032 commit 7b85d88

10 files changed

Lines changed: 75 additions & 45 deletions

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

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,42 @@
3131
public final class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Categorical stats result
34+
* Output only. Categorical stats result
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GooglePrivacyDlpV2CategoricalStatsResult categoricalStatsResult;
3939

4040
/**
41-
* Delta-presence result
41+
* Output only. Delta-presence result
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private GooglePrivacyDlpV2DeltaPresenceEstimationResult deltaPresenceEstimationResult;
4646

4747
/**
48-
* K-anonymity result
48+
* Output only. K-anonymity result
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private GooglePrivacyDlpV2KAnonymityResult kAnonymityResult;
5353

5454
/**
55-
* K-map result
55+
* Output only. K-map result
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
5959
private GooglePrivacyDlpV2KMapEstimationResult kMapEstimationResult;
6060

6161
/**
62-
* L-divesity result
62+
* Output only. L-divesity result
6363
* The value may be {@code null}.
6464
*/
6565
@com.google.api.client.util.Key
6666
private GooglePrivacyDlpV2LDiversityResult lDiversityResult;
6767

6868
/**
69-
* Numerical stats result
69+
* Output only. Numerical stats result
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
@@ -94,15 +94,15 @@ public final class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails extends com.go
9494
private GooglePrivacyDlpV2BigQueryTable requestedSourceTable;
9595

9696
/**
97-
* Categorical stats result
97+
* Output only. Categorical stats result
9898
* @return value or {@code null} for none
9999
*/
100100
public GooglePrivacyDlpV2CategoricalStatsResult getCategoricalStatsResult() {
101101
return categoricalStatsResult;
102102
}
103103

104104
/**
105-
* Categorical stats result
105+
* Output only. Categorical stats result
106106
* @param categoricalStatsResult categoricalStatsResult or {@code null} for none
107107
*/
108108
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setCategoricalStatsResult(GooglePrivacyDlpV2CategoricalStatsResult categoricalStatsResult) {
@@ -111,15 +111,15 @@ public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setCategoricalStatsResult(
111111
}
112112

113113
/**
114-
* Delta-presence result
114+
* Output only. Delta-presence result
115115
* @return value or {@code null} for none
116116
*/
117117
public GooglePrivacyDlpV2DeltaPresenceEstimationResult getDeltaPresenceEstimationResult() {
118118
return deltaPresenceEstimationResult;
119119
}
120120

121121
/**
122-
* Delta-presence result
122+
* Output only. Delta-presence result
123123
* @param deltaPresenceEstimationResult deltaPresenceEstimationResult or {@code null} for none
124124
*/
125125
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setDeltaPresenceEstimationResult(GooglePrivacyDlpV2DeltaPresenceEstimationResult deltaPresenceEstimationResult) {
@@ -128,15 +128,15 @@ public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setDeltaPresenceEstimation
128128
}
129129

130130
/**
131-
* K-anonymity result
131+
* Output only. K-anonymity result
132132
* @return value or {@code null} for none
133133
*/
134134
public GooglePrivacyDlpV2KAnonymityResult getKAnonymityResult() {
135135
return kAnonymityResult;
136136
}
137137

138138
/**
139-
* K-anonymity result
139+
* Output only. K-anonymity result
140140
* @param kAnonymityResult kAnonymityResult or {@code null} for none
141141
*/
142142
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setKAnonymityResult(GooglePrivacyDlpV2KAnonymityResult kAnonymityResult) {
@@ -145,15 +145,15 @@ public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setKAnonymityResult(Google
145145
}
146146

147147
/**
148-
* K-map result
148+
* Output only. K-map result
149149
* @return value or {@code null} for none
150150
*/
151151
public GooglePrivacyDlpV2KMapEstimationResult getKMapEstimationResult() {
152152
return kMapEstimationResult;
153153
}
154154

155155
/**
156-
* K-map result
156+
* Output only. K-map result
157157
* @param kMapEstimationResult kMapEstimationResult or {@code null} for none
158158
*/
159159
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setKMapEstimationResult(GooglePrivacyDlpV2KMapEstimationResult kMapEstimationResult) {
@@ -162,15 +162,15 @@ public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setKMapEstimationResult(Go
162162
}
163163

164164
/**
165-
* L-divesity result
165+
* Output only. L-divesity result
166166
* @return value or {@code null} for none
167167
*/
168168
public GooglePrivacyDlpV2LDiversityResult getLDiversityResult() {
169169
return lDiversityResult;
170170
}
171171

172172
/**
173-
* L-divesity result
173+
* Output only. L-divesity result
174174
* @param lDiversityResult lDiversityResult or {@code null} for none
175175
*/
176176
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setLDiversityResult(GooglePrivacyDlpV2LDiversityResult lDiversityResult) {
@@ -179,15 +179,15 @@ public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setLDiversityResult(Google
179179
}
180180

181181
/**
182-
* Numerical stats result
182+
* Output only. Numerical stats result
183183
* @return value or {@code null} for none
184184
*/
185185
public GooglePrivacyDlpV2NumericalStatsResult getNumericalStatsResult() {
186186
return numericalStatsResult;
187187
}
188188

189189
/**
190-
* Numerical stats result
190+
* Output only. Numerical stats result
191191
* @param numericalStatsResult numericalStatsResult or {@code null} for none
192192
*/
193193
public GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails setNumericalStatsResult(GooglePrivacyDlpV2NumericalStatsResult numericalStatsResult) {

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ public final class GooglePrivacyDlpV2DiscoveryConfig extends com.google.api.clie
9191
private String lastRunTime;
9292

9393
/**
94-
* Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig
95-
* is created, for example `projects/dlp-test-project/locations/global/discoveryConfigs/53234423`.
94+
* Output only. Unique resource name for the DiscoveryConfig, assigned by the service when the
95+
* DiscoveryConfig is created, for example `projects/dlp-test-
96+
* project/locations/global/discoveryConfigs/53234423`.
9697
* The value may be {@code null}.
9798
*/
9899
@com.google.api.client.util.Key
@@ -262,17 +263,19 @@ public GooglePrivacyDlpV2DiscoveryConfig setLastRunTime(String lastRunTime) {
262263
}
263264

264265
/**
265-
* Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig
266-
* is created, for example `projects/dlp-test-project/locations/global/discoveryConfigs/53234423`.
266+
* Output only. Unique resource name for the DiscoveryConfig, assigned by the service when the
267+
* DiscoveryConfig is created, for example `projects/dlp-test-
268+
* project/locations/global/discoveryConfigs/53234423`.
267269
* @return value or {@code null} for none
268270
*/
269271
public java.lang.String getName() {
270272
return name;
271273
}
272274

273275
/**
274-
* Unique resource name for the DiscoveryConfig, assigned by the service when the DiscoveryConfig
275-
* is created, for example `projects/dlp-test-project/locations/global/discoveryConfigs/53234423`.
276+
* Output only. Unique resource name for the DiscoveryConfig, assigned by the service when the
277+
* DiscoveryConfig is created, for example `projects/dlp-test-
278+
* project/locations/global/discoveryConfigs/53234423`.
276279
* @param name name or {@code null} for none
277280
*/
278281
public GooglePrivacyDlpV2DiscoveryConfig setName(java.lang.String name) {

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

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

3333
/**
34-
* Events that should occur after the job has completed.
34+
* Output only. Events that should occur after the job has completed.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -122,15 +122,15 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
122122
private java.lang.String type;
123123

124124
/**
125-
* Events that should occur after the job has completed.
125+
* Output only. Events that should occur after the job has completed.
126126
* @return value or {@code null} for none
127127
*/
128128
public java.util.List<GooglePrivacyDlpV2ActionDetails> getActionDetails() {
129129
return actionDetails;
130130
}
131131

132132
/**
133-
* Events that should occur after the job has completed.
133+
* Output only. Events that should occur after the job has completed.
134134
* @param actionDetails actionDetails or {@code null} for none
135135
*/
136136
public GooglePrivacyDlpV2DlpJob setActionDetails(java.util.List<GooglePrivacyDlpV2ActionDetails> actionDetails) {

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ public final class GooglePrivacyDlpV2InfoTypeCondition extends com.google.api.cl
4444
@com.google.api.client.util.Key
4545
private GooglePrivacyDlpV2InfoTypes infoTypes;
4646

47+
/**
48+
* Optional. The minimum total number of findings of all matching info types required for this
49+
* condition to evaluate to true. Defaults to 1 if unset.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
53+
private java.lang.Long minCount;
54+
4755
/**
4856
* match any info types.
4957
* @return value or {@code null} for none
@@ -78,6 +86,25 @@ public GooglePrivacyDlpV2InfoTypeCondition setInfoTypes(GooglePrivacyDlpV2InfoTy
7886
return this;
7987
}
8088

89+
/**
90+
* Optional. The minimum total number of findings of all matching info types required for this
91+
* condition to evaluate to true. Defaults to 1 if unset.
92+
* @return value or {@code null} for none
93+
*/
94+
public java.lang.Long getMinCount() {
95+
return minCount;
96+
}
97+
98+
/**
99+
* Optional. The minimum total number of findings of all matching info types required for this
100+
* condition to evaluate to true. Defaults to 1 if unset.
101+
* @param minCount minCount or {@code null} for none
102+
*/
103+
public GooglePrivacyDlpV2InfoTypeCondition setMinCount(java.lang.Long minCount) {
104+
this.minCount = minCount;
105+
return this;
106+
}
107+
81108
@Override
82109
public GooglePrivacyDlpV2InfoTypeCondition set(String fieldName, Object value) {
83110
return (GooglePrivacyDlpV2InfoTypeCondition) super.set(fieldName, value);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GooglePrivacyDlpV2InspectDataSourceDetails extends com.google
3838
private GooglePrivacyDlpV2RequestedOptions requestedOptions;
3939

4040
/**
41-
* A summary of the outcome of this inspection job.
41+
* Output only. A summary of the outcome of this inspection job.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -62,15 +62,15 @@ public GooglePrivacyDlpV2InspectDataSourceDetails setRequestedOptions(GooglePriv
6262
}
6363

6464
/**
65-
* A summary of the outcome of this inspection job.
65+
* Output only. A summary of the outcome of this inspection job.
6666
* @return value or {@code null} for none
6767
*/
6868
public GooglePrivacyDlpV2Result getResult() {
6969
return result;
7070
}
7171

7272
/**
73-
* A summary of the outcome of this inspection job.
73+
* Output only. A summary of the outcome of this inspection job.
7474
* @param result result or {@code null} for none
7575
*/
7676
public GooglePrivacyDlpV2InspectDataSourceDetails setResult(GooglePrivacyDlpV2Result result) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public final class GooglePrivacyDlpV2JobTrigger extends com.google.api.client.js
8282
private String lastRunTime;
8383

8484
/**
85-
* Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is
86-
* created, for example `projects/dlp-test-project/jobTriggers/53234423`.
85+
* Output only. Unique resource name for the triggeredJob, assigned by the service when the
86+
* triggeredJob is created, for example `projects/dlp-test-project/jobTriggers/53234423`.
8787
* The value may be {@code null}.
8888
*/
8989
@com.google.api.client.util.Key
@@ -219,17 +219,17 @@ public GooglePrivacyDlpV2JobTrigger setLastRunTime(String lastRunTime) {
219219
}
220220

221221
/**
222-
* Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is
223-
* created, for example `projects/dlp-test-project/jobTriggers/53234423`.
222+
* Output only. Unique resource name for the triggeredJob, assigned by the service when the
223+
* triggeredJob is created, for example `projects/dlp-test-project/jobTriggers/53234423`.
224224
* @return value or {@code null} for none
225225
*/
226226
public java.lang.String getName() {
227227
return name;
228228
}
229229

230230
/**
231-
* Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is
232-
* created, for example `projects/dlp-test-project/jobTriggers/53234423`.
231+
* Output only. Unique resource name for the triggeredJob, assigned by the service when the
232+
* triggeredJob is created, for example `projects/dlp-test-project/jobTriggers/53234423`.
233233
* @param name name or {@code null} for none
234234
*/
235235
public GooglePrivacyDlpV2JobTrigger setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GooglePrivacyDlpV2RequestedOptions extends com.google.api.cli
3838
private GooglePrivacyDlpV2InspectJobConfig jobConfig;
3939

4040
/**
41-
* If run with an InspectTemplate, a snapshot of its state at the time of this run.
41+
* Output only. If run with an InspectTemplate, a snapshot of its state at the time of this run.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -62,15 +62,15 @@ public GooglePrivacyDlpV2RequestedOptions setJobConfig(GooglePrivacyDlpV2Inspect
6262
}
6363

6464
/**
65-
* If run with an InspectTemplate, a snapshot of its state at the time of this run.
65+
* Output only. If run with an InspectTemplate, a snapshot of its state at the time of this run.
6666
* @return value or {@code null} for none
6767
*/
6868
public GooglePrivacyDlpV2InspectTemplate getSnapshotInspectTemplate() {
6969
return snapshotInspectTemplate;
7070
}
7171

7272
/**
73-
* If run with an InspectTemplate, a snapshot of its state at the time of this run.
73+
* Output only. If run with an InspectTemplate, a snapshot of its state at the time of this run.
7474
* @param snapshotInspectTemplate snapshotInspectTemplate or {@code null} for none
7575
*/
7676
public GooglePrivacyDlpV2RequestedOptions setSnapshotInspectTemplate(GooglePrivacyDlpV2InspectTemplate snapshotInspectTemplate) {

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

0 commit comments

Comments
 (0)