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
It returns a Stream of Result<ObjectList>, which on one level is fine because it is exactly what Google makes available. At least for my use–case it would simplify things if there were a method that returned a Stream of Object instead.
The text was updated successfully, but these errors were encountered:
It returns a
Stream
ofResult<ObjectList>
, which on one level is fine because it is exactly what Google makes available. At least for my use–case it would simplify things if there were a method that returned aStream
ofObject
instead.The text was updated successfully, but these errors were encountered: