public enum DeploymentEvent.State extends Enum<DeploymentEvent.State> implements ProtocolMessageEnumThe state of the DeploymentEvent.
Protobuf enum google.cloud.developerconnect.v1.DeploymentEvent.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
STATE_ACTIVE |
The deployment is active in the runtime. |
STATE_ACTIVE_VALUE |
The deployment is active in the runtime. |
STATE_INACTIVE |
The deployment is not in the runtime. |
STATE_INACTIVE_VALUE |
The deployment is not in the runtime. |
STATE_UNSPECIFIED |
No state specified. |
STATE_UNSPECIFIED_VALUE |
No state specified. |
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() |
|