Skip to content

Commit fe871ce

Browse files
authored
change int32 to int64 (#6577)
1 parent 6da4f4f commit fe871ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/src/protos/google/firestore/v1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ message StructuredAggregationQuery {
309309
// Requires:
310310
//
311311
// * Must be greater than zero when present.
312-
int32 up_to = 1;
312+
google.protobuf.Int64Value up_to = 1;
313313
}
314314

315315
// The type of aggregation to perform, required.

packages/firestore/src/protos/protos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@
24272427
"Count": {
24282428
"fields": {
24292429
"upTo": {
2430-
"type": "int32",
2430+
"type": "google.protobuf.Int64Value",
24312431
"id": 1
24322432
}
24332433
}

0 commit comments

Comments
 (0)