AttributeValue
Stay organized with collections
Save and categorize content based on your preferences.
The allowed types for [VALUE] in a [KEY]:[VALUE]
attribute.
JSON representation |
{
// Union field value can be only one of the following:
"stringValue": {
object (TruncatableString )
},
"intValue": string,
"boolValue": boolean
// End of list of possible types for union field value .
} |
Fields |
Union field value . The type of the value. value can be only one of the following: |
stringValue |
object (TruncatableString )
A string up to 256 bytes long.
|
intValue |
string (int64 format)
A 64-bit signed integer.
|
boolValue |
boolean
A Boolean value represented by true or false .
|
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 2020-12-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-12-10 UTC."],[],[]]