public enum Plugin.Types.OwnershipTypeReference documentation and code samples for the API hub v1 API enum Plugin.Types.OwnershipType.
Ownership type of the plugin.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Fields |
|
|---|---|
| Name | Description |
SystemOwned |
System owned plugins are defined by API hub and are available out of the box in API hub. |
Unspecified |
Default unspecified type. |
UserOwned |
User owned plugins are defined by the user and need to be explicitly added to API hub via [CreatePlugin][google.cloud.apihub.v1.ApiHubPlugin.CreatePlugin] method. |