@@ -1972,19 +1972,19 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder(
1972
1972
: requestOptions_ ;
1973
1973
}
1974
1974
1975
- public static final int DATA_BOOST_ENABLED_FIELD_NUMBER = 15 ;
1975
+ public static final int DATA_BOOST_ENABLED_FIELD_NUMBER = 16 ;
1976
1976
private boolean dataBoostEnabled_ = false ;
1977
1977
/**
1978
1978
*
1979
1979
*
1980
1980
* <pre>
1981
- * If this is for a partitioned read and this field is set to `true`, the
1981
+ * If this is for a partitioned query and this field is set to `true`, the
1982
1982
* request will be executed via Spanner independent compute resources.
1983
1983
* If the field is set to `true` but the request does not set
1984
1984
* `partition_token`, the API will return an `INVALID_ARGUMENT` error.
1985
1985
* </pre>
1986
1986
*
1987
- * <code>bool data_boost_enabled = 15 ;</code>
1987
+ * <code>bool data_boost_enabled = 16 ;</code>
1988
1988
*
1989
1989
* @return The dataBoostEnabled.
1990
1990
*/
@@ -2040,7 +2040,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
2040
2040
output .writeMessage (11 , getRequestOptions ());
2041
2041
}
2042
2042
if (dataBoostEnabled_ != false ) {
2043
- output .writeBool (15 , dataBoostEnabled_ );
2043
+ output .writeBool (16 , dataBoostEnabled_ );
2044
2044
}
2045
2045
getUnknownFields ().writeTo (output );
2046
2046
}
@@ -2092,7 +2092,7 @@ public int getSerializedSize() {
2092
2092
size += com .google .protobuf .CodedOutputStream .computeMessageSize (11 , getRequestOptions ());
2093
2093
}
2094
2094
if (dataBoostEnabled_ != false ) {
2095
- size += com .google .protobuf .CodedOutputStream .computeBoolSize (15 , dataBoostEnabled_ );
2095
+ size += com .google .protobuf .CodedOutputStream .computeBoolSize (16 , dataBoostEnabled_ );
2096
2096
}
2097
2097
size += getUnknownFields ().getSerializedSize ();
2098
2098
memoizedSize = size ;
@@ -2627,12 +2627,12 @@ public Builder mergeFrom(
2627
2627
bitField0_ |= 0x00000400 ;
2628
2628
break ;
2629
2629
} // case 90
2630
- case 120 :
2630
+ case 128 :
2631
2631
{
2632
2632
dataBoostEnabled_ = input .readBool ();
2633
2633
bitField0_ |= 0x00000800 ;
2634
2634
break ;
2635
- } // case 120
2635
+ } // case 128
2636
2636
default :
2637
2637
{
2638
2638
if (!super .parseUnknownField (input , extensionRegistry , tag )) {
@@ -4258,13 +4258,13 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder(
4258
4258
*
4259
4259
*
4260
4260
* <pre>
4261
- * If this is for a partitioned read and this field is set to `true`, the
4261
+ * If this is for a partitioned query and this field is set to `true`, the
4262
4262
* request will be executed via Spanner independent compute resources.
4263
4263
* If the field is set to `true` but the request does not set
4264
4264
* `partition_token`, the API will return an `INVALID_ARGUMENT` error.
4265
4265
* </pre>
4266
4266
*
4267
- * <code>bool data_boost_enabled = 15 ;</code>
4267
+ * <code>bool data_boost_enabled = 16 ;</code>
4268
4268
*
4269
4269
* @return The dataBoostEnabled.
4270
4270
*/
@@ -4276,13 +4276,13 @@ public boolean getDataBoostEnabled() {
4276
4276
*
4277
4277
*
4278
4278
* <pre>
4279
- * If this is for a partitioned read and this field is set to `true`, the
4279
+ * If this is for a partitioned query and this field is set to `true`, the
4280
4280
* request will be executed via Spanner independent compute resources.
4281
4281
* If the field is set to `true` but the request does not set
4282
4282
* `partition_token`, the API will return an `INVALID_ARGUMENT` error.
4283
4283
* </pre>
4284
4284
*
4285
- * <code>bool data_boost_enabled = 15 ;</code>
4285
+ * <code>bool data_boost_enabled = 16 ;</code>
4286
4286
*
4287
4287
* @param value The dataBoostEnabled to set.
4288
4288
* @return This builder for chaining.
@@ -4298,13 +4298,13 @@ public Builder setDataBoostEnabled(boolean value) {
4298
4298
*
4299
4299
*
4300
4300
* <pre>
4301
- * If this is for a partitioned read and this field is set to `true`, the
4301
+ * If this is for a partitioned query and this field is set to `true`, the
4302
4302
* request will be executed via Spanner independent compute resources.
4303
4303
* If the field is set to `true` but the request does not set
4304
4304
* `partition_token`, the API will return an `INVALID_ARGUMENT` error.
4305
4305
* </pre>
4306
4306
*
4307
- * <code>bool data_boost_enabled = 15 ;</code>
4307
+ * <code>bool data_boost_enabled = 16 ;</code>
4308
4308
*
4309
4309
* @return This builder for chaining.
4310
4310
*/
0 commit comments