Module: Google::Cloud::ApiHub::V1::Plugin::State
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
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.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- ENABLED =
The plugin is enabled.
1
- DISABLED =
The plugin is disabled.
2