Value
A generic data container.
Fields |
Union field value
value . A value. value can be only one of the following: |
boolean_value
|
bool
A boolean.
|
int64_value
|
int64
An int64.
|
float_value
|
float
A float.
|
double_value
|
double
A double.
|
string_value
|
string
A string.
|
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-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["The data container is generic and can hold a single value of various types."],["Supported value types include boolean, int64, float, double, and string."],["The `value` field is a union, meaning it can only contain one of the specified types at a time."]]],[]]