Skip to content

Commit bfdeefc

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor api documentation changes
PiperOrigin-RevId: 840398028
1 parent a448b7d commit bfdeefc

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

google/firestore/v1/firestore.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ message Target {
973973
// will immediately send a response with a `TargetChange::Remove` event.
974974
//
975975
// Note that if the client sends multiple `AddTarget` requests
976-
// without an ID, the order of IDs returned in `TargetChage.target_ids` are
976+
// without an ID, the order of IDs returned in `TargetChange.target_ids` are
977977
// undefined. Therefore, clients should provide a target ID instead of relying
978978
// on the server to assign one.
979979
//

google/firestore/v1/firestore_grpc_service_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
{
4545
"service": "google.firestore.v1.Firestore",
4646
"method": "RunAggregationQuery"
47+
},
48+
{
49+
"service": "google.firestore.v1.Firestore",
50+
"method": "ExecutePipeline"
4751
}
4852
],
4953
"timeout": "300s",

google/firestore/v1/firestore_v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ publishing:
5959
- version: google.firestore.v1
6060
java_settings:
6161
library_package: com.google.cloud.firestore.v1
62+
common: {}

google/firestore/v1/query.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ message StructuredQuery {
325325
// Since DOT_PRODUCT distances increase when the vectors are more similar,
326326
// the comparison is inverted.
327327
//
328-
// * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold
329-
// * For DOT_PRODUCT: WHERE distance >= distance_threshold
328+
// * For EUCLIDEAN, COSINE: `WHERE distance <= distance_threshold`
329+
// * For DOT_PRODUCT: `WHERE distance >= distance_threshold`
330330
google.protobuf.DoubleValue distance_threshold = 6
331331
[(google.api.field_behavior) = OPTIONAL];
332332
}

0 commit comments

Comments
 (0)