Enum PostureTemplate.State (0.9.0)

public enum PostureTemplate.State extends Enum<PostureTemplate.State> implements ProtocolMessageEnum

State of a PostureTemplate

Protobuf enum google.cloud.securityposture.v1.PostureTemplate.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

If the Posture template is adhering to the latest controls and standards.

ACTIVE = 1;

ACTIVE_VALUE

If the Posture template is adhering to the latest controls and standards.

ACTIVE = 1;

DEPRECATED

If the Posture template controls and standards are outdated and not recommended for use.

DEPRECATED = 2;

DEPRECATED_VALUE

If the Posture template controls and standards are outdated and not recommended for use.

DEPRECATED = 2;

STATE_UNSPECIFIED

Unspecified state

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state

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