Module: Google::Api::LabelDescriptor::ValueType

Defined in:
proto_docs/google/api/label.rb

Overview

Value types that can be used as label values.

Constant Summary collapse

STRING =

A variable-length string. This is the default.

0
BOOL =

Boolean; true or false.

1
INT64 =

A 64-bit signed integer.

2