Skip to content

Commit

Permalink
chore: [Spanner] Correcting the proto field Id for field data_boost_e…
Browse files Browse the repository at this point in the history
…nabled (#5975)

PiperOrigin-RevId: 517156905
Source-Link: googleapis/googleapis@f30cd5e
Source-Link: googleapis/googleapis-gen@6a3b040
Copy-Tag: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiNmEzYjA0MGRhZWY3ZGIzZmMzYjg3OWFkMDhmNTQ4MGFhMDM3ODE4YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Mar 20, 2023
1 parent fbf0439 commit a66e6b8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Binary file modified Spanner/metadata/V1/Spanner.php
Binary file not shown.
14 changes: 7 additions & 7 deletions Spanner/src/V1/ExecuteSqlRequest.php

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

8 changes: 4 additions & 4 deletions Spanner/src/V1/Gapic/SpannerGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public function executeBatchDml(
* @type RequestOptions $requestOptions
* Common options for this request.
* @type bool $dataBoostEnabled
* If this is for a partitioned read and this field is set to `true`, the
* 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
Expand Down Expand Up @@ -1044,7 +1044,7 @@ public function executeSql($session, $sql, array $optionalArgs = [])
* @type RequestOptions $requestOptions
* Common options for this request.
* @type bool $dataBoostEnabled
* If this is for a partitioned read and this field is set to `true`, the
* 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
Expand Down Expand Up @@ -1555,7 +1555,7 @@ public function partitionRead(
* @type RequestOptions $requestOptions
* Common options for this request.
* @type bool $dataBoostEnabled
* If this is for a partitioned query and this field is set to `true`, the
* 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
Expand Down Expand Up @@ -1752,7 +1752,7 @@ public function rollback($session, $transactionId, array $optionalArgs = [])
* @type RequestOptions $requestOptions
* Common options for this request.
* @type bool $dataBoostEnabled
* If this is for a partitioned query and this field is set to `true`, the
* 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
Expand Down
14 changes: 7 additions & 7 deletions Spanner/src/V1/ReadRequest.php

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

0 comments on commit a66e6b8

Please sign in to comment.