Google Cloud Api Hub V1 Client - Class Scope (0.1.1)

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 \ Attribute

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCOPE_UNSPECIFIED

Value: 0

Scope Unspecified.

Generated from protobuf enum SCOPE_UNSPECIFIED = 0;

API

Value: 1

Attribute can be linked to an API.

Generated from protobuf enum API = 1;

VERSION

Value: 2

Attribute can be linked to an API version.

Generated from protobuf enum VERSION = 2;

SPEC

Value: 3

Attribute can be linked to a Spec.

Generated from protobuf enum SPEC = 3;

API_OPERATION

Value: 4

Attribute can be linked to an API Operation.

Generated from protobuf enum API_OPERATION = 4;

DEPLOYMENT

Value: 5

Attribute can be linked to a Deployment.

Generated from protobuf enum DEPLOYMENT = 5;

DEPENDENCY

Value: 6

Attribute can be linked to a Dependency.

Generated from protobuf enum DEPENDENCY = 6;

DEFINITION

Value: 7

Attribute can be linked to a definition.

Generated from protobuf enum DEFINITION = 7;

EXTERNAL_API

Value: 8

Attribute can be linked to a ExternalAPI.

Generated from protobuf enum EXTERNAL_API = 8;

PLUGIN

Value: 9

Attribute can be linked to a Plugin.

Generated from protobuf enum PLUGIN = 9;