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 \ LabelDescriptorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STRING
Value: 0A variable-length string. This is the default.
Generated from protobuf enum STRING = 0;
BOOL
Value: 1Boolean; true or false.
Generated from protobuf enum BOOL = 1;
INT64
Value: 2A 64-bit signed integer.
Generated from protobuf enum INT64 = 2;