31
31
public final class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
34
- * Count of acknowledged violations in the Workload.
34
+ * Count of active Violations which are acknowledged in the Workload.
35
35
* The value may be {@code null}.
36
36
*/
37
37
@ com .google .api .client .util .Key
38
38
private java .lang .Integer acknowledgedViolationCount ;
39
39
40
40
/**
41
- * Count of active Violations in the Workload .
41
+ * Count of active Violations which haven't been acknowledged .
42
42
* The value may be {@code null}.
43
43
*/
44
44
@ com .google .api .client .util .Key
45
45
private java .lang .Integer activeViolationCount ;
46
46
47
47
/**
48
- * Count of acknowledged violations in the Workload.
48
+ * Count of active Violations which are acknowledged in the Workload.
49
49
* @return value or {@code null} for none
50
50
*/
51
51
public java .lang .Integer getAcknowledgedViolationCount () {
52
52
return acknowledgedViolationCount ;
53
53
}
54
54
55
55
/**
56
- * Count of acknowledged violations in the Workload.
56
+ * Count of active Violations which are acknowledged in the Workload.
57
57
* @param acknowledgedViolationCount acknowledgedViolationCount or {@code null} for none
58
58
*/
59
59
public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setAcknowledgedViolationCount (java .lang .Integer acknowledgedViolationCount ) {
@@ -62,15 +62,15 @@ public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setAc
62
62
}
63
63
64
64
/**
65
- * Count of active Violations in the Workload .
65
+ * Count of active Violations which haven't been acknowledged .
66
66
* @return value or {@code null} for none
67
67
*/
68
68
public java .lang .Integer getActiveViolationCount () {
69
69
return activeViolationCount ;
70
70
}
71
71
72
72
/**
73
- * Count of active Violations in the Workload .
73
+ * Count of active Violations which haven't been acknowledged .
74
74
* @param activeViolationCount activeViolationCount or {@code null} for none
75
75
*/
76
76
public GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus setActiveViolationCount (java .lang .Integer activeViolationCount ) {
0 commit comments