public enum Application.State extends Enum<Application.State> implements ProtocolMessageEnum
Application state.
Protobuf enum google.cloud.apphub.v1.Application.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The Application is ready to register Services and Workloads. |
ACTIVE_VALUE |
The Application is ready to register Services and Workloads. |
CREATING |
The Application is being created. |
CREATING_VALUE |
The Application is being created. |
DELETING |
The Application is being deleted. |
DELETING_VALUE |
The Application is being deleted. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
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() |