API hub V1 API - Module Google::Cloud::ApiHub::V1::Plugin::State (v0.2.0)

Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::Plugin::State.

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.

Constants

STATE_UNSPECIFIED

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

ENABLED

value: 1
The plugin is enabled.

DISABLED

value: 2
The plugin is disabled.