public enum PostureDeployment.State extends Enum<PostureDeployment.State> implements ProtocolMessageEnum
State of a PostureDeployment.
Protobuf enum google.cloud.securityposture.v1.PostureDeployment.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The PostureDeployment state is active and in use. |
ACTIVE_VALUE | The PostureDeployment state is active and in use. |
CREATE_FAILED | The PostureDeployment creation failed. |
CREATE_FAILED_VALUE | The PostureDeployment creation failed. |
CREATING | The PostureDeployment is being created. |
CREATING_VALUE | The PostureDeployment is being created. |
DELETE_FAILED | The PostureDeployment deletion failed. |
DELETE_FAILED_VALUE | The PostureDeployment deletion failed. |
DELETING | The PostureDeployment is being deleted. |
DELETING_VALUE | The PostureDeployment is being deleted. |
STATE_UNSPECIFIED | Unspecified operation state. |
STATE_UNSPECIFIED_VALUE | Unspecified operation state. |
UNRECOGNIZED | |
UPDATE_FAILED | The PostureDeployment update failed. |
UPDATE_FAILED_VALUE | The PostureDeployment update failed. |
UPDATING | The PostureDeployment state is being updated. |
UPDATING_VALUE | The PostureDeployment state is being updated. |
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() |