You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(zb-experimental): Add all other methods open close send recv in _AsyncReadObjectStream (#1549)
* add AsyncAbstractObjectStream
this will be the parent class for AsyncReadObjectStream and AsyncWriteObjectStream
* keep _AsyncAbstractObjectStream private
* Add _AsyncReadObjectStream and it's stubs
* complete __init__ for read_obj_str
* remove unuseful comments
* add methods open close send recv
* change read_handle type from 'str' to 'bytes'
* fix doc strings, add licence and type hints
* pass abstract methods
* add handle param
* include handle in tests
* remove unit tests for abstract class
* edit doc string for _AsyncReadObjectStream
* refactor unit tests for async_read_object_stream
* bucket_name and object_name cannot be NONE
* bucket_name and object_name cannot be None
* simplyfy tests for open
* simply tests for send recv and close
* minor edit - add bidi-stream in doc string
* add checks for invalid inputs
* remove duplicated import
* remove unused import
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* remove unused import
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
0 commit comments