Reference documentation and code samples for the Google Cloud Api Hub V1 Client class 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.
Protobuf type google.cloud.apihub.v1.Plugin.State
Namespace
Google \ Cloud \ ApiHub \ V1 \ PluginMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLED
Value: 1
The plugin is enabled.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
The plugin is disabled.
Generated from protobuf enum DISABLED = 2;