Reference documentation and code samples for the Google Cloud Api Hub V1 Client class PluginCategory.
Enum for the plugin category.
Protobuf type google.cloud.apihub.v1.PluginCategory
Namespace
Google \ Cloud \ ApiHub \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PLUGIN_CATEGORY_UNSPECIFIED
Value: 0
Default unspecified plugin type.
Generated from protobuf enum PLUGIN_CATEGORY_UNSPECIFIED = 0;
API_GATEWAY
Value: 1
API_GATEWAY plugins represent plugins built for API Gateways like Apigee.
Generated from protobuf enum API_GATEWAY = 1;
API_PRODUCER
Value: 2
API_PRODUCER plugins represent plugins built for API Producers like Cloud Run, Application Integration etc.
Generated from protobuf enum API_PRODUCER = 2;