public enum State extends Enum<State> implements ProtocolMessageEnum
The State enum represents the lifecycle of a Network Connectivity Center resource.
Protobuf enum google.cloud.networkconnectivity.v1alpha1.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ACTIVE | The resource is active |
ACTIVE_VALUE | The resource is active |
CREATING | The resource's create operation is in progress |
CREATING_VALUE | The resource's create operation is in progress |
DELETING | The resource's Delete operation is in progress |
DELETING_VALUE | The resource's Delete operation is in progress |
STATE_UNSPECIFIED | No state information available |
STATE_UNSPECIFIED_VALUE | No state information available |
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() |