Enum LabelDescriptor.ValueType (2.36.0)

public enum LabelDescriptor.ValueType extends Enum<LabelDescriptor.ValueType> implements ProtocolMessageEnum

Value types that can be used as label values.

Protobuf enum google.api.LabelDescriptor.ValueType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOL

Boolean; true or false.

BOOL = 1;

BOOL_VALUE

Boolean; true or false.

BOOL = 1;

INT64

A 64-bit signed integer.

INT64 = 2;

INT64_VALUE

A 64-bit signed integer.

INT64 = 2;

STRING

A variable-length string. This is the default.

STRING = 0;

STRING_VALUE

A variable-length string. This is the default.

STRING = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()