A message that can hold any of the supported value types.
JSON representation
{// Union field value_type can be only one of the following:"nullValue": null,"booleanValue": boolean,"integerValue": string,"doubleValue": number,"timestampValue": string,"stringValue": string,"bytesValue": string,"referenceValue": string,"geoPointValue": {object (LatLng)},"arrayValue": {object (ArrayValue)},"mapValue": {object (MapValue)}// End of list of possible types for union field value_type.}
Fields
Union field value_type. Must have a value set. value_type can be only one of the following:
Precise only to microseconds. When stored, any additional precision is rounded down.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
stringValue
string
A string value.
The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.
The map keys represent field names. Field names matching the regular expression __.*__ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["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 2025-06-02 UTC."],[[["\u003cp\u003eAn \u003ccode\u003eArrayValue\u003c/code\u003e in JSON is represented with a \u003ccode\u003evalues\u003c/code\u003e field, containing an array of \u003ccode\u003eValue\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eValue\u003c/code\u003e can hold one of several data types, including \u003ccode\u003enull\u003c/code\u003e, \u003ccode\u003eboolean\u003c/code\u003e, \u003ccode\u003einteger\u003c/code\u003e, \u003ccode\u003edouble\u003c/code\u003e, \u003ccode\u003etimestamp\u003c/code\u003e, \u003ccode\u003estring\u003c/code\u003e, \u003ccode\u003ebytes\u003c/code\u003e, \u003ccode\u003ereference\u003c/code\u003e, \u003ccode\u003egeoPoint\u003c/code\u003e, \u003ccode\u003earray\u003c/code\u003e, or \u003ccode\u003emap\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eString values and bytes values, as part of the \u003ccode\u003eValue\u003c/code\u003e object, cannot exceed 1 MiB - 89 bytes, with only the first 1,500 bytes being considered by queries.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eMapValue\u003c/code\u003e in JSON is represented with a \u003ccode\u003efields\u003c/code\u003e field, which contains a map of key-value pairs where keys are strings and values are \u003ccode\u003eValue\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efields\u003c/code\u003e within a \u003ccode\u003eMapValue\u003c/code\u003e have specific requirements, like key length not exceeding 1,500 bytes and avoiding reserved names such as \u003ccode\u003e__.*__\u003c/code\u003e, except when documented.\u003c/p\u003e\n"]]],[],null,[]]