Skip to content

Commit

Permalink
feat: add missing_value_interpretations to AppendRowsRequest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488693558

Source-Link: googleapis/googleapis@43bf96f

Source-Link: googleapis/googleapis-gen@1532dc6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmlnUXVlcnkuU3RvcmFnZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMTUzMmRjNmZkNWI1MmE1MzYxMzMwNGU3NWFhYzFiNWRhNDA3YjZiMyJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Nov 15, 2022
1 parent a4e2380 commit 13e3cd7
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ public async Task AppendRows()
Offset = 0L,
ProtoRows = new AppendRowsRequest.Types.ProtoData(),
TraceId = "",
MissingValueInterpretations =
{
{
"",
AppendRowsRequest.Types.MissingValueInterpretation.Unspecified
},
},
};
// Stream a request to the server
await response.WriteAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,12 +681,12 @@
"segments": [
{
"start": 20,
"end": 80,
"end": 87,
"type": "FULL"
},
{
"start": 36,
"end": 78,
"end": 85,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ public async Task AppendRows()
Offset = 0L,
ProtoRows = new AppendRowsRequest.Types.ProtoData(),
TraceId = "",
MissingValueInterpretations =
{
{
"",
AppendRowsRequest.Types.MissingValueInterpretation.Unspecified
},
},
};
// Stream a request to the server
await response.WriteAsync(request);
Expand Down
Loading

0 comments on commit 13e3cd7

Please sign in to comment.