Skip to content

Commit 7c3a38d

Browse files
Google APIscopybara-github
authored andcommitted
chore: update count up_to field type in aggregation queries
PiperOrigin-RevId: 469555077
1 parent c17c5a6 commit 7c3a38d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

google/datastore/v1/datastore.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ message ReadOptions {
436436
// Datastore mode.
437437
oneof consistency_type {
438438
// The non-transactional read consistency to use.
439-
// Cannot be set to `STRONG` for global queries.
440439
ReadConsistency read_consistency = 1;
441440

442441
// The identifier of the transaction in which to read. A

google/datastore/v1/query.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.datastore.v1;
1818

19+
import "google/api/field_behavior.proto";
1920
import "google/datastore/v1/entity.proto";
2021
import "google/protobuf/timestamp.proto";
2122
import "google/protobuf/wrappers.proto";

0 commit comments

Comments
 (0)