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

fix(bigquery): minor rename to feature that's not yet in a release #4320

Merged
merged 4 commits into from
Jun 29, 2021

Commits on Jun 25, 2021

  1. fix(bigquery): minor rename to feature that's not yet in a release.

    This adds a minor correction to Job's access to the underlying project.
    While the access on the Client is more accurately called `Project()` as
    it accepts project ID or project number, in this case the field is part
    of the underlying JobReference type.
    
    This was added yesterday in
    googleapis#4312 and hasn't made
    it into a release cut yet, so addressing this now before release.
    shollyman committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5e5f923 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. update comment

    shollyman committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    62c98cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6ff6c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    b48c299 View commit details
    Browse the repository at this point in the history