Enum Plugin.State (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

The plugin is disabled.

DISABLED = 2;

DISABLED_VALUE

The plugin is disabled.

DISABLED = 2;

ENABLED

The plugin is enabled.

ENABLED = 1;

ENABLED_VALUE

The plugin is enabled.

ENABLED = 1;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

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