LabelDescriptor_ValueType
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 |
| BOOL |
Boolean; true or false. Generated from protobuf enum |
| INT64 |
A 64-bit signed integer. Generated from protobuf enum |