public enum ApiHubInstance.State extends Enum<ApiHubInstance.State> implements ProtocolMessageEnum
State of the ApiHub Instance.
Protobuf enum google.cloud.apihub.v1.ApiHubInstance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The ApiHub instance has been created and is ready for use. |
ACTIVE_VALUE |
The ApiHub instance has been created and is ready for use. |
CREATING |
The ApiHub instance is being created. |
CREATING_VALUE |
The ApiHub instance is being created. |
DELETING |
The ApiHub instance is being deleted. |
DELETING_VALUE |
The ApiHub instance is being deleted. |
FAILED |
The ApiHub instance encountered an error during a state change. |
FAILED_VALUE |
The ApiHub instance encountered an error during a state change. |
INACTIVE |
The ApiHub instance has not been initialized or has been deleted. |
INACTIVE_VALUE |
The ApiHub instance has not been initialized or has been deleted. |
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
UNRECOGNIZED |
|
UPDATING |
The ApiHub instance is being updated. |
UPDATING_VALUE |
The ApiHub instance 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() |