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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A builder for DestinationTable. -
Method Summary
Modifier and TypeMethodDescriptionReturns a string representation of the TableReference for the wrapped table.
-
Method Details
-
getStringReference
Returns a string representation of the TableReference for the wrapped table.
-