@ParametersAreNonnullByDefault
Package google.registry.bigquery
-
Class Summary Class Description BigqueryConnection Class encapsulating parameters and state for accessing the Bigquery API.BigqueryConnection.Builder Builder for aBigqueryConnection
, since the latter is immutable once created.BigqueryConnection.DestinationTable 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.BigqueryConnection.DestinationTable.Builder A builder for DestinationTable.BigqueryModule Dagger module for GoogleBigquery
connection objects.BigqueryUtils Utilities related to Bigquery.CheckedBigquery Wrapper ofBigquery
with validation helpers. -
Enum Summary Enum Description BigqueryUtils.DestinationFormat Destination formats for Bigquery extract jobs.BigqueryUtils.FieldType Bigquery schema field types.BigqueryUtils.TableType Bigquery table types (i.e.BigqueryUtils.WriteDisposition Bigquery write dispositions (i.e. -
Exception Summary Exception Description BigqueryJobFailureException Generic exception to throw if a Bigquery job fails.