Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose new API with ReadRowsRequest in EnhancedBigtableStub #276

Merged
merged 2 commits into from May 11, 2020

Commits on Apr 30, 2020

  1. feat: expose StreamingCallable with ReadRowsRequest in EnhancedBigtab…

    …leStub
    
    This commit would enable the user to target the table using absolute resource name on each read request. Currently we expose `ServerStreamingCallable<Query, RowT>`, which does not have an option to provide different `app-profile-id` on each request.
    rahulKQL committed Apr 30, 2020
    Copy the full SHA
    fb025ae View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. chore: reorganized createReadRows callable methods

    With this commit, the public createReadRowsCallable() would refer to single createReadRowsBaseCallable.
    rahulKQL committed May 11, 2020
    Copy the full SHA
    5d32c60 View commit details
    Browse the repository at this point in the history