Enum Posture.State (0.10.0)

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

State of a Posture.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The Posture state is active. Ready for use/deployments.

ACTIVE = 3;

ACTIVE_VALUE

The Posture state is active. Ready for use/deployments.

ACTIVE = 3;

DEPRECATED

The Posture is marked deprecated when it is not in use by the user.

DEPRECATED = 1;

DEPRECATED_VALUE

The Posture is marked deprecated when it is not in use by the user.

DEPRECATED = 1;

DRAFT

The Posture is created successfully but is not yet ready for usage.

DRAFT = 2;

DRAFT_VALUE

The Posture is created successfully but is not yet ready for usage.

DRAFT = 2;

STATE_UNSPECIFIED

Unspecified operation state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

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