public enum ScopeLifecycleState.Code extends Enum<ScopeLifecycleState.Code> implements ProtocolMessageEnum
Code describes the state of a Scope resource.
Protobuf enum google.events.cloud.gkehub.v1.ScopeLifecycleState.Code
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
CODE_UNSPECIFIED |
The code is not set. |
CODE_UNSPECIFIED_VALUE |
The code is not set. |
CREATING |
The scope is being created. |
CREATING_VALUE |
The scope is being created. |
DELETING |
The scope is being deleted. |
DELETING_VALUE |
The scope is being deleted. |
READY |
The scope active. |
READY_VALUE |
The scope active. |
UNRECOGNIZED |
|
UPDATING |
The scope is being updated. |
UPDATING_VALUE |
The scope 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() |