public enum Plugin.Types.StateReference documentation and code samples for the API hub v1 API enum Plugin.Types.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.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Fields |
|
|---|---|
| Name | Description |
Disabled |
The plugin is disabled. |
Enabled |
The plugin is enabled. |
Unspecified |
The default value. This value is used if the state is omitted. |