Skip to content

Commit 380c45b

Browse files
docs: fix comments (#665)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d5e01c0b-0d2d-4da4-b495-86674ea6021f/targets
1 parent 5e34e1d commit 380c45b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

protos/google/datastore/v1/entity.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ message Value {
145145
Key key_value = 5;
146146

147147
// A UTF-8 encoded string value.
148-
// When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes.
149-
// Otherwise, may be set to at least 1,000,000 bytes.
148+
// When `exclude_from_indexes` is false (it is indexed), may have at most
149+
// 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
150150
string string_value = 17;
151151

152152
// A blob value.

synth.metadata

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "[email protected]:googleapis/nodejs-datastore.git",
7-
"sha": "da8b9ecc5b8769579c6a90bb7fbf27678efc45bc"
6+
"remote": "https://github.com/googleapis/nodejs-datastore.git",
7+
"sha": "34e91359aa7cd246799a651fa5f441ed8956b930"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "googleapis",
13+
"remote": "https://github.com/googleapis/googleapis.git",
14+
"sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
15+
"internalRef": "310060413"
816
}
917
},
1018
{

0 commit comments

Comments
 (0)