We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2225fc7 commit a5cc245Copy full SHA for a5cc245
protos/google/datastore/v1/datastore.proto
@@ -436,7 +436,6 @@ message ReadOptions {
436
// Datastore mode.
437
oneof consistency_type {
438
// The non-transactional read consistency to use.
439
- // Cannot be set to `STRONG` for global queries.
440
ReadConsistency read_consistency = 1;
441
442
// The identifier of the transaction in which to read. A
protos/google/datastore/v1/query.proto
@@ -16,6 +16,7 @@ syntax = "proto3";
16
17
package google.datastore.v1;
18
19
+import "google/api/field_behavior.proto";
20
import "google/datastore/v1/entity.proto";
21
import "google/protobuf/timestamp.proto";
22
import "google/protobuf/wrappers.proto";
0 commit comments