class ValueType

Value types that can be used as label values.

Protobuf type 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;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

at line 41
static name($value)

Parameters

$value

at line 51
static value($name)

Parameters

$name