Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Scope.
Enumeration for the scope of the attribute representing the resource in the API Hub to which the attribute can be linked.
Protobuf type google.cloud.apihub.v1.Attribute.Scope
Namespace
Google \ Cloud \ ApiHub \ V1 \ AttributeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCOPE_UNSPECIFIED
Value: 0Scope Unspecified.
Generated from protobuf enum SCOPE_UNSPECIFIED = 0;
API
Value: 1Attribute can be linked to an API.
Generated from protobuf enum API = 1;
VERSION
Value: 2Attribute can be linked to an API version.
Generated from protobuf enum VERSION = 2;
SPEC
Value: 3Attribute can be linked to a Spec.
Generated from protobuf enum SPEC = 3;
API_OPERATION
Value: 4Attribute can be linked to an API Operation.
Generated from protobuf enum API_OPERATION = 4;
DEPLOYMENT
Value: 5Attribute can be linked to a Deployment.
Generated from protobuf enum DEPLOYMENT = 5;
DEPENDENCY
Value: 6Attribute can be linked to a Dependency.
Generated from protobuf enum DEPENDENCY = 6;
DEFINITION
Value: 7Attribute can be linked to a definition.
Generated from protobuf enum DEFINITION = 7;
EXTERNAL_API
Value: 8Attribute can be linked to a ExternalAPI.
Generated from protobuf enum EXTERNAL_API = 8;
PLUGIN
Value: 9Attribute can be linked to a Plugin.
Generated from protobuf enum PLUGIN = 9;