Skip to content

Commit

Permalink
fix: Correcting the proto field Id for field data_boost_enabled (#915)
Browse files Browse the repository at this point in the history
* fix!: Correcting the proto field Id for field data_boost_enabled

PiperOrigin-RevId: 517156905

Source-Link: googleapis/googleapis@f30cd5e

Source-Link: googleapis/googleapis-gen@6a3b040
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmEzYjA0MGRhZWY3ZGIzZmMzYjg3OWFkMDhmNTQ4MGFhMDM3ODE4YSJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 17, 2023
1 parent e3bfa1a commit 428aa1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google/cloud/spanner_v1/types/spanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class ExecuteSqlRequest(proto.Message):
request_options (google.cloud.spanner_v1.types.RequestOptions):
Common options for this request.
data_boost_enabled (bool):
If this is for a partitioned read and this field is set to
If this is for a partitioned query and this field is set to
``true``, the request will be executed via Spanner
independent compute resources.
Expand Down Expand Up @@ -625,7 +625,7 @@ class QueryOptions(proto.Message):
)
data_boost_enabled: bool = proto.Field(
proto.BOOL,
number=15,
number=16,
)


Expand Down Expand Up @@ -1138,7 +1138,7 @@ class ReadRequest(proto.Message):
request_options (google.cloud.spanner_v1.types.RequestOptions):
Common options for this request.
data_boost_enabled (bool):
If this is for a partitioned query and this field is set to
If this is for a partitioned read and this field is set to
``true``, the request will be executed via Spanner
independent compute resources.
Expand Down Expand Up @@ -1192,7 +1192,7 @@ class ReadRequest(proto.Message):
)
data_boost_enabled: bool = proto.Field(
proto.BOOL,
number=16,
number=15,
)


Expand Down

0 comments on commit 428aa1e

Please sign in to comment.