Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add proto + logic for streaming sequence (#1266)
* feat: add proto descriptions for streaming sequence Co-authored-by: Leah Cole <coleleah@google.com> Co-authored-by: Gal Zahavi <galzahavi@google.com> * fix: fix test failure - change endpoint for AttemptStreamingSequence Co-authored-by: Leah Cole <coleleah@google.com> Co-authored-by: Gal Zahavi <galzahavi@google.com> * fix: update URI per Noah's suggestion Co-authored-by: Leah Cole <coleleah@google.com> Co-authored-by: Gal Zahavi <galzahavi@google.com> * fix: adjust indentation Co-authored-by: Leah Cole <coleleah@google.com> Co-authored-by: Gal Zahavi <galzahavi@google.com> * update return type * Added StreamingSequence Service Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com> * Created StreamingSequence file and added functions Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com> * changed AttemptStreamingSequence function Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com> * updated AttemptStreamingSequence * updated StreamSequence to support stream resuming * fixed StreamReport not being found issue * cleanup: small style changes * condense streaming logic into sequence svc files * added StreamingSequence tests * lint fixes * chore: gofmt fixes (#1290) * Apply suggestions from code review style fixes related to snake/camel case Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com> * address comments * Update schema/google/showcase/v1beta1/sequence.proto Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com> * changed streaming_sequence to streamingSequence * fixed failing GetStreamingsequence issue * change Streaming_squence to streaming_sequence * regenerated sequence service * fixed lint failure * changed method_signature to StreamingSequence * revert changes * regenerated genrest * edit AttemptStreamingSeq.error to attempt_status * changed AttemptStreamingSequenceRequest comment * remove status from AttemptStreamingSequenceRequest --------- Co-authored-by: Gal Zahavi <galzahavi@google.com> Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com> Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com> Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
- Loading branch information