Google API Common Protos Client - Class ValueType (4.8.3)

Reference documentation and code samples for the Google API Common Protos Client class ValueType.

Value types that can be used as label values.

Protobuf type google.api.LabelDescriptor.ValueType

Namespace

Google \ Api \ LabelDescriptor

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STRING

Value: 0

A variable-length string. This is the default.

Generated from protobuf enum STRING = 0;

BOOL

Value: 1

Boolean; true or false.

Generated from protobuf enum BOOL = 1;

INT64

Value: 2

A 64-bit signed integer.

Generated from protobuf enum INT64 = 2;