class LabelDescriptor_ValueType

Value types that can be used as label values.

Protobuf enum Google\Api\LabelDescriptor\ValueType

Constants

STRING

A variable-length string. This is the default.

Generated from protobuf enum STRING = 0;

BOOL

Boolean; true or false.

Generated from protobuf enum BOOL = 1;

INT64

A 64-bit signed integer.

Generated from protobuf enum INT64 = 2;