Value types that can be used as label values.
Constants
STRING
value: 0
A variable-length string. This is the default.
BOOL
value: 1
Boolean; true or false.
INT64
value: 2
A 64-bit signed integer.
Value types that can be used as label values.
value: 0
A variable-length string. This is the default.
value: 1
Boolean; true or false.
value: 2
A 64-bit signed integer.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-17 UTC.