blob: 23e9ddc9d3add28398cb07cc3e443d4c26eecaf8 [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: FieldPath elements are not split on dots",
"comment": "FieldPath components are not split on dots.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a.b",
"f.g"
]
}
],
"jsonValues": [
"{\"n.o\": 7}"
],
"request": {
"database": "projects/projectID/databases/(default)",
"writes": [
{
"update": {
"name": "projects/projectID/databases/(default)/documents/C/d",
"fields": {
"a.b": {
"mapValue": {
"fields": {
"f.g": {
"mapValue": {
"fields": {
"n.o": {
"integerValue": "7"
}
}
}
}
}
}
}
}
},
"updateMask": {
"fieldPaths": [
"`a.b`.`f.g`"
]
},
"currentDocument": {
"exists": true
}
}
]
}
}
}
]
}