42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
|
# DO NOT MODIFY. This file was generated by
|
||
|
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
|
||
|
|
||
|
# Create and Set treat their map keys literally. They do not escape special
|
||
|
# characters.
|
||
|
|
||
|
description: "create: non-alpha characters in map keys"
|
||
|
create: <
|
||
|
doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
|
||
|
json_data: "{ \"*\": { \".\": 1 }, \"~\": 2 }"
|
||
|
request: <
|
||
|
database: "projects/projectID/databases/(default)"
|
||
|
writes: <
|
||
|
update: <
|
||
|
name: "projects/projectID/databases/(default)/documents/C/d"
|
||
|
fields: <
|
||
|
key: "*"
|
||
|
value: <
|
||
|
map_value: <
|
||
|
fields: <
|
||
|
key: "."
|
||
|
value: <
|
||
|
integer_value: 1
|
||
|
>
|
||
|
>
|
||
|
>
|
||
|
>
|
||
|
>
|
||
|
fields: <
|
||
|
key: "~"
|
||
|
value: <
|
||
|
integer_value: 2
|
||
|
>
|
||
|
>
|
||
|
>
|
||
|
current_document: <
|
||
|
exists: false
|
||
|
>
|
||
|
>
|
||
|
>
|
||
|
>
|