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."],[[["`DataContainer` is a generic container that holds a single value of various data types."],["The `value` field can store a boolean, integer, float, double, or string value."]]],[]]