AttributeValue
Stay organized with collections
Save and categorize content based on your preferences.
Represents an actual value of an operator attribute.
| JSON representation |
{
// Union field value can be only one of the following:
"i": string,
"f": number,
"b": boolean,
"s": string
// End of list of possible types for union field value.
} |
| Fields |
Union field value. Attribute value. value can be only one of the following: |
i |
string (int64 format)
int.
|
f |
number
float.
|
b |
boolean
bool.
|
s |
string (bytes format)
string. A base64-encoded 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 2025-06-27 UTC.
[null,null,["Last updated 2025-06-27 UTC."],[],[]]