Class BigqueryConnection.DestinationTable

java.lang.Object
google.registry.bigquery.BigqueryConnection.DestinationTable
Enclosing class:
BigqueryConnection

public static class BigqueryConnection.DestinationTable extends Object
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.

  • Method Details

    • getStringReference

      public String getStringReference()
      Returns a string representation of the TableReference for the wrapped table.