Skip to content

bigquery: allow users to construct TableDefinition#2814

Merged
pongad merged 1 commit intogoogleapis:masterfrom
pongad:bq-auto
Jan 31, 2018
Merged

bigquery: allow users to construct TableDefinition#2814
pongad merged 1 commit intogoogleapis:masterfrom
pongad:bq-auto

Conversation

@pongad
Copy link
Copy Markdown
Contributor

@pongad pongad commented Jan 29, 2018

Fixes #2769 by making Builder methods public. This is OK since
TableDefinition and subclasses are all value classes anyway.

Also convert the classes to AutoValue.
We previously thought this was not possible, due to subclassing Builders.
Turns out it is, we just need to redeclare methods in subclasses.

Fixes #2769 by making Builder methods public. This is OK since
TableDefinition and subclasses are all value classes anyway.

Also convert the classes to AutoValue.
We previously thought this was not possible, due to subclassing Builders.
Turns out it is, we just need to redeclare methods in subclasses.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 29, 2018
@pongad pongad requested a review from vam-google January 31, 2018 00:40
@pongad pongad merged commit 7ea0351 into googleapis:master Jan 31, 2018
@pongad pongad deleted the bq-auto branch January 31, 2018 02:07
suztomo pushed a commit that referenced this pull request Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants