File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 //
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 : {}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments