public enum ResourceStatus.State extends Enum<ResourceStatus.State> implements ProtocolMessageEnumPossible states of an evaluation, such as CREATING, ACTIVE, and DELETING.
Protobuf enum google.cloud.workloadmanager.v1.ResourceStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Resource has no outstanding operations on it or has active Update operations. |
ACTIVE_VALUE |
Resource has no outstanding operations on it or has active Update operations. |
CREATING |
Resource has an active Create operation. |
CREATING_VALUE |
Resource has an active Create operation. |
DELETING |
Resource has an active Delete operation. |
DELETING_VALUE |
Resource has an active Delete operation. |
STATE_UNSPECIFIED |
The state has not been populated in this message. |
STATE_UNSPECIFIED_VALUE |
The state has not been populated in this message. |
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() |
|