Commit 7ea0351
authored
bigquery: allow users to construct TableDefinition (#2814)
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.1 parent cf4f4c1 commit 7ea0351
4 files changed
Lines changed: 223 additions & 512 deletions
File tree
- google-cloud-bigquery/src/main/java/com/google/cloud/bigquery
0 commit comments