API hub v1 API - Enum Plugin.Types.State (1.0.0-beta02)

public enum Plugin.Types.State

Reference 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.V1

Assembly

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.