Skip to content

Commit c3ffffa

Browse files
Google APIscopybara-github
authored andcommitted
feat: Adding new fields for Serverless analytics
PiperOrigin-RevId: 513499163
1 parent 257c085 commit c3ffffa

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

google/spanner/v1/spanner.proto

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,13 @@ message ExecuteSqlRequest {
643643

644644
// Common options for this request.
645645
RequestOptions request_options = 11;
646+
647+
// If this is for a partitioned read and this field is set to `true`, the
648+
// request will be executed via Spanner independent compute resources.
649+
//
650+
// If the field is set to `true` but the request does not set
651+
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
652+
bool data_boost_enabled = 15;
646653
}
647654

648655
// The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
@@ -949,6 +956,13 @@ message ReadRequest {
949956

950957
// Common options for this request.
951958
RequestOptions request_options = 11;
959+
960+
// If this is for a partitioned query and this field is set to `true`, the
961+
// request will be executed via Spanner independent compute resources.
962+
//
963+
// If the field is set to `true` but the request does not set
964+
// `partition_token`, the API will return an `INVALID_ARGUMENT` error.
965+
bool data_boost_enabled = 16;
952966
}
953967

954968
// The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].

0 commit comments

Comments
 (0)