Reference documentation and code samples for the Google Cloud Api Hub V1 Client class OwnershipType.
Ownership type of the plugin.
Protobuf type google.cloud.apihub.v1.Plugin.OwnershipType
Namespace
Google \ Cloud \ ApiHub \ V1 \ PluginMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OWNERSHIP_TYPE_UNSPECIFIED
Value: 0
Default unspecified type.
Generated from protobuf enum OWNERSHIP_TYPE_UNSPECIFIED = 0;
SYSTEM_OWNED
Value: 1
System owned plugins are defined by API hub and are available out of the box in API hub.
Generated from protobuf enum SYSTEM_OWNED = 1;
USER_OWNED
Value: 2
User owned plugins are defined by the user and need to be explicitly added to API hub via CreatePlugin method.
Generated from protobuf enum USER_OWNED = 2;