Enum Attribute.DefinitionType (0.2.0)

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

Enumeration of attribute definition types.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFINITION_TYPE_UNSPECIFIED

Attribute definition type unspecified.

DEFINITION_TYPE_UNSPECIFIED = 0;

DEFINITION_TYPE_UNSPECIFIED_VALUE

Attribute definition type unspecified.

DEFINITION_TYPE_UNSPECIFIED = 0;

SYSTEM_DEFINED

The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.

SYSTEM_DEFINED = 1;

SYSTEM_DEFINED_VALUE

The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.

SYSTEM_DEFINED = 1;

UNRECOGNIZED
USER_DEFINED

The attribute is defined by the user.

USER_DEFINED = 2;

USER_DEFINED_VALUE

The attribute is defined by the user.

USER_DEFINED = 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()