Skip to content

Commit f30cd5e

Browse files
Google APIscopybara-github
authored andcommitted
fix!: Correcting the proto field Id for field data_boost_enabled
PiperOrigin-RevId: 517156905
1 parent 650f7cd commit f30cd5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google/spanner/v1/spanner.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,12 +644,12 @@ message ExecuteSqlRequest {
644644
// Common options for this request.
645645
RequestOptions request_options = 11;
646646

647-
// If this is for a partitioned read and this field is set to `true`, the
647+
// If this is for a partitioned query and this field is set to `true`, the
648648
// request will be executed via Spanner independent compute resources.
649649
//
650650
// If the field is set to `true` but the request does not set
651651
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
652-
bool data_boost_enabled = 15;
652+
bool data_boost_enabled = 16;
653653
}
654654

655655
// The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
@@ -957,12 +957,12 @@ message ReadRequest {
957957
// Common options for this request.
958958
RequestOptions request_options = 11;
959959

960-
// If this is for a partitioned query and this field is set to `true`, the
960+
// If this is for a partitioned read and this field is set to `true`, the
961961
// request will be executed via Spanner independent compute resources.
962962
//
963963
// If the field is set to `true` but the request does not set
964964
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
965-
bool data_boost_enabled = 16;
965+
bool data_boost_enabled = 15;
966966
}
967967

968968
// The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].

0 commit comments

Comments
 (0)