Skip to content

Commit

Permalink
fix: Correcting the proto field Id for field data_boost_enabled (#1827)
Browse files Browse the repository at this point in the history
- [ ] 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
  • Loading branch information
gcf-owl-bot[bot] committed Mar 21, 2023
1 parent f915bd1 commit 7f6d4cc
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 0 deletions.
14 changes: 14 additions & 0 deletions protos/google/spanner/v1/spanner.proto
Expand Up @@ -643,6 +643,13 @@ message ExecuteSqlRequest {

// Common options for this request.
RequestOptions request_options = 11;

// If this is for a partitioned query and this field is set to `true`, the
// request will be executed via Spanner independent compute resources.
//
// If the field is set to `true` but the request does not set
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
bool data_boost_enabled = 16;
}

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

// Common options for this request.
RequestOptions request_options = 11;

// If this is for a partitioned read and this field is set to `true`, the
// request will be executed via Spanner independent compute resources.
//
// If the field is set to `true` but the request does not set
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
bool data_boost_enabled = 15;
}

// The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
Expand Down
12 changes: 12 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f6d4cc

Please sign in to comment.