File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
google/cloud/spanner_v1/types Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ class ExecuteSqlRequest(proto.Message):
477
477
request_options (google.cloud.spanner_v1.types.RequestOptions):
478
478
Common options for this request.
479
479
data_boost_enabled (bool):
480
- If this is for a partitioned read and this field is set to
480
+ If this is for a partitioned query and this field is set to
481
481
``true``, the request will be executed via Spanner
482
482
independent compute resources.
483
483
@@ -625,7 +625,7 @@ class QueryOptions(proto.Message):
625
625
)
626
626
data_boost_enabled : bool = proto .Field (
627
627
proto .BOOL ,
628
- number = 15 ,
628
+ number = 16 ,
629
629
)
630
630
631
631
@@ -1138,7 +1138,7 @@ class ReadRequest(proto.Message):
1138
1138
request_options (google.cloud.spanner_v1.types.RequestOptions):
1139
1139
Common options for this request.
1140
1140
data_boost_enabled (bool):
1141
- If this is for a partitioned query and this field is set to
1141
+ If this is for a partitioned read and this field is set to
1142
1142
``true``, the request will be executed via Spanner
1143
1143
independent compute resources.
1144
1144
@@ -1192,7 +1192,7 @@ class ReadRequest(proto.Message):
1192
1192
)
1193
1193
data_boost_enabled : bool = proto .Field (
1194
1194
proto .BOOL ,
1195
- number = 16 ,
1195
+ number = 15 ,
1196
1196
)
1197
1197
1198
1198
You can’t perform that action at this time.
0 commit comments