pluginCategory property
The category of the plugin, identifying its primary category or purpose.
This field is required for all plugins.
Optional. Possible string values are:
- "PLUGIN_CATEGORY_UNSPECIFIED" : Default unspecified plugin type.
- "API_GATEWAY" : API_GATEWAY plugins represent plugins built for API Gateways like Apigee.
- "API_PRODUCER" : API_PRODUCER plugins represent plugins built for API Producers like Cloud Run, Application Integration etc.
Implementation
core.String? pluginCategory;