public enum PluginInstanceAction.State extends Enum<PluginInstanceAction.State> implements ProtocolMessageEnum
State represents the state of the plugin instance action.
Protobuf enum google.cloud.apihub.v1.PluginInstanceAction.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
The action is disabled in the plugin instance i.e., no executions can be triggered for this action. This state indicates that the user explicitly disabled the instance, and no further action is needed unless the user wants to re-enable it. |
DISABLED_VALUE |
The action is disabled in the plugin instance i.e., no executions can be triggered for this action. This state indicates that the user explicitly disabled the instance, and no further action is needed unless the user wants to re-enable it. |
DISABLING |
The action in the plugin instance is being disabled. |
DISABLING_VALUE |
The action in the plugin instance is being disabled. |
ENABLED |
The action is enabled in the plugin instance i.e., executions can be triggered for this action. |
ENABLED_VALUE |
The action is enabled in the plugin instance i.e., executions can be triggered for this action. |
ENABLING |
The action in the plugin instance is being enabled. |
ENABLING_VALUE |
The action in the plugin instance is being enabled. |
ERROR |
The ERROR state can come while enabling/disabling plugin instance action. Users can retrigger enable, disable via EnablePluginInstanceAction and DisablePluginInstanceAction to restore the action back to enabled/disabled state. Note enable/disable on actions can only be triggered if plugin instance is in Active state. |
ERROR_VALUE |
The ERROR state can come while enabling/disabling plugin instance action. Users can retrigger enable, disable via EnablePluginInstanceAction and DisablePluginInstanceAction to restore the action back to enabled/disabled state. Note enable/disable on actions can only be triggered if plugin instance is in Active state. |
STATE_UNSPECIFIED |
Default unspecified state. |
STATE_UNSPECIFIED_VALUE |
Default unspecified state. |
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() |