Enum Attribute.Scope (0.1.0)

public enum Attribute.Scope extends Enum<Attribute.Scope> implements ProtocolMessageEnum

Enumeration for the scope of the attribute representing the resource in the API Hub to which the attribute can be linked.

Protobuf enum google.cloud.apihub.v1.Attribute.Scope

Implements

ProtocolMessageEnum

Static Fields

Name Description
API

Attribute can be linked to an API.

API = 1;

API_OPERATION

Attribute can be linked to an API Operation.

API_OPERATION = 4;

API_OPERATION_VALUE

Attribute can be linked to an API Operation.

API_OPERATION = 4;

API_VALUE

Attribute can be linked to an API.

API = 1;

DEFINITION

Attribute can be linked to a definition.

DEFINITION = 7;

DEFINITION_VALUE

Attribute can be linked to a definition.

DEFINITION = 7;

DEPENDENCY

Attribute can be linked to a Dependency.

DEPENDENCY = 6;

DEPENDENCY_VALUE

Attribute can be linked to a Dependency.

DEPENDENCY = 6;

DEPLOYMENT

Attribute can be linked to a Deployment.

DEPLOYMENT = 5;

DEPLOYMENT_VALUE

Attribute can be linked to a Deployment.

DEPLOYMENT = 5;

EXTERNAL_API

Attribute can be linked to a ExternalAPI.

EXTERNAL_API = 8;

EXTERNAL_API_VALUE

Attribute can be linked to a ExternalAPI.

EXTERNAL_API = 8;

PLUGIN

Attribute can be linked to a Plugin.

PLUGIN = 9;

PLUGIN_VALUE

Attribute can be linked to a Plugin.

PLUGIN = 9;

SCOPE_UNSPECIFIED

Scope Unspecified.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

Scope Unspecified.

SCOPE_UNSPECIFIED = 0;

SPEC

Attribute can be linked to a Spec.

SPEC = 3;

SPEC_VALUE

Attribute can be linked to a Spec.

SPEC = 3;

UNRECOGNIZED
VERSION

Attribute can be linked to an API version.

VERSION = 2;

VERSION_VALUE

Attribute can be linked to an API version.

VERSION = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()