Skip to content

Commit

Permalink
chore: update count up_to field type in aggregation queries
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469555077
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 23, 2022
1 parent c17c5a6 commit 7c3a38d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion google/datastore/v1/datastore.proto
Expand Up @@ -436,7 +436,6 @@ message ReadOptions {
// Datastore mode.
oneof consistency_type {
// The non-transactional read consistency to use.
// Cannot be set to `STRONG` for global queries.
ReadConsistency read_consistency = 1;

// The identifier of the transaction in which to read. A
Expand Down
1 change: 1 addition & 0 deletions google/datastore/v1/query.proto
Expand Up @@ -16,6 +16,7 @@ syntax = "proto3";

package google.datastore.v1;

import "google/api/field_behavior.proto";
import "google/datastore/v1/entity.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";
Expand Down

0 comments on commit 7c3a38d

Please sign in to comment.