Enum PluginInstanceAction.State (0.28.0)

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

ProtocolMessageEnum

Static 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 = 2;

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.

DISABLED = 2;

DISABLING

The action in the plugin instance is being disabled.

DISABLING = 4;

DISABLING_VALUE

The action in the plugin instance is being disabled.

DISABLING = 4;

ENABLED

The action is enabled in the plugin instance i.e., executions can be triggered for this action.

ENABLED = 1;

ENABLED_VALUE

The action is enabled in the plugin instance i.e., executions can be triggered for this action.

ENABLED = 1;

ENABLING

The action in the plugin instance is being enabled.

ENABLING = 3;

ENABLING_VALUE

The action in the plugin instance is being enabled.

ENABLING = 3;

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 = 5;

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.

ERROR = 5;

STATE_UNSPECIFIED

Default unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified state.

STATE_UNSPECIFIED = 0;

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()