Skip to content

Commit

Permalink
feat(spanner): add field for multiplexed session in spanner.proto
Browse files Browse the repository at this point in the history
docs: update comments

PiperOrigin-RevId: 607015598

Source-Link: googleapis/googleapis@8e8a37d

Source-Link: googleapis/googleapis-gen@0b51730
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuU3Bhbm5lci5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMGI1MTczMDhkY2MzOTBkMGI4MjFmOGE1ZDk4MmNiY2E5ZTU2NDAxMCJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Feb 14, 2024
1 parent 3a8650e commit 4bdb639
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public async Task BatchWriteRequestObject()
{
new BatchWriteRequest.Types.MutationGroup(),
},
ExcludeTxnFromChangeStreams = false,
};
// Make the request, returning a streaming response
using SpannerClient.BatchWriteStream response = spannerClient.BatchWrite(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3253,12 +3253,12 @@
"segments": [
{
"start": 20,
"end": 61,
"end": 62,
"type": "FULL"
},
{
"start": 36,
"end": 59,
"end": 60,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,7 @@ public async Task BatchWriteRequestObject()
{
new gcsv::BatchWriteRequest.Types.MutationGroup(),
},
ExcludeTxnFromChangeStreams = false,
};
// Make the request, returning a streaming response
using gcsv::SpannerClient.BatchWriteStream response = spannerClient.BatchWrite(request);
Expand Down

0 comments on commit 4bdb639

Please sign in to comment.