Skip to content

Commit bb76424

Browse files
1 parent cb1fba3 commit bb76424

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

clients/google-api-services-assuredworkloads/v1/1.31.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-assuredworkloads</artifactId>
25-
<version>v1-rev20220714-1.32.1</version>
25+
<version>v1-rev20220725-1.32.1</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-assuredworkloads:v1-rev20220714-1.32.1'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1-rev20220725-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1/1.31.0/com/google/api/services/assuredworkloads/v1/model/GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus.java

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

3333
/**
34-
* Count of acknowledged violations in the Workload.
34+
* Count of active Violations which are acknowledged in the Workload.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.Integer acknowledgedViolationCount;
3939

4040
/**
41-
* Count of active Violations in the Workload.
41+
* Count of active Violations which haven't been acknowledged.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.Integer activeViolationCount;
4646

4747
/**
48-
* Count of acknowledged violations in the Workload.
48+
* Count of active Violations which are acknowledged in the Workload.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.Integer getAcknowledgedViolationCount() {
5252
return acknowledgedViolationCount;
5353
}
5454

5555
/**
56-
* Count of acknowledged violations in the Workload.
56+
* Count of active Violations which are acknowledged in the Workload.
5757
* @param acknowledgedViolationCount acknowledgedViolationCount or {@code null} for none
5858
*/
5959
public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setAcknowledgedViolationCount(java.lang.Integer acknowledgedViolationCount) {
@@ -62,15 +62,15 @@ public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setAc
6262
}
6363

6464
/**
65-
* Count of active Violations in the Workload.
65+
* Count of active Violations which haven't been acknowledged.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.Integer getActiveViolationCount() {
6969
return activeViolationCount;
7070
}
7171

7272
/**
73-
* Count of active Violations in the Workload.
73+
* Count of active Violations which haven't been acknowledged.
7474
* @param activeViolationCount activeViolationCount or {@code null} for none
7575
*/
7676
public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setActiveViolationCount(java.lang.Integer activeViolationCount) {

clients/google-api-services-assuredworkloads/v1/1.31.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-assuredworkloads</artifactId>
11-
<version>v1-rev20220714-1.32.1</version>
12-
<name>Assured Workloads API v1-rev20220714-1.32.1</name>
11+
<version>v1-rev20220725-1.32.1</version>
12+
<name>Assured Workloads API v1-rev20220725-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)