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(bigquery/storage/managedwriter): add base client #4422

Merged
merged 10 commits into from Jul 14, 2021

Commits on Jul 12, 2021

  1. feat(bigquery/storage/managedwriter): add base client

    This PR adds a base client and implements some of the surface.  All the
    streaming client abstractions are elided and will be introduced in
    subsequent PRs, but this PR does include non-streaming RPC methods
    
    Alongside the client, we introduce an option type (WriterOption) for
    constructing a client in a variadic fashion.
    
    The client contains an internal settings type, streamSettings, which
    contains fields of note for both the streaming client abstraction and
    its flow controller.
    
    Testing: This PR contains unit tests, but doesn't include integration
    tests.  I'll start hoisting that in soon.
    shollyman committed Jul 12, 2021
    Copy the full SHA
    4d94327 View commit details
    Browse the repository at this point in the history
  2. clarify docstring

    shollyman committed Jul 12, 2021
    Copy the full SHA
    934e641 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f4e2a37 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. address comment lint errors

    shollyman committed Jul 13, 2021
    Copy the full SHA
    4a847a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    31e8faa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3a0290f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Copy the full SHA
    d302a58 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c303f5 View commit details
    Browse the repository at this point in the history
  3. update comment

    shollyman committed Jul 14, 2021
    Copy the full SHA
    290f887 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f1e409d View commit details
    Browse the repository at this point in the history