Enum EvaluationState (0.7.0)

public enum EvaluationState extends Enum<EvaluationState> implements ProtocolMessageEnum

The evaluation state of the control.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.EvaluationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
EVALUATION_STATE_FAILED

The control is failing.

EVALUATION_STATE_FAILED = 2;

EVALUATION_STATE_FAILED_VALUE

The control is failing.

EVALUATION_STATE_FAILED = 2;

EVALUATION_STATE_NOT_ASSESSED

The control is not assessed.

EVALUATION_STATE_NOT_ASSESSED = 3;

EVALUATION_STATE_NOT_ASSESSED_VALUE

The control is not assessed.

EVALUATION_STATE_NOT_ASSESSED = 3;

EVALUATION_STATE_PASSED

The control is passing.

EVALUATION_STATE_PASSED = 1;

EVALUATION_STATE_PASSED_VALUE

The control is passing.

EVALUATION_STATE_PASSED = 1;

EVALUATION_STATE_UNSPECIFIED

Default value. This value is unused.

EVALUATION_STATE_UNSPECIFIED = 0;

EVALUATION_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

EVALUATION_STATE_UNSPECIFIED = 0;

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()