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

BigQuery: Use TableListItem for table listing. #4427

Merged
merged 6 commits into from
Nov 20, 2017

Commits on Nov 20, 2017

  1. BigQuery: Use TableListItem for table listing.

    The table list response only includes a subset of all table properties.
    This commit adds a new type to document explicitly which properties are
    included, but also make it clear that this object should not be used in
    place of a full Table object.
    tswast committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    0e4d216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e2e6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b744b2 View commit details
    Browse the repository at this point in the history
  4. Clarify TableListItem docs.

    tswast committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    83c0ccd View commit details
    Browse the repository at this point in the history
  5. Fix link syntax.

    tswast committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    3736102 View commit details
    Browse the repository at this point in the history
  6. Shrink property links.

    tswast committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    328f902 View commit details
    Browse the repository at this point in the history