public enum Plugin.State extends Enum<Plugin.State> implements ProtocolMessageEnum
Possible states a plugin can have. Note that this enum may receive new values in the future. Consumers are advised to always code against the enum values expecting new states can be added later on.
Protobuf enum google.cloud.apihub.v1.Plugin.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
The plugin is disabled. |
DISABLED_VALUE |
The plugin is disabled. |
ENABLED |
The plugin is enabled. |
ENABLED_VALUE |
The plugin is enabled. |
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 |
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() |