google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.Value View Source
A message that can hold any of the supported value types.
Attributes
- arrayValue (ArrayValue): An array value. Cannot contain another array value. Defaults to:
null
. - booleanValue (boolean()): A boolean value. Defaults to:
null
. - bytesValue (binary()): A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. Defaults to:
null
. - doubleValue (float()): A double value. Defaults to:
null
. - geoPointValue (LatLng): A geo point value representing a point on the surface of Earth. Defaults to:
null
. - integerValue (String.t): An integer value. Defaults to:
null
. - mapValue (MapValue): A map value. Defaults to:
null
. nullValue (String.t): A null value. Defaults to:
null
.- Enum - one of [NULL_VALUE]
- referenceValue (String.t): A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. Defaults to:
null
. - stringValue (String.t): 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. Defaults to:
null
. - timestampValue (String.t): A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. Defaults to:
null
.