public enum EvaluationState extends Enum<EvaluationState> implements ProtocolMessageEnumThe evaluation state of the control.
Protobuf enum google.cloud.cloudsecuritycompliance.v1.EvaluationState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EVALUATION_STATE_FAILED |
The control is failing. |
EVALUATION_STATE_FAILED_VALUE |
The control is failing. |
EVALUATION_STATE_NOT_ASSESSED |
The control is not assessed. |
EVALUATION_STATE_NOT_ASSESSED_VALUE |
The control is not assessed. |
EVALUATION_STATE_PASSED |
The control is passing. |
EVALUATION_STATE_PASSED_VALUE |
The control is passing. |
EVALUATION_STATE_UNSPECIFIED |
Default value. This value is unused. |
EVALUATION_STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|