Skip to content

Commit a5cc245

Browse files
chore: update count up_to field type in aggregation queries (#971)
* chore: update count up_to field type in aggregation queries PiperOrigin-RevId: 469555077 Source-Link: googleapis/googleapis@7c3a38d Source-Link: googleapis/googleapis-gen@cb40e6e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I0MGU2ZTg5MmE5YzMzZGEwYjJlNmE2MzM1ZDVmMWU0NWE4NzBkYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2225fc7 commit a5cc245

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

protos/google/datastore/v1/datastore.proto

-1
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

protos/google/datastore/v1/query.proto

+1
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)