Stay organized with collections
Save and categorize content based on your preferences.
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.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
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 2020-10-07 UTC."],[[["The content describes a message that can hold various value types, which are represented in a specific JSON format."],["The `value_type` field can only be one of the defined types, including null, boolean, integer, double, timestamp, string, bytes, reference, geo point, array, or map."],["Each value type has a specific format and restrictions, such as the maximum size for string and bytes values, and the allowed timestamp format."],["The `mapValue` type contains a `fields` property, which is a map of key-value pairs where the keys are strings and the values can be of any supported value type."],["`mapValue` field names are strings, cannot be empty, have a maximum length of 1,500 UTF-8 bytes, and field names matching the regular expression `__.*__` are reserved."]]],[]]