public enum State extends Enum<State> implements ProtocolMessageEnum
The State enum represents the lifecycle stage of a Network Connectivity Center resource.
Protobuf enum google.events.cloud.networkconnectivity.v1.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 |
|
UPDATING |
The resource's update operation is in progress. |
UPDATING_VALUE |
The resource's update operation is in progress. |
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() |