Package google.registry.bigquery
Class BigqueryConnection.DestinationTable
java.lang.Object
google.registry.bigquery.BigqueryConnection.DestinationTable
- Enclosing class:
BigqueryConnection
Class that wraps a normal Bigquery API Table object to make it immutable from the client side
and give it additional semantics as a "destination" for load or query jobs, with an overwrite
flag set by the client upon creation.
Additionally provides encapsulation so that clients of BigqueryConnection don't need to take any direct dependencies on Bigquery API classes and can instead use DestinationTable.