@@ -824,6 +824,12 @@ export class SpannerClient {
824824 * Query optimizer configuration to use for the given query.
825825 * @param {google.spanner.v1.RequestOptions } request.requestOptions
826826 * Common options for this request.
827+ * @param {boolean } request.dataBoostEnabled
828+ * If this is for a partitioned read and this field is set to `true`, the
829+ * request will be executed via Spanner independent compute resources.
830+ *
831+ * If the field is set to `true` but the request does not set
832+ * `partition_token`, the API will return an `INVALID_ARGUMENT` error.
827833 * @param {object } [options]
828834 * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
829835 * @returns {Promise } - The promise which resolves to an array.
@@ -1075,6 +1081,12 @@ export class SpannerClient {
10751081 * PartitionReadRequest message used to create this partition_token.
10761082 * @param {google.spanner.v1.RequestOptions } request.requestOptions
10771083 * Common options for this request.
1084+ * @param {boolean } request.dataBoostEnabled
1085+ * If this is for a partitioned query and this field is set to `true`, the
1086+ * request will be executed via Spanner independent compute resources.
1087+ *
1088+ * If the field is set to `true` but the request does not set
1089+ * `partition_token`, the API will return an `INVALID_ARGUMENT` error.
10781090 * @param {object } [options]
10791091 * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
10801092 * @returns {Promise } - The promise which resolves to an array.
@@ -1770,6 +1782,12 @@ export class SpannerClient {
17701782 * Query optimizer configuration to use for the given query.
17711783 * @param {google.spanner.v1.RequestOptions } request.requestOptions
17721784 * Common options for this request.
1785+ * @param {boolean } request.dataBoostEnabled
1786+ * If this is for a partitioned read and this field is set to `true`, the
1787+ * request will be executed via Spanner independent compute resources.
1788+ *
1789+ * If the field is set to `true` but the request does not set
1790+ * `partition_token`, the API will return an `INVALID_ARGUMENT` error.
17731791 * @param {object } [options]
17741792 * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
17751793 * @returns {Stream }
@@ -1848,6 +1866,12 @@ export class SpannerClient {
18481866 * PartitionReadRequest message used to create this partition_token.
18491867 * @param {google.spanner.v1.RequestOptions } request.requestOptions
18501868 * Common options for this request.
1869+ * @param {boolean } request.dataBoostEnabled
1870+ * If this is for a partitioned query and this field is set to `true`, the
1871+ * request will be executed via Spanner independent compute resources.
1872+ *
1873+ * If the field is set to `true` but the request does not set
1874+ * `partition_token`, the API will return an `INVALID_ARGUMENT` error.
18511875 * @param {object } [options]
18521876 * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
18531877 * @returns {Stream }
0 commit comments