Enum ComplianceState (0.3.0)

public enum ComplianceState extends Enum<ComplianceState> implements ProtocolMessageEnum

The compliance state after evaluation.

Protobuf enum google.cloud.auditmanager.v1.ComplianceState

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUDIT_NOT_SUPPORTED

Cannot be audited

AUDIT_NOT_SUPPORTED = 5;

AUDIT_NOT_SUPPORTED_VALUE

Cannot be audited

AUDIT_NOT_SUPPORTED = 5;

COMPLIANCE_STATE_UNSPECIFIED

Unspecified. Invalid state.

COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANCE_STATE_UNSPECIFIED_VALUE

Unspecified. Invalid state.

COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANT

Compliant.

COMPLIANT = 1;

COMPLIANT_VALUE

Compliant.

COMPLIANT = 1;

ERROR

Error while computing status.

ERROR = 4;

ERROR_VALUE

Error while computing status.

ERROR = 4;

MANUAL_REVIEW_NEEDED

MANUAL_REVIEW_NEEDED, requires manual review

MANUAL_REVIEW_NEEDED = 3;

MANUAL_REVIEW_NEEDED_VALUE

MANUAL_REVIEW_NEEDED, requires manual review

MANUAL_REVIEW_NEEDED = 3;

UNRECOGNIZED
VIOLATION

Violation.

VIOLATION = 2;

VIOLATION_VALUE

Violation.

VIOLATION = 2;

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