Skip to content

Commit

Permalink
add more optional fields to satisfy mypy type checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Feb 23, 2023
1 parent 853fc86 commit 1ebc815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ message StateGetResponse {
// (Optional) If specified, represents a token which can be used with the
// state API to get the next chunk of this logical byte stream. The end of
// the logical byte stream is signalled by this field being unset.
bytes continuation_token = 1;
optional bytes continuation_token = 1;

// Represents a part of a logical byte stream. Elements within
// the logical byte stream are encoded in the nested context and
Expand Down

0 comments on commit 1ebc815

Please sign in to comment.