Enum ComplianceState (0.7.0)

public enum ComplianceState extends Enum<ComplianceState> implements ProtocolMessageEnum

The state of compliance after evaluation is complete.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.ComplianceState

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUDIT_NOT_SUPPORTED

The resource can't be audited.

AUDIT_NOT_SUPPORTED = 5;

AUDIT_NOT_SUPPORTED_VALUE

The resource can't be audited.

AUDIT_NOT_SUPPORTED = 5;

COMPLIANCE_STATE_UNSPECIFIED

Default value. This value is unused.

COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANCE_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANT

The resource is compliant.

COMPLIANT = 1;

COMPLIANT_VALUE

The resource is compliant.

COMPLIANT = 1;

ERROR

An error occurred while computing the resource status.

ERROR = 4;

ERROR_VALUE

An error occurred while computing the resource status.

ERROR = 4;

MANUAL_REVIEW_NEEDED

The resource requires manual review from you.

MANUAL_REVIEW_NEEDED = 3;

MANUAL_REVIEW_NEEDED_VALUE

The resource requires manual review from you.

MANUAL_REVIEW_NEEDED = 3;

UNRECOGNIZED
VIOLATION

The resource has a violation.

VIOLATION = 2;

VIOLATION_VALUE

The resource has a 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()