Enum PostureDeployment.State (0.8.0)

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

State of a PostureDeployment.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The PostureDeployment state is active and in use.

ACTIVE = 4;

ACTIVE_VALUE

The PostureDeployment state is active and in use.

ACTIVE = 4;

CREATE_FAILED

The PostureDeployment creation failed.

CREATE_FAILED = 5;

CREATE_FAILED_VALUE

The PostureDeployment creation failed.

CREATE_FAILED = 5;

CREATING

The PostureDeployment is being created.

CREATING = 1;

CREATING_VALUE

The PostureDeployment is being created.

CREATING = 1;

DELETE_FAILED

The PostureDeployment deletion failed.

DELETE_FAILED = 7;

DELETE_FAILED_VALUE

The PostureDeployment deletion failed.

DELETE_FAILED = 7;

DELETING

The PostureDeployment is being deleted.

DELETING = 2;

DELETING_VALUE

The PostureDeployment is being deleted.

DELETING = 2;

STATE_UNSPECIFIED

Unspecified operation state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified operation state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATE_FAILED

The PostureDeployment update failed.

UPDATE_FAILED = 6;

UPDATE_FAILED_VALUE

The PostureDeployment update failed.

UPDATE_FAILED = 6;

UPDATING

The PostureDeployment state is being updated.

UPDATING = 3;

UPDATING_VALUE

The PostureDeployment state is being updated.

UPDATING = 3;

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