Skip to content

Commit 7f6d4cc

Browse files
fix: Correcting the proto field Id for field data_boost_enabled (#1827)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 517156905 Source-Link: https://togithub.com/googleapis/googleapis/commit/f30cd5ec52d3ed03cb56e8233079ddd44e5571f7 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6a3b040daef7db3fc3b879ad08f5480aa037818a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmEzYjA0MGRhZWY3ZGIzZmMzYjg3OWFkMDhmNTQ4MGFhMDM3ODE4YSJ9
1 parent f915bd1 commit 7f6d4cc

File tree

7 files changed

+188
-0
lines changed

7 files changed

+188
-0
lines changed

protos/google/spanner/v1/spanner.proto

+14
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,13 @@ message ExecuteSqlRequest {
643643

644644
// Common options for this request.
645645
RequestOptions request_options = 11;
646+
647+
// If this is for a partitioned query and this field is set to `true`, the
648+
// request will be executed via Spanner independent compute resources.
649+
//
650+
// If the field is set to `true` but the request does not set
651+
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
652+
bool data_boost_enabled = 16;
646653
}
647654

648655
// The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
@@ -949,6 +956,13 @@ message ReadRequest {
949956

950957
// Common options for this request.
951958
RequestOptions request_options = 11;
959+
960+
// If this is for a partitioned read and this field is set to `true`, the
961+
// request will be executed via Spanner independent compute resources.
962+
//
963+
// If the field is set to `true` but the request does not set
964+
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
965+
bool data_boost_enabled = 15;
952966
}
953967

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

protos/protos.d.ts

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)