public enum ServingState extends Enum<ServingState> implements ProtocolMessageEnum
Defines set of serving states associated with a resource.
Protobuf enum google.events.cloud.certificatemanager.v1.ServingState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The configuration is serving. |
ACTIVE_VALUE |
The configuration is serving. |
PENDING |
Update is in progress. Some frontends may serve this configuration. |
PENDING_VALUE |
Update is in progress. Some frontends may serve this configuration. |
SERVING_STATE_UNSPECIFIED |
The status is undefined. |
SERVING_STATE_UNSPECIFIED_VALUE |
The status is undefined. |
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() |