Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

Acl - Class in com.google.cloud.bigquery
Access Control for a BigQuery Dataset.
Acl.Domain - Class in com.google.cloud.bigquery
Class for a BigQuery Domain entity.
Acl.Entity - Class in com.google.cloud.bigquery
Base class for BigQuery entities that can be grant access to the dataset.
Acl.Entity.Type - Enum in com.google.cloud.bigquery
Types of BigQuery entities.
Acl.Group - Class in com.google.cloud.bigquery
Class for a BigQuery Group entity.
Acl.IamMember - Class in com.google.cloud.bigquery
Class for a BigQuery IamMember entity.
Acl.Role - Class in com.google.cloud.bigquery
Dataset roles supported by BigQuery.
Acl.User - Class in com.google.cloud.bigquery
Class for a BigQuery User entity.
Acl.View - Class in com.google.cloud.bigquery
Class for a BigQuery View entity.
addNamedParameter(String, QueryParameterValue) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Adds a named query parameter to the set of query parameters.
addPositionalParameter(QueryParameterValue) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Adds a positional query parameter to the list of query parameters.
addRow(InsertAllRequest.RowToInsert) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Adds a row to be inserted.
addRow(String, Map<String, ?>) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Adds a row to be inserted with associated id.
addRow(Map<String, ?>) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Adds a row to be inserted without an associated id.
addTableDefinition(String, ExternalTableDefinition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Adds a new external table definition.
all() - Static method in class com.google.cloud.bigquery.BigQuery.DatasetListOption
Returns an options to list all datasets, even hidden ones.
allowJaggedRows() - Method in class com.google.cloud.bigquery.CsvOptions
Returns whether BigQuery should accept rows that are missing trailing optional columns.
allowLargeResults() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether the job is enabled to create arbitrarily large results.
allowQuotedNewLines() - Method in class com.google.cloud.bigquery.CsvOptions
Returns whether BigQuery should allow quoted data sections that contain newline characters in a CSV file.
allUsers() - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to list all jobs, even the ones issued by other users.
ALTER_TABLE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
ALTER_VIEW - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
array(T[], Class<T>) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of ARRAY, and an array element type based on the given class.
array(T[], StandardSQLTypeName) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of ARRAY the given array element type.
avro() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for AVRO format.

B

Benchmark - Class in com.google.cloud.bigquery.benchmark
 
BigQuery - Interface in com.google.cloud.bigquery
An interface for Google Cloud BigQuery.
BigQuery.DatasetDeleteOption - Class in com.google.cloud.bigquery
Class for specifying dataset delete options.
BigQuery.DatasetField - Enum in com.google.cloud.bigquery
Fields of a BigQuery Dataset resource.
BigQuery.DatasetListOption - Class in com.google.cloud.bigquery
Class for specifying dataset list options.
BigQuery.DatasetOption - Class in com.google.cloud.bigquery
Class for specifying dataset get, create and update options.
BigQuery.JobField - Enum in com.google.cloud.bigquery
Fields of a BigQuery Job resource.
BigQuery.JobListOption - Class in com.google.cloud.bigquery
Class for specifying job list options.
BigQuery.JobOption - Class in com.google.cloud.bigquery
Class for specifying table get and create options.
BigQuery.ModelField - Enum in com.google.cloud.bigquery
Fields of a BigQuery Model resource.
BigQuery.ModelListOption - Class in com.google.cloud.bigquery
Class for specifying table list options.
BigQuery.ModelOption - Class in com.google.cloud.bigquery
Class for specifying model get, create and update options.
BigQuery.QueryOption - Class in com.google.cloud.bigquery
 
BigQuery.QueryResultsOption - Class in com.google.cloud.bigquery
Class for specifying query results options.
BigQuery.RoutineField - Enum in com.google.cloud.bigquery
Fields of a BigQuery Routine resource.
BigQuery.RoutineListOption - Class in com.google.cloud.bigquery
Class for specifying routine list options.
BigQuery.RoutineOption - Class in com.google.cloud.bigquery
Class for specifying table get, create and update options.
BigQuery.TableDataListOption - Class in com.google.cloud.bigquery
Class for specifying table data list options.
BigQuery.TableField - Enum in com.google.cloud.bigquery
Fields of a BigQuery Table resource.
BigQuery.TableListOption - Class in com.google.cloud.bigquery
Class for specifying table list options.
BigQuery.TableOption - Class in com.google.cloud.bigquery
Class for specifying table get, create and update options.
BigQueryError - Class in com.google.cloud.bigquery
Google Cloud BigQuery Error.
BigQueryError(String, String, String, String) - Constructor for class com.google.cloud.bigquery.BigQueryError
 
BigQueryError(String, String, String) - Constructor for class com.google.cloud.bigquery.BigQueryError
 
BigQueryException - Exception in com.google.cloud.bigquery
BigQuery service exception.
BigQueryException(int, String) - Constructor for exception com.google.cloud.bigquery.BigQueryException
 
BigQueryException(int, String, Throwable) - Constructor for exception com.google.cloud.bigquery.BigQueryException
 
BigQueryException(int, String, BigQueryError) - Constructor for exception com.google.cloud.bigquery.BigQueryException
 
BigQueryException(IOException) - Constructor for exception com.google.cloud.bigquery.BigQueryException
 
BigQueryFactory - Interface in com.google.cloud.bigquery
An interface for BigQuery factories.
BigQueryHelperException(String, Throwable) - Constructor for exception com.google.cloud.bigquery.testing.RemoteBigQueryHelper.BigQueryHelperException
 
BigQueryOptions - Class in com.google.cloud.bigquery
 
BigQueryOptions.Builder - Class in com.google.cloud.bigquery
 
BigQueryOptions.DefaultBigQueryFactory - Class in com.google.cloud.bigquery
 
BigQueryOptions.DefaultBigQueryRpcFactory - Class in com.google.cloud.bigquery
 
BigQueryRpc - Interface in com.google.cloud.bigquery.spi.v2
 
BigQueryRpc.Option - Enum in com.google.cloud.bigquery.spi.v2
 
BigQueryRpcFactory - Interface in com.google.cloud.bigquery.spi
An interface for BigQuery RPC factory.
bigtable() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for BIGTABLE format.
BigtableColumn - Class in com.google.cloud.bigquery
 
BigtableColumn() - Constructor for class com.google.cloud.bigquery.BigtableColumn
 
BigtableColumn.Builder - Class in com.google.cloud.bigquery
 
BigtableColumnFamily - Class in com.google.cloud.bigquery
List of column families to expose in the table schema along with their types.
BigtableColumnFamily() - Constructor for class com.google.cloud.bigquery.BigtableColumnFamily
 
BigtableColumnFamily.Builder - Class in com.google.cloud.bigquery
 
BigtableOptions - Class in com.google.cloud.bigquery
 
BigtableOptions.Builder - Class in com.google.cloud.bigquery
A builder for BigtableOptions objects.
bool(Boolean) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of BOOL.
BOOLEAN - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
A Boolean value (true or false).
build() - Method in class com.google.cloud.bigquery.BigQueryOptions.Builder
 
build() - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
 
build() - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
 
build() - Method in class com.google.cloud.bigquery.BigtableOptions.Builder
 
build() - Method in class com.google.cloud.bigquery.Clustering.Builder
 
build() - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Creates a CsvOptions object.
build() - Method in class com.google.cloud.bigquery.Dataset.Builder
 
build() - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Creates a DatasetInfo object.
build() - Method in class com.google.cloud.bigquery.DatastoreBackupOptions.Builder
Creates a DatastoreBackupOptions object.
build() - Method in class com.google.cloud.bigquery.EncryptionConfiguration.Builder
Creates a EncryptionConfiguration object.
build() - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Creates an ExternalTableDefinition object.
build() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.Field.Builder
Creates a Field object.
build() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions.Builder
Creates a GoogleSheetsOptions object.
build() - Method in class com.google.cloud.bigquery.HivePartitioningOptions.Builder
Creates a HivePartitioningOptions object.
build() - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Creates an InsertAllRequest object.
build() - Method in class com.google.cloud.bigquery.Job.Builder
 
build() - Method in class com.google.cloud.bigquery.JobConfiguration.Builder
Creates an object.
build() - Method in class com.google.cloud.bigquery.JobId.Builder
 
build() - Method in class com.google.cloud.bigquery.JobInfo.Builder
Creates a JobInfo object.
build() - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
Creates a MaterializedViewDefinition object.
build() - Method in class com.google.cloud.bigquery.Model.Builder
 
build() - Method in class com.google.cloud.bigquery.ModelInfo.Builder
Creates a ModelInfo object.
build() - Method in class com.google.cloud.bigquery.ModelTableDefinition.Builder
Creates a ModelTableDefinition object.
build() - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Creates a QueryParameterValue object.
build() - Method in class com.google.cloud.bigquery.RangePartitioning.Builder
Creates a RangePartitioning object.
build() - Method in class com.google.cloud.bigquery.RangePartitioning.Range.Builder
Creates a Range object.
build() - Method in class com.google.cloud.bigquery.Routine.Builder
 
build() - Method in class com.google.cloud.bigquery.RoutineArgument.Builder
Creates a RoutineArgument object.
build() - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Creates a RoutineInfo object.
build() - Method in class com.google.cloud.bigquery.StandardSQLDataType.Builder
Creates a StandardSQLDataType object.
build() - Method in class com.google.cloud.bigquery.StandardSQLField.Builder
Creates a StandardSQLField object.
build() - Method in class com.google.cloud.bigquery.StandardSQLStructType.Builder
Creates a StandardSQLStructType object.
build() - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Creates a StandardTableDefinition object.
build() - Method in class com.google.cloud.bigquery.Table.Builder
 
build() - Method in class com.google.cloud.bigquery.TableDefinition.Builder
Creates an object.
build() - Method in class com.google.cloud.bigquery.TableInfo.Builder
Creates a TableInfo object.
build() - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
build() - Method in class com.google.cloud.bigquery.TimePartitioning.Builder
 
build() - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Creates a ViewDefinition object.
build() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.BigtableColumn.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.BigtableColumnFamily.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.Clustering.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.DatasetInfo.Builder
 
Builder(EncryptionConfiguration) - Constructor for class com.google.cloud.bigquery.EncryptionConfiguration.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.ExternalTableDefinition.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.JobId.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.JobInfo.Builder
 
builder(TableId, String) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Creates a builder for a BigQuery Load Job configuration given the destination table and source URI.
Builder() - Constructor for class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.ModelInfo.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.ModelTableDefinition.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.QueryParameterValue.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.RoutineArgument.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.RoutineInfo.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.StandardSQLDataType.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.StandardSQLField.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.StandardSQLStructType.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.TableDefinition.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.TableInfo.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.TimelineSample.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.TimePartitioning.Builder
 
Builder() - Constructor for class com.google.cloud.bigquery.ViewDefinition.Builder
 
BYTES - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Variable-length binary data.
bytes(byte[]) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of BYTES.

C

cancel(String) - Method in interface com.google.cloud.bigquery.BigQuery
Sends a job cancel request.
cancel(JobId) - Method in interface com.google.cloud.bigquery.BigQuery
Sends a job cancel request.
cancel() - Method in class com.google.cloud.bigquery.Job
Sends a job cancel request.
cancel(String, String, String) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Sends a job cancel request.
cancel(String, String, String) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
Clustering - Class in com.google.cloud.bigquery
 
Clustering() - Constructor for class com.google.cloud.bigquery.Clustering
 
Clustering.Builder - Class in com.google.cloud.bigquery
 
com.google.cloud.bigquery - package com.google.cloud.bigquery
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics.
com.google.cloud.bigquery.benchmark - package com.google.cloud.bigquery.benchmark
 
com.google.cloud.bigquery.spi - package com.google.cloud.bigquery.spi
 
com.google.cloud.bigquery.spi.v2 - package com.google.cloud.bigquery.spi.v2
 
com.google.cloud.bigquery.testing - package com.google.cloud.bigquery.testing
A testing helper for Google BigQuery.
copy(String, String, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to copy the current table to the provided destination table.
copy(TableId, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to copy the current table to the provided destination table.
CopyJobConfiguration - Class in com.google.cloud.bigquery
Google BigQuery copy job configuration.
CopyJobConfiguration.Builder - Class in com.google.cloud.bigquery
 
create(DatasetInfo, BigQuery.DatasetOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Creates a new dataset.
create(TableInfo, BigQuery.TableOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Creates a new table.
create(RoutineInfo, BigQuery.RoutineOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Creates a new routine.
create(JobInfo, BigQuery.JobOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Creates a new job.
create(BigQueryOptions) - Method in class com.google.cloud.bigquery.BigQueryOptions.DefaultBigQueryFactory
 
create(BigQueryOptions) - Method in class com.google.cloud.bigquery.BigQueryOptions.DefaultBigQueryRpcFactory
 
create(String, TableDefinition, BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Dataset
Creates a new table in this dataset.
create(Dataset, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Creates a new dataset.
create(Table, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Creates a new table.
create(Job, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Creates a new job.
create(Routine, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Creates the requested routine.
create(Dataset, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
create(Table, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
create(Routine, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
create(Job, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
create(String, InputStream) - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Creates a RemoteBigQueryHelper object for the given project id and JSON key input stream.
create() - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Creates a RemoteBigQueryHelper object using default project id and authentication credentials.
CREATE_FUNCTION - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
CREATE_MODEL - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
CREATE_PROCEDURE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
CREATE_TABLE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
CREATE_TABLE_AS_SELECT - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
CREATE_VIEW - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
csv() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for CSV format.
CsvOptions - Class in com.google.cloud.bigquery
Google BigQuery options for CSV format.
CsvOptions.Builder - Class in com.google.cloud.bigquery
 

D

Dataset - Class in com.google.cloud.bigquery
A Google BigQuery Dataset.
Dataset.Builder - Class in com.google.cloud.bigquery
A builder for Dataset objects.
DatasetId - Class in com.google.cloud.bigquery
Google BigQuery Dataset identity.
DatasetInfo - Class in com.google.cloud.bigquery
Google BigQuery Dataset information.
DatasetInfo.Builder - Class in com.google.cloud.bigquery
A builder for DatasetInfo objects.
datastoreBackup() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for DATASTORE_BACKUP format.
DatastoreBackupOptions - Class in com.google.cloud.bigquery
Google BigQuery options for Cloud Datastore backup.
DatastoreBackupOptions.Builder - Class in com.google.cloud.bigquery
 
DATE - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Represents a logical calendar date.
date(String) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of DATE.
DATETIME - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Represents a year, month, day, hour, minute, second, and subsecond (microsecond precision).
dateTime(String) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of DATETIME.
DEFAULT_PROJECTION - Static variable in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
DefaultBigQueryFactory() - Constructor for class com.google.cloud.bigquery.BigQueryOptions.DefaultBigQueryFactory
 
DefaultBigQueryRpcFactory() - Constructor for class com.google.cloud.bigquery.BigQueryOptions.DefaultBigQueryRpcFactory
 
delete(String, BigQuery.DatasetDeleteOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested dataset.
delete(DatasetId, BigQuery.DatasetDeleteOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested dataset.
delete(String, String) - Method in interface com.google.cloud.bigquery.BigQuery
Deprecated.
Now that BigQuery datasets contain multiple resource types, this invocation is ambiguous. Please use more strongly typed version of #delete that leverages an non-ambiguous resource type identifier such as TableId.
delete(TableId) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested table.
delete(ModelId) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested model.
delete(RoutineId) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested routine.
delete(BigQuery.DatasetDeleteOption...) - Method in class com.google.cloud.bigquery.Dataset
Deletes this dataset.
DELETE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
delete() - Method in class com.google.cloud.bigquery.Model
Deletes this model.
delete() - Method in class com.google.cloud.bigquery.Routine
Deletes this routine.
delete() - Method in class com.google.cloud.bigquery.Table
Deletes this table.
deleteContents() - Static method in class com.google.cloud.bigquery.BigQuery.DatasetDeleteOption
Returns an option to delete a dataset even if non-empty.
deleteDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Delete the requested dataset.
deleteDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
deleteModel(String, String, String) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Delete the requested model.
deleteModel(String, String, String) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
deleteRoutine(String, String, String) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Deletes the requested routine.
deleteRoutine(String, String, String) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
deleteTable(String, String, String) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Delete the requested table.
deleteTable(String, String, String) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
Domain(String) - Constructor for class com.google.cloud.bigquery.Acl.Domain
Creates a Domain entity given the domain name.
DONE - Static variable in class com.google.cloud.bigquery.JobStatus.State
The BigQuery Job has completed either succeeding or failing.
DROP_FUNCTION - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
DROP_PROCEDURE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
DROP_TABLE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
DROP_VIEW - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
dryRun() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether the job has to be dry run or not.

E

EmptyTableResult - Class in com.google.cloud.bigquery
 
EmptyTableResult(Schema) - Constructor for class com.google.cloud.bigquery.EmptyTableResult
An empty TableResult to avoid making API requests to unlistable tables.
EncryptionConfiguration - Class in com.google.cloud.bigquery
 
EncryptionConfiguration.Builder - Class in com.google.cloud.bigquery
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.Domain
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.Group
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.IamMember
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.User
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.View
 
equals(Object) - Method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
equals(Object) - Method in class com.google.cloud.bigquery.BigQueryError
 
equals(Object) - Method in exception com.google.cloud.bigquery.BigQueryException
 
equals(Object) - Method in class com.google.cloud.bigquery.BigQueryOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.BigtableOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.CopyJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.CsvOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.Dataset
 
equals(Object) - Method in class com.google.cloud.bigquery.DatasetId
 
equals(Object) - Method in class com.google.cloud.bigquery.DatasetInfo
 
equals(Object) - Method in class com.google.cloud.bigquery.DatastoreBackupOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.EncryptionConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.Field
 
equals(Object) - Method in class com.google.cloud.bigquery.FieldValue
 
equals(Object) - Method in class com.google.cloud.bigquery.FormatOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.HivePartitioningOptions
 
equals(Object) - Method in class com.google.cloud.bigquery.InsertAllRequest
 
equals(Object) - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
 
equals(Object) - Method in class com.google.cloud.bigquery.InsertAllResponse
 
equals(Object) - Method in class com.google.cloud.bigquery.Job
 
equals(Object) - Method in class com.google.cloud.bigquery.JobInfo
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.CopyStatistics
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.ExtractStatistics
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
 
equals(Object) - Method in class com.google.cloud.bigquery.JobStatus
 
equals(Object) - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.Model
 
equals(Object) - Method in class com.google.cloud.bigquery.ModelId
 
equals(Object) - Method in class com.google.cloud.bigquery.ModelInfo
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryStage
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
 
equals(Object) - Method in class com.google.cloud.bigquery.RangePartitioning
 
equals(Object) - Method in class com.google.cloud.bigquery.RangePartitioning.Range
 
equals(Object) - Method in class com.google.cloud.bigquery.Routine
 
equals(Object) - Method in class com.google.cloud.bigquery.RoutineId
 
equals(Object) - Method in class com.google.cloud.bigquery.RoutineInfo
 
equals(Object) - Method in class com.google.cloud.bigquery.Schema
 
equals(Object) - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
 
equals(Object) - Method in class com.google.cloud.bigquery.Table
 
equals(Object) - Method in class com.google.cloud.bigquery.TableId
 
equals(Object) - Method in class com.google.cloud.bigquery.TableInfo
 
equals(Object) - Method in class com.google.cloud.bigquery.TableResult
 
equals(Object) - Method in class com.google.cloud.bigquery.UserDefinedFunction
 
equals(Object) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
exists() - Method in class com.google.cloud.bigquery.Dataset
Checks if this dataset exists.
exists() - Method in class com.google.cloud.bigquery.Job
Checks if this job exists.
exists() - Method in class com.google.cloud.bigquery.Model
Check if this model exists.
exists() - Method in class com.google.cloud.bigquery.Routine
Checks if this routine exists.
exists() - Method in class com.google.cloud.bigquery.Table
Checks if this table exists.
EXTERNAL - Static variable in class com.google.cloud.bigquery.TableDefinition.Type
A BigQuery table backed by external data.
ExternalTableDefinition - Class in com.google.cloud.bigquery
Google BigQuery external table definition.
ExternalTableDefinition() - Constructor for class com.google.cloud.bigquery.ExternalTableDefinition
 
ExternalTableDefinition.Builder - Class in com.google.cloud.bigquery
 
extract(String, String, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to extract the current table to the provided destination URI.
extract(String, List<String>, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to extract the current table to the provided destination URIs.
ExtractJobConfiguration - Class in com.google.cloud.bigquery
Google BigQuery extract job configuration.
ExtractJobConfiguration.Builder - Class in com.google.cloud.bigquery
 

F

Field - Class in com.google.cloud.bigquery
Google BigQuery Table schema field.
Field.Builder - Class in com.google.cloud.bigquery
 
Field.Mode - Enum in com.google.cloud.bigquery
Mode for a BigQuery Table field.
FieldList - Class in com.google.cloud.bigquery
Google BigQuery Table schema fields (columns).
fields(BigQuery.DatasetField...) - Static method in class com.google.cloud.bigquery.BigQuery.DatasetOption
Returns an option to specify the dataset's fields to be returned by the RPC call.
fields(BigQuery.JobField...) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to specify the job's fields to be returned by the RPC call.
fields(BigQuery.JobField...) - Static method in class com.google.cloud.bigquery.BigQuery.JobOption
Returns an option to specify the job's fields to be returned by the RPC call.
fields(BigQuery.ModelField...) - Static method in class com.google.cloud.bigquery.BigQuery.ModelOption
Returns an option to specify the model's fields to be returned by the RPC call.
fields(BigQuery.RoutineField...) - Static method in class com.google.cloud.bigquery.BigQuery.RoutineOption
Returns an option to specify the routines's fields to be returned by the RPC call.
fields(BigQuery.TableField...) - Static method in class com.google.cloud.bigquery.BigQuery.TableOption
Returns an option to specify the table's fields to be returned by the RPC call.
FieldValue - Class in com.google.cloud.bigquery
Google BigQuery Table Field Value class.
FieldValue.Attribute - Enum in com.google.cloud.bigquery
The field value's attribute, giving information on the field's content type.
FieldValueList - Class in com.google.cloud.bigquery
Google BigQuery Table Field Values class, which represents a row in returned query result (table row).
flattenResults() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether nested and repeated fields should be flattened.
FLOAT - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
A 64-bit IEEE binary floating-point value.
float64(Double) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of FLOAT64.
float64(Float) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of FLOAT64.
flushBuffer(int, boolean) - Method in class com.google.cloud.bigquery.TableDataWriteChannel
 
forceDelete(BigQuery, String) - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Deletes a dataset, even if non-empty.
FormatOptions - Class in com.google.cloud.bigquery
Base class for Google BigQuery format options.
fromUri(String) - Static method in class com.google.cloud.bigquery.UserDefinedFunction
Creates a Google Cloud BigQuery user-defined function given a Google Cloud Storage URI (e.g.

G

generateDatasetName() - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Returns a dataset name generated using a random UUID.
generateModelName() - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
 
generateRoutineName() - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
 
GEOGRAPHY - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Represents a set of geographic points, represented as a Well Known Text (WKT) string.
get(String, BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Dataset
Returns the requested table in this dataset or null if not found.
get(int) - Method in class com.google.cloud.bigquery.FieldList
Get schema field by index.
get(String) - Method in class com.google.cloud.bigquery.FieldList
Get schema field by name.
get(int) - Method in class com.google.cloud.bigquery.FieldValueList
Gets field value by index.
get(String) - Method in class com.google.cloud.bigquery.FieldValueList
Gets field value by index.
getAcl() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the dataset's access control configuration.
getActiveUnits() - Method in class com.google.cloud.bigquery.TimelineSample
Returns the total number of work units currently being processed.
getArguments() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the list of arguments for the routine.
getArrayElementType() - Method in class com.google.cloud.bigquery.StandardSQLDataType
Returns the type of an ARRAY's elements.
getArrayType() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the data type of the array elements.
getArrayValues() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the array values of this parameter.
getAttribute() - Method in class com.google.cloud.bigquery.FieldValue
Returns the attribute of this Field Value.
getAutodetect() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
[Experimental] Returns whether automatic detection of schema and format options should be performed.
getAutodetect() - Method in interface com.google.cloud.bigquery.LoadConfiguration
[Experimental] Returns whether automatic inference of the options and schema for CSV and JSON sources is set.
getAutodetect() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getAutodetect() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getBadRecords() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Returns the number of bad records reported in a job.
getBigQuery() - Method in class com.google.cloud.bigquery.Dataset
Returns the dataset's BigQuery object used to issue requests.
getBigQuery() - Method in class com.google.cloud.bigquery.Job
Returns the job's BigQuery object used to issue requests.
getBigQuery() - Method in class com.google.cloud.bigquery.Model
Return's the model's BigQuery object used to issue requests.
getBigQuery() - Method in class com.google.cloud.bigquery.Routine
Returns the routine's BigQuery object used to issue requests.
getBigQuery() - Method in class com.google.cloud.bigquery.Table
Returns the table's BigQuery object used to issue requests.
getBigQueryRpcV2() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
getBillingTier() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the billing tier for the job.
getBody() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the definition body of the routine.
getBooleanValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a Boolean.
getBytesValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a byte array.
getCacheHit() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns whether the query result was fetched from the query cache.
getClustering() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the clustering specification for the definition table.
getClustering() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getClustering() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the clustering specification for the destination table.
getClustering() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the clustering configuration for this table.
getClustering() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getColumnFamilies() - Method in class com.google.cloud.bigquery.BigtableOptions
 
getColumns() - Method in class com.google.cloud.bigquery.BigtableColumnFamily
 
getCompletedParallelInputs() - Method in class com.google.cloud.bigquery.QueryStage
Returns the number of parallel input segments completed.
getCompletedUnits() - Method in class com.google.cloud.bigquery.TimelineSample
Returns the total number of work units completed by this query.
getCompression() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns the compression type of the data source.
getCompression() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the compression value of exported files.
getComputeMsAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the average worker spent on CPU-bound tasks.
getComputeMsMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the slowest worker spent on CPU-bound tasks.
getComputeRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the average worker spent CPU-bound, divided by the longest time spent by any worker in any segment.
getComputeRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the slowest worker spent CPU-bound, divided by the longest time spent by any worker in any segment.
getConfiguration() - Method in class com.google.cloud.bigquery.JobInfo
Returns the job's configuration.
getContent() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Returns the actual content of the row, as a map.
getContent() - Method in class com.google.cloud.bigquery.UserDefinedFunction
If UserDefinedFunction.getType() is UserDefinedFunction.Type.INLINE this method returns a code blob.
getCreateDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns whether the job is allowed to create new tables.
getCreateDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns whether the job is allowed to create new tables.
getCreateDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getCreateDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether the job is allowed to create new tables.
getCreateDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getCreationTime() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the time when this dataset was created, in milliseconds since the epoch.
getCreationTime() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the creation time of the job in milliseconds since epoch.
getCreationTime() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the time when this model was created, in milliseconds since the epoch.
getCreationTime() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the creation time of the routine, represented as milliseconds since the epoch.
getCreationTime() - Method in class com.google.cloud.bigquery.TableInfo
Returns the time when this table was created, in milliseconds since the epoch.
getCsvOptions() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns additional properties used to parse CSV data (used when LoadConfiguration.getFormat() is set to CSV).
getCsvOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getCsvOptions() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getDataset(String, BigQuery.DatasetOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested dataset or null if not found.
getDataset(DatasetId, BigQuery.DatasetOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested dataset or null if not found.
getDataset() - Method in class com.google.cloud.bigquery.DatasetId
Returns dataset's user-defined id.
getDataset() - Method in class com.google.cloud.bigquery.ModelId
Return corresponding dataset ID for this model.
getDataset() - Method in class com.google.cloud.bigquery.RoutineId
Return corresponding dataset ID for this routine.
getDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns the requested dataset or null if not found.
getDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getDataset() - Method in class com.google.cloud.bigquery.TableId
Returns dataset's user-defined id.
getDatasetId() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the dataset identity.
getDatastoreBackupOptions() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns additional options used to load from a Cloud datastore backup.
getDatastoreBackupOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getDatastoreBackupOptions() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getDataType() - Method in class com.google.cloud.bigquery.RoutineArgument
 
getDataType() - Method in class com.google.cloud.bigquery.StandardSQLField
Returns the field's data type.
getDdlOperationPerformed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
[BETA] For DDL queries, returns the operation applied to the DDL target table.
getDdlTargetRoutine() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
[BETA] For DDL queries, returns the RoutineId of the targeted routine.
getDdlTargetTable() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
[BETA] For DDL queries, returns the TableID of the targeted table.
getDefaultDataset() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the default dataset.
getDefaultEncryptionConfiguration() - Method in class com.google.cloud.bigquery.DatasetInfo
 
getDefaultHttpTransportOptions() - Static method in class com.google.cloud.bigquery.BigQueryOptions
 
getDefaultInstance() - Static method in class com.google.cloud.bigquery.BigQueryOptions
 
getDefaultPartitionExpirationMs() - Method in class com.google.cloud.bigquery.DatasetInfo
 
getDefaultTableLifetime() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the default lifetime of all tables in the dataset, in milliseconds.
getDefinition() - Method in class com.google.cloud.bigquery.TableInfo
Returns the table definition.
getDescription() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns a user-friendly description for the dataset.
getDescription() - Method in class com.google.cloud.bigquery.Field
Returns the field description.
getDescription() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the user description of the model.
getDescription() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the description of the routine.
getDescription() - Method in class com.google.cloud.bigquery.TableInfo
Returns a user-friendly description for the table.
getDestinationEncryptionConfiguration() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
 
getDestinationEncryptionConfiguration() - Method in interface com.google.cloud.bigquery.LoadConfiguration
 
getDestinationEncryptionConfiguration() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getDestinationEncryptionConfiguration() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
getDestinationEncryptionConfiguration() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getDestinationTable() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns the destination table to load the data into.
getDestinationTable() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the destination table to load the data into.
getDestinationTable() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getDestinationTable() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the table where to put query results.
getDestinationTable() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getDestinationUriFileCounts() - Method in class com.google.cloud.bigquery.JobStatistics.ExtractStatistics
Returns the number of files per destination URI or URI pattern specified in the extract job.
getDestinationUris() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the list of fully-qualified Google Cloud Storage URIs where the extracted table should be written.
getDomain() - Method in class com.google.cloud.bigquery.Acl.Domain
Returns the domain name.
getDoubleValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a Double.
getElapsedMs() - Method in class com.google.cloud.bigquery.TimelineSample
Returns the sample time as milliseconds elapsed since the start of query execution.
getEmail() - Method in class com.google.cloud.bigquery.Acl.User
Returns user's email.
getEnableRefresh() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns enable automatic refresh of the materialized view when the base table is updated.
getEncoding() - Method in class com.google.cloud.bigquery.BigtableColumn
 
getEncoding() - Method in class com.google.cloud.bigquery.BigtableColumnFamily
 
getEncoding() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the character encoding of the data.
getEncryptionConfiguration() - Method in class com.google.cloud.bigquery.ModelInfo
 
getEncryptionConfiguration() - Method in class com.google.cloud.bigquery.TableInfo
 
getEnd() - Method in class com.google.cloud.bigquery.RangePartitioning.Range
Returns the end of range partitioning.
getEndColumn() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns the end column.
getEndLine() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns the end line.
getEndMs() - Method in class com.google.cloud.bigquery.QueryStage
Returns the stage end time represented as milliseconds since epoch.
getEndTime() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the end time of the job in milliseconds since epoch.
getEntity() - Method in class com.google.cloud.bigquery.Acl
Returns the entity for this ACL.
getError() - Method in exception com.google.cloud.bigquery.BigQueryException
Returns the BigQueryError that caused this exception.
getError() - Method in class com.google.cloud.bigquery.JobStatus
Returns the final error result of the job.
getErrors() - Method in exception com.google.cloud.bigquery.JobException
The errors reported by the job.
getErrorsFor(long) - Method in class com.google.cloud.bigquery.InsertAllResponse
Returns errors for the provided row index.
getEstimatedBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Returns a lower-bound estimate of the number of bytes currently in the streaming buffer.
getEstimatedBytesProcessed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
The original estimate of bytes processed for the job.
getEstimatedRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Returns a lower-bound estimate of the number of rows currently in the streaming buffer.
getEtag() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the hash of the dataset resource.
getEtag() - Method in class com.google.cloud.bigquery.JobInfo
Returns the hash of the job resource.
getEtag() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the hash of the model resource.
getEtag() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the hash of the routine resource.
getEtag() - Method in class com.google.cloud.bigquery.TableInfo
Returns the hash of the table resource.
getEvaluationKind() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics
Returns child job was a statement or expression
getExecutionErrors() - Method in class com.google.cloud.bigquery.JobStatus
Returns all errors encountered during the running of the job.
getExpirationMs() - Method in class com.google.cloud.bigquery.TimePartitioning
Returns the number of milliseconds for which to keep the storage for a partition.
getExpirationTime() - Method in class com.google.cloud.bigquery.ModelInfo
Returns this this model expires, in milliseconds since the epoch.
getExpirationTime() - Method in class com.google.cloud.bigquery.TableInfo
Returns the time when this table expires, in milliseconds since the epoch.
getFamilyID() - Method in class com.google.cloud.bigquery.BigtableColumnFamily
 
getFeatureColumns() - Method in class com.google.cloud.bigquery.ModelInfo
Returns information about the feature columns for this model.
getField() - Method in class com.google.cloud.bigquery.RangePartitioning
Returns the range partitioning field.
getField() - Method in class com.google.cloud.bigquery.TimePartitioning
If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field.
getFieldDelimiter() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the separator for fields in a CSV file.
getFieldDelimiter() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the delimiter used between fields in the exported data.
getFieldName() - Method in class com.google.cloud.bigquery.BigtableColumn
 
getFields() - Method in class com.google.cloud.bigquery.Clustering
 
getFields() - Method in class com.google.cloud.bigquery.Schema
Returns the fields in the current table schema.
getFields() - Method in class com.google.cloud.bigquery.StandardSQLStructType
Returns the list of fields within a struct type.
getFormat() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the exported files format.
getFormat() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the format of the data files.
getFormat() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getFormat() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getFormatOptions() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns the source format, and possibly some parsing options, of the external data.
getFriendlyName() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns a user-friendly name for the dataset.
getFriendlyName() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the user-friendly name for the model.
getFriendlyName() - Method in class com.google.cloud.bigquery.TableInfo
Returns a user-friendly name for the table.
getGeneratedId() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the service-generated id for the dataset.
getGeneratedId() - Method in class com.google.cloud.bigquery.JobInfo
Returns the service-generated id for the job.
getGeneratedId() - Method in class com.google.cloud.bigquery.QueryStage
Returns a unique, server-generated ID for the stage within its plan.
getGeneratedId() - Method in class com.google.cloud.bigquery.TableInfo
Returns the service-generated id for the table.
getHivePartitioningOptions() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
[Experimental] Returns the HivePartitioningOptions when the data layout follows Hive partitioning convention
getHivePartitioningOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getIamMember() - Method in class com.google.cloud.bigquery.Acl.IamMember
Returns iamMember.
getId() - Method in class com.google.cloud.bigquery.Acl.View
Returns table's identity.
getId() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Returns the id associated with the row.
getId() - Method in exception com.google.cloud.bigquery.JobException
The ID for the failed job.
getIdentifier() - Method in class com.google.cloud.bigquery.Acl.Group
Returns group's identifier, can be either a special group identifier or a group email.
getIgnoreUnknownValues() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
 
getIgnoreUnspecifiedColumnFamilies() - Method in class com.google.cloud.bigquery.BigtableOptions
 
getImportedLibraries() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the list of imported libraries for the routine.
getIndex(String) - Method in class com.google.cloud.bigquery.FieldList
Get schema field's index by name.
getInputBytes() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Returns the number of bytes of source data in a load job.
getInputFiles() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Returns the number of source files in a load job.
getInputStages() - Method in class com.google.cloud.bigquery.QueryStage
Returns a list of the stage IDs that are inputs to this stage.
getInsertErrors() - Method in class com.google.cloud.bigquery.InsertAllResponse
Returns all insertion errors as a map whose keys are indexes of rows that failed to insert.
getInterval() - Method in class com.google.cloud.bigquery.RangePartitioning.Range
Returns the width of each interval.
getJob(String, BigQuery.JobOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested job or null if not found.
getJob(JobId, BigQuery.JobOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested job or null if not found.
getJob() - Method in class com.google.cloud.bigquery.JobId
Returns the job's id.
getJob(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns the requested job or null if not found.
getJob(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getJob() - Method in class com.google.cloud.bigquery.TableDataWriteChannel
Returns the Job created to insert the rows.
getJobId() - Method in class com.google.cloud.bigquery.JobInfo
Returns the job identity.
getJobTimeoutMs() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns the timeout associated with this job
getJobTimeoutMs() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the timeout associated with this job
getJobTimeoutMs() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns the timeout associated with this job
getJobTimeoutMs() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the timeout associated with this job
getKind() - Method in class com.google.cloud.bigquery.RoutineArgument
Returns the kind of the argument.
getKmsKeyName() - Method in class com.google.cloud.bigquery.EncryptionConfiguration
 
getLabelColumns() - Method in class com.google.cloud.bigquery.ModelInfo
Returns information about the label columns for this model.
getLabels() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns the labels associated with this job
getLabels() - Method in class com.google.cloud.bigquery.DatasetInfo
Return a map for labels applied to the dataset.
getLabels() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the labels associated with this job
getLabels() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns the labels associated with this job
getLabels() - Method in class com.google.cloud.bigquery.ModelInfo
Returns a map for labels applied to the model.
getLabels() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the labels associated with this job
getLabels() - Method in class com.google.cloud.bigquery.TableInfo
Return a map for labels applied to the table.
getLanguage() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the language of the routine.
getLastModified() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the time when this dataset or any of its tables was last modified, in milliseconds since the epoch.
getLastModifiedTime() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the time when this table was last modified, in milliseconds since the epoch.
getLastModifiedTime() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the last modification time of the routine, represented as milliseconds since the epoch.
getLastModifiedTime() - Method in class com.google.cloud.bigquery.TableInfo
Returns the time when this table was last modified, in milliseconds since the epoch.
getLastRefreshTime() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns time when this materialized view was last modified, in milliseconds since the epoch.
getLocation() - Method in class com.google.cloud.bigquery.BigQueryError
Returns where the error occurred, if present.
getLocation() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
getLocation() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the geographic location where the dataset should reside.
getLocation() - Method in class com.google.cloud.bigquery.JobId
Returns the job's location.
getLocation() - Method in class com.google.cloud.bigquery.ModelInfo
Returns a location of the model.
getLocation() - Method in class com.google.cloud.bigquery.ModelTableDefinition
Returns the geographic location where the table should reside.
getLocation() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the geographic location where the table should reside.
getLongValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a long.
getMaxBadRecords() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns the maximum number of bad records that BigQuery can ignore when reading data.
getMaxBadRecords() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the maximum number of bad records that BigQuery can ignore when running the job.
getMaxBadRecords() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getMaxBadRecords() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getMaximumBillingTier() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the optional billing tier limit for this job.
getMaximumBytesBilled() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the optional bytes billed limit for this job.
getMessage() - Method in class com.google.cloud.bigquery.BigQueryError
Returns a human-readable description of the error.
getMode() - Method in class com.google.cloud.bigquery.Field
Returns the field mode.
getMode() - Method in class com.google.cloud.bigquery.HivePartitioningOptions
 
getMode() - Method in class com.google.cloud.bigquery.RoutineArgument
Returns the mode of the argument.
getModel(String, String, BigQuery.ModelOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested model or null if not found.
getModel(ModelId, BigQuery.ModelOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested model or null if not found.
getModel() - Method in class com.google.cloud.bigquery.ModelId
Return corresponding model ID for this model.
getModel(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns the requested model or null if not found.
getModel(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getModelId() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the model identity.
getModelType() - Method in class com.google.cloud.bigquery.ModelInfo
Returns the type of the ML model.
getName() - Method in class com.google.cloud.bigquery.Field
Returns the field name.
getName() - Method in class com.google.cloud.bigquery.QueryStage
Returns a human-readable name for the stage.
getName() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
Returns a machine-readable name for the operation.
getName() - Method in class com.google.cloud.bigquery.RoutineArgument
Returns the name of the argument.
getName() - Method in class com.google.cloud.bigquery.StandardSQLField
Returns the field name.
getNamedParameters() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the named query parameters to use for the query.
getNextPage() - Method in class com.google.cloud.bigquery.TableResult
 
getNextPageToken() - Method in class com.google.cloud.bigquery.TableResult
 
getNullMarker() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the string that represents a null value in a CSV file.
getNullMarker() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getNullMarker() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getNumBytes() - Method in class com.google.cloud.bigquery.ModelTableDefinition
Returns the size of this table in bytes, excluding any data in the streaming buffer.
getNumBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the size of this table in bytes, excluding any data in the streaming buffer.
getNumBytes() - Method in class com.google.cloud.bigquery.TableInfo
Returns the size of this table in bytes
getNumChildJobs() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the number of child job executed.
getNumDmlAffectedRows() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
The number of rows affected by a DML statement.
getNumericValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a BigDecimal.
getNumLongTermBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the number of bytes considered "long-term storage" for reduced billing purposes.
getNumLongTermBytes() - Method in class com.google.cloud.bigquery.TableInfo
Returns the number of bytes considered "long-term storage" for reduced billing purposes.
getNumRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the number of rows in this table, excluding any data in the streaming buffer.
getNumRows() - Method in class com.google.cloud.bigquery.TableInfo
Returns the number of rows of data in this table
getOldestEntryTime() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Returns the timestamp of the oldest entry in the streaming buffer, in milliseconds since epoch.
getOnlyReadLatest() - Method in class com.google.cloud.bigquery.BigtableColumn
 
getOnlyReadLatest() - Method in class com.google.cloud.bigquery.BigtableColumnFamily
 
getOptions() - Method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Returns a BigQueryOptions object to be used for testing.
getOutputBytes() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Returns the size of the data loaded by a load job so far, in bytes.
getOutputRows() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Returns the number of rows loaded by a load job so far.
getParallelInputs() - Method in class com.google.cloud.bigquery.QueryStage
Returns the number of parallel input segments to be processed.
getParentJobId() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the parent job id of child job.
getPendingUnits() - Method in class com.google.cloud.bigquery.TimelineSample
Returns the number of work units remaining for the currently active stages.
getPositionalParameters() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the positional query parameters to use for the query.
getPriority() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the query priority.
getProcedureId() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns Name of the active procedure, empty if in a top-level script.
getProject() - Method in class com.google.cloud.bigquery.DatasetId
Returns project's user-defined id.
getProject() - Method in class com.google.cloud.bigquery.JobId
Returns job's project id.
getProject() - Method in class com.google.cloud.bigquery.ModelId
Return corresponding project ID for this model.
getProject() - Method in class com.google.cloud.bigquery.RoutineId
Return corresponding project ID for this routine.
getProject() - Method in class com.google.cloud.bigquery.TableId
Returns project's user-defined id.
getProjectionFields() - Method in class com.google.cloud.bigquery.DatastoreBackupOptions
Returns the value of which entity properties to load into BigQuery from a Cloud Datastore backup.
getQualifierEncoded() - Method in class com.google.cloud.bigquery.BigtableColumn
 
getQuery() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns a query whose result is persisted.
getQuery() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the Google BigQuery SQL query.
getQuery() - Method in class com.google.cloud.bigquery.ViewDefinition
Returns the query used to create the view.
getQueryPlan() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the query plan as a list of stages or null if a query plan is not available.
getQueryResults(JobId, BigQuery.QueryResultsOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns results of the query associated with the provided job.
getQueryResults(BigQuery.QueryResultsOption...) - Method in class com.google.cloud.bigquery.Job
Gets the query results of this job.
getQueryResults(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns results of the query associated with the provided job.
getQueryResults(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getQueryResultsOption() - Method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
getQuote() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the value that is used to quote data sections in a CSV file.
getRange() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
Returns the number of range of a sheet when reading the data.
getRange() - Method in class com.google.cloud.bigquery.RangePartitioning
Returns the range of range partitioning.
getRangePartitioning() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns the range partitioning specification for the table
getRangePartitioning() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the range partitioning specification for the table
getRangePartitioning() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the range partitioning configuration for this table.
getReadMsAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the average worker spent reading input.
getReadMsMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the slowest worker spent reading input.
getReadRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the average worker spent reading input data, divided by the longest time spent by any worker in any segment.
getReadRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the slowest worker spent reading input data, divided by the longest time spent by any worker in any segment.
getReadRowkeyAsString() - Method in class com.google.cloud.bigquery.BigtableOptions
 
getReason() - Method in class com.google.cloud.bigquery.BigQueryError
Returns short error code that summarizes the error.
getRecordsRead() - Method in class com.google.cloud.bigquery.QueryStage
Returns the number of rows (top-level records) read by the stage.
getRecordsWritten() - Method in class com.google.cloud.bigquery.QueryStage
Returns the number of rows (top-level records) written by the stage.
getRecordValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a FieldValueList instance.
getReferencedTables() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Referenced tables for the job.
getRefreshIntervalMs() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns a maximum frequency at which this materialized view will be refreshed.
getRepeatedValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a list of FieldValue.
getRequirePartitionFilter() - Method in class com.google.cloud.bigquery.TableInfo
Returns true if a partition filter (that can be used for partition elimination) is required for queries over this table.
getRequirePartitionFilter() - Method in class com.google.cloud.bigquery.TimePartitioning
If set to true, queries over this table require a partition filter (that can be used for partition elimination) to be specified.
getRetryOption() - Method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
getReturnType() - Method in class com.google.cloud.bigquery.RoutineInfo
If specified, returns the data type returned from the routine.
getRole() - Method in class com.google.cloud.bigquery.Acl
Returns the role specified by this ACL.
getRoutine(String, String, BigQuery.RoutineOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested routine or null if not found.
getRoutine(RoutineId, BigQuery.RoutineOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested routine or null if not found.
getRoutine() - Method in class com.google.cloud.bigquery.RoutineId
Return corresponding routine ID for this routine.
getRoutine(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns the requested routine or null if not found.
getRoutine(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getRoutineId() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the RoutineId identified for the routine resource.
getRoutineType() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns the type of the routine, e.g.
getRows() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns the rows to be inserted.
getSchema() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the schema for the query result.
getSchema() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the schema for the destination table, if set.
getSchema() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getSchema() - Method in class com.google.cloud.bigquery.TableDefinition
Returns the table's schema.
getSchema() - Method in class com.google.cloud.bigquery.TableResult
Returns the schema of the results.
getSchema() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getSchemaUpdateOptions() - Method in interface com.google.cloud.bigquery.LoadConfiguration
[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the load job.
getSchemaUpdateOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getSchemaUpdateOptions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
[Experimental] Returns options allowing the schema of the destination table to be updated as a side effect of the query job.
getSchemaUpdateOptions() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getScopes() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
getScriptStatistics() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the statistics for a child job of a script.
getSelector() - Method in enum com.google.cloud.bigquery.BigQuery.DatasetField
 
getSelector() - Method in enum com.google.cloud.bigquery.BigQuery.JobField
 
getSelector() - Method in enum com.google.cloud.bigquery.BigQuery.ModelField
 
getSelector() - Method in enum com.google.cloud.bigquery.BigQuery.RoutineField
 
getSelector() - Method in enum com.google.cloud.bigquery.BigQuery.TableField
 
getSelfLink() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns an URL that can be used to access the resource again.
getSelfLink() - Method in class com.google.cloud.bigquery.JobInfo
Returns an URL that can be used to access the resource again.
getSelfLink() - Method in class com.google.cloud.bigquery.TableInfo
Returns an URL that can be used to access the resource again.
getShuffleOutputBytes() - Method in class com.google.cloud.bigquery.QueryStage
Returns the total number of bytes written to shuffle.
getShuffleOutputBytesSpilled() - Method in class com.google.cloud.bigquery.QueryStage
Returns the total number of bytes writtedn to shuffle and spilled to disk.
getSkipLeadingRows() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the number of rows at the top of a CSV file that BigQuery will skip when reading the data.
getSkipLeadingRows() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
Returns the number of rows at the top of a sheet that BigQuery will skip when reading the data.
getSlotMillis() - Method in class com.google.cloud.bigquery.TimelineSample
Returns the cumulative slot-milliseconds consumed by the query.
getSlotMs() - Method in class com.google.cloud.bigquery.QueryStage
Returns the slot-milliseconds used by the stage.
getSourceTable() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns the table to export.
getSourceTables() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns the source tables to copy.
getSourceUriPrefix() - Method in class com.google.cloud.bigquery.HivePartitioningOptions
 
getSourceUris() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns the fully-qualified URIs that point to your data in Google Cloud Storage.
getSourceUris() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns the fully-qualified URIs that point to source data in Google Cloud Storage (e.g.
getSourceUrisImmut() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
 
getStackFrames() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics
Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened.
getStandardType() - Method in class com.google.cloud.bigquery.LegacySQLTypeName
Provides the standard SQL type name equivalent to this type name.
getStart() - Method in class com.google.cloud.bigquery.RangePartitioning.Range
Returns the start of range partitioning.
getStartColumn() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns the start column
getStartLine() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns the start line.
getStartMs() - Method in class com.google.cloud.bigquery.QueryStage
Returns the stage start time represented as milliseconds since epoch.
getStartTime() - Method in class com.google.cloud.bigquery.JobStatistics
Returns the start time of the job in milliseconds since epoch.
getState() - Method in class com.google.cloud.bigquery.JobStatus
Returns the state of the job.
getStatementType() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
[BETA] The type of query statement, if valid.
getStatistics() - Method in class com.google.cloud.bigquery.JobInfo
Returns information about the job, including starting time and ending time of the job.
getStatus() - Method in class com.google.cloud.bigquery.JobInfo
Returns the status of this job.
getStatus() - Method in class com.google.cloud.bigquery.QueryStage
Returns the current status for the stage.
getSteps() - Method in class com.google.cloud.bigquery.QueryStage
Returns the list of steps within the stage in dependency order (approximately chronological).
getStreamingBuffer() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns information on the table's streaming buffer if any exists.
getStringValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a String.
getStructType() - Method in class com.google.cloud.bigquery.StandardSQLDataType
Returns the struct definition's list of fields for a STRUCT type.
getStructTypes() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the data type of the struct elements.
getStructValues() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the struct values of this parameter.
getSubFields() - Method in class com.google.cloud.bigquery.Field
Returns the list of sub-fields if Field.getType() is a LegacySQLTypeName.RECORD.
getSubsteps() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
Returns a list of human-readable stage descriptions.
getTable(String, String, BigQuery.TableOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested table or null if not found.
getTable(TableId, BigQuery.TableOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Returns the requested table or null if not found.
getTable() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns the destination table for rows insert request.
getTable(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Returns the requested table or null if not found.
getTable(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
getTable() - Method in class com.google.cloud.bigquery.TableId
Returns table's user-defined id.
getTableDefinitions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the external tables definitions.
getTableId() - Method in class com.google.cloud.bigquery.TableInfo
Returns the table identity.
getTemplateSuffix() - Method in class com.google.cloud.bigquery.InsertAllRequest
If specified, the destination table is treated as a base template.
getText() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
Returns Text of the current statement/expression.
getThrowNotFound() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
getTimeline() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Return the timeline for the query, as a list of timeline samples.
getTimePartitioning() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the time partitioning specification defined for the destination table.
getTimePartitioning() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getTimePartitioning() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the time partitioning specification for the destination table.
getTimePartitioning() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the time partitioning configuration for this table.
getTimePartitioning() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getTimestampValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a long, representing a timestamp in microseconds since epoch (UNIX time).
getTotalBytesBilled() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the total number of bytes billed for the job.
getTotalBytesProcessed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the total number of bytes processed by the job.
getTotalPartitionsProcessed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Total number of partitions processed from all partitioned tables referenced in the job.
getTotalRows() - Method in class com.google.cloud.bigquery.TableResult
Returns the total number of rows in the complete result set, which can be more than the number of rows in the first page of results returned by TableResult.getValues().
getTotalSlotMs() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the slot-milliseconds consumed by the query.
getTrainingRuns() - Method in class com.google.cloud.bigquery.ModelInfo
Returns metadata about each training run iteration.
getType() - Method in class com.google.cloud.bigquery.Acl.Entity
 
getType() - Method in class com.google.cloud.bigquery.BigtableColumn
 
getType() - Method in class com.google.cloud.bigquery.BigtableColumnFamily
 
getType() - Method in class com.google.cloud.bigquery.Field
Returns the field type.
getType() - Method in class com.google.cloud.bigquery.FormatOptions
Returns the external data format, as a string.
getType() - Method in class com.google.cloud.bigquery.JobConfiguration
Returns the type of the job configuration.
getType() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the data type of this parameter.
getType() - Method in class com.google.cloud.bigquery.TableDefinition
Returns the table's type.
getType() - Method in class com.google.cloud.bigquery.TimePartitioning
Returns the time partitioning type.
getType() - Method in class com.google.cloud.bigquery.UserDefinedFunction
Returns the type of user defined function.
getTypeKind() - Method in class com.google.cloud.bigquery.StandardSQLDataType
Returns the type kind of the data type.
getUseAvroLogicalTypes() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns True/False.
getUseAvroLogicalTypes() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns True/False.
getUseAvroLogicalTypes() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getUseAvroLogicalTypes() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getUserDefinedFunctions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns user defined function resources that can be used by this query.
getUserDefinedFunctions() - Method in class com.google.cloud.bigquery.ViewDefinition
Returns user defined functions that can be used by ViewDefinition.getQuery().
getUserEmail() - Method in class com.google.cloud.bigquery.JobInfo
Returns the email address of the user who ran the job.
getValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as an Object.
getValue() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns the value of this parameter.
getValues() - Method in class com.google.cloud.bigquery.TableResult
 
getWaitMsAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the average worker spent waiting to be scheduled.
getWaitMsMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the slowest worker spent waiting to be scheduled.
getWaitRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the average worker spent waiting to be scheduled, divided by the longest time spent by any worker in any segment.
getWaitRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the slowest worker spent waiting to be scheduled, divided by the longest time spent by any worker in any segment.
getWriteDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns the action that should occur if the destination table already exists.
getWriteDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns the action that should occur if the destination table already exists.
getWriteDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getWriteDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the action that should occur if the destination table already exists.
getWriteDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getWriteMsAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the average worker spent writing output.
getWriteMsMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time in milliseconds the slowest worker spent writing output.
getWriteRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the average worker spent writing output data, divided by the longest time spent by any worker in any segment.
getWriteRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Returns the time the slowest worker spent writing output data, divided by the longest time spent by any worker in any segment.
googleSheets() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for GOOGLE_SHEETS format.
GoogleSheetsOptions - Class in com.google.cloud.bigquery
Google BigQuery options for the Google Sheets format.
GoogleSheetsOptions.Builder - Class in com.google.cloud.bigquery
 
Group(String) - Constructor for class com.google.cloud.bigquery.Acl.Group
Creates a Group entity given its identifier.

H

hasErrors() - Method in class com.google.cloud.bigquery.InsertAllResponse
Returns true if no row insertion failed, false otherwise.
hashCode() - Method in class com.google.cloud.bigquery.Acl.Domain
 
hashCode() - Method in class com.google.cloud.bigquery.Acl.Group
 
hashCode() - Method in class com.google.cloud.bigquery.Acl
 
hashCode() - Method in class com.google.cloud.bigquery.Acl.IamMember
 
hashCode() - Method in class com.google.cloud.bigquery.Acl.User
 
hashCode() - Method in class com.google.cloud.bigquery.Acl.View
 
hashCode() - Method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
hashCode() - Method in class com.google.cloud.bigquery.BigQueryError
 
hashCode() - Method in exception com.google.cloud.bigquery.BigQueryException
 
hashCode() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
hashCode() - Method in class com.google.cloud.bigquery.BigtableOptions
 
hashCode() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.CsvOptions
 
hashCode() - Method in class com.google.cloud.bigquery.Dataset
 
hashCode() - Method in class com.google.cloud.bigquery.DatasetId
 
hashCode() - Method in class com.google.cloud.bigquery.DatasetInfo
 
hashCode() - Method in class com.google.cloud.bigquery.DatastoreBackupOptions
 
hashCode() - Method in class com.google.cloud.bigquery.EncryptionConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.Field
 
hashCode() - Method in class com.google.cloud.bigquery.FieldValue
 
hashCode() - Method in class com.google.cloud.bigquery.FormatOptions
 
hashCode() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
 
hashCode() - Method in class com.google.cloud.bigquery.HivePartitioningOptions
 
hashCode() - Method in class com.google.cloud.bigquery.InsertAllRequest
 
hashCode() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
 
hashCode() - Method in class com.google.cloud.bigquery.InsertAllResponse
 
hashCode() - Method in class com.google.cloud.bigquery.Job
 
hashCode() - Method in class com.google.cloud.bigquery.JobInfo
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.CopyStatistics
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.ExtractStatistics
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
 
hashCode() - Method in class com.google.cloud.bigquery.JobStatus
 
hashCode() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.Model
 
hashCode() - Method in class com.google.cloud.bigquery.ModelId
 
hashCode() - Method in class com.google.cloud.bigquery.ModelInfo
 
hashCode() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.QueryStage
 
hashCode() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
 
hashCode() - Method in class com.google.cloud.bigquery.RangePartitioning
 
hashCode() - Method in class com.google.cloud.bigquery.RangePartitioning.Range
 
hashCode() - Method in class com.google.cloud.bigquery.Routine
 
hashCode() - Method in class com.google.cloud.bigquery.RoutineId
 
hashCode() - Method in class com.google.cloud.bigquery.RoutineInfo
 
hashCode() - Method in class com.google.cloud.bigquery.Schema
 
hashCode() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
 
hashCode() - Method in class com.google.cloud.bigquery.Table
 
hashCode() - Method in class com.google.cloud.bigquery.TableId
 
hashCode() - Method in class com.google.cloud.bigquery.TableInfo
 
hashCode() - Method in class com.google.cloud.bigquery.TableResult
 
hashCode() - Method in class com.google.cloud.bigquery.UserDefinedFunction
 
hashCode() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
hasNextPage() - Method in class com.google.cloud.bigquery.TableResult
 
hasSchema() - Method in class com.google.cloud.bigquery.FieldValueList
Returns true if schema is provided, false otherwise.
HivePartitioningOptions - Class in com.google.cloud.bigquery
HivePartitioningOptions currently supported types include: AVRO, CSV, JSON, ORC and Parquet.
HivePartitioningOptions.Builder - Class in com.google.cloud.bigquery
 
HttpBigQueryRpc - Class in com.google.cloud.bigquery.spi.v2
 
HttpBigQueryRpc(BigQueryOptions) - Constructor for class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 

I

IamMember(String) - Constructor for class com.google.cloud.bigquery.Acl.IamMember
Creates a iamMember entity given the iamMember.
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns whether BigQuery should allow extra values that are not represented in the table schema.
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns whether to accept rows that contain values that do not match the schema.
ignoreUnknownValues() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns whether BigQuery should allow extra values that are not represented in the table schema.
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
inline(String) - Static method in class com.google.cloud.bigquery.UserDefinedFunction
Creates a Google Cloud BigQuery user-defined function given a code blob.
INSERT - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
insert(Iterable<InsertAllRequest.RowToInsert>) - Method in class com.google.cloud.bigquery.Table
Insert rows into the table.
insert(Iterable<InsertAllRequest.RowToInsert>, boolean, boolean) - Method in class com.google.cloud.bigquery.Table
Insert rows into the table.
insertAll(InsertAllRequest) - Method in interface com.google.cloud.bigquery.BigQuery
Sends an insert all request.
insertAll(String, String, String, TableDataInsertAllRequest) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Sends an insert all request.
insertAll(String, String, String, TableDataInsertAllRequest) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
InsertAllRequest - Class in com.google.cloud.bigquery
Google Cloud BigQuery insert all request.
InsertAllRequest.Builder - Class in com.google.cloud.bigquery
 
InsertAllRequest.RowToInsert - Class in com.google.cloud.bigquery
A Google Big Query row to be inserted into a table.
InsertAllResponse - Class in com.google.cloud.bigquery
Google Cloud BigQuery insert all response.
int64(Long) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of INT64.
int64(Integer) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of INT64.
INTEGER - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
A 64-bit signed integer value.
isDone() - Method in class com.google.cloud.bigquery.Job
Checks if this job has completed its execution, either failing or succeeding.
isNull() - Method in class com.google.cloud.bigquery.FieldValue
Returns true if this field's value is null, false otherwise.
iterateAll() - Method in class com.google.cloud.bigquery.TableResult
 

J

Job - Class in com.google.cloud.bigquery
A Google BigQuery Job.
Job.Builder - Class in com.google.cloud.bigquery
A builder for Job objects.
JobConfiguration - Class in com.google.cloud.bigquery
Base class for a BigQuery job configuration.
JobConfiguration.Builder<T extends JobConfiguration,B extends JobConfiguration.Builder<T,B>> - Class in com.google.cloud.bigquery
Base builder for job configurations.
JobConfiguration.Type - Enum in com.google.cloud.bigquery
Type of a BigQuery Job.
JobException - Exception in com.google.cloud.bigquery
Exception describing a failure of a job.
JobId - Class in com.google.cloud.bigquery
Google BigQuery Job identity.
JobId.Builder - Class in com.google.cloud.bigquery
 
JobInfo - Class in com.google.cloud.bigquery
Google BigQuery Job information.
JobInfo.Builder - Class in com.google.cloud.bigquery
A builder for JobInfo objects.
JobInfo.CreateDisposition - Enum in com.google.cloud.bigquery
Specifies whether the job is allowed to create new tables.
JobInfo.SchemaUpdateOption - Enum in com.google.cloud.bigquery
Specifies options relating to allowing the schema of the destination table to be updated as a side effect of the load or query job.
JobInfo.WriteDisposition - Enum in com.google.cloud.bigquery
Specifies the action that occurs if the destination table already exists.
JobStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Job statistics.
JobStatistics(JobStatistics.Builder) - Constructor for class com.google.cloud.bigquery.JobStatistics
 
JobStatistics.CopyStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Copy Job statistics.
JobStatistics.ExtractStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Extract Job statistics.
JobStatistics.LoadStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Load Job statistics.
JobStatistics.QueryStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Query Job statistics.
JobStatistics.QueryStatistics.StatementType - Class in com.google.cloud.bigquery
StatementType represents possible types of SQL statements reported as part of the QueryStatistics of a BigQuery job.
JobStatistics.ScriptStatistics - Class in com.google.cloud.bigquery
A Google BigQuery Script statistics.
JobStatistics.ScriptStatistics.ScriptStackFrame - Class in com.google.cloud.bigquery
 
JobStatus - Class in com.google.cloud.bigquery
A Google BigQuery Job status.
JobStatus.State - Class in com.google.cloud.bigquery
Possible states that a BigQuery Job can assume.
json() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for NEWLINE_DELIMITED_JSON format.

L

labelFilter(String) - Static method in class com.google.cloud.bigquery.BigQuery.DatasetListOption
Returns an option to specify a label filter.
LegacySQLTypeName - Class in com.google.cloud.bigquery
A type used in legacy SQL contexts.
legacySQLTypeName(StandardSQLTypeName) - Static method in class com.google.cloud.bigquery.LegacySQLTypeName
Converts StandardSQLTypeName to LegacySQLTypeName
list(BigQuery.TableListOption...) - Method in class com.google.cloud.bigquery.Dataset
Returns the paginated list of tables in this dataset.
list(BigQuery.TableDataListOption...) - Method in class com.google.cloud.bigquery.Table
Returns the paginated list rows in this table.
list(Schema, BigQuery.TableDataListOption...) - Method in class com.google.cloud.bigquery.Table
Returns the paginated list rows in this table.
listDatasets(BigQuery.DatasetListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the project's datasets.
listDatasets(String, BigQuery.DatasetListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the datasets in the provided project.
listDatasets(String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Lists the provided project's datasets, keyed by page token.
listDatasets(String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
listJobs(BigQuery.JobListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the jobs.
listJobs(String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Lists the project's jobs.
listJobs(String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
listModels(String, BigQuery.ModelListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the models in the dataset.
listModels(DatasetId, BigQuery.ModelListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the models in the dataset.
listModels(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Lists the dataset's models, keyed by page token.
listModels(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
listPartitions(TableId) - Method in interface com.google.cloud.bigquery.BigQuery
 
listRoutines(String, BigQuery.RoutineListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the routines in the specified dataset.
listRoutines(DatasetId, BigQuery.RoutineListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the routines in the specified dataset.
listRoutines(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
 
listRoutines(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
listTableData(String, String, BigQuery.TableDataListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the table's rows.
listTableData(TableId, BigQuery.TableDataListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the table's rows.
listTableData(String, String, Schema, BigQuery.TableDataListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the table's rows.
listTableData(TableId, Schema, BigQuery.TableDataListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the table's rows.
listTableData(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Lists the table's rows.
listTableData(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
listTables(String, BigQuery.TableListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the tables in the dataset.
listTables(DatasetId, BigQuery.TableListOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Lists the tables in the dataset.
listTables(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Lists the dataset's tables, keyed by page token.
listTables(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
load(FormatOptions, String, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to load data into the current table from the provided source URI.
load(FormatOptions, List<String>, BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Table
Starts a BigQuery Job to load data into the current table from the provided source URIs.
LoadConfiguration - Interface in com.google.cloud.bigquery
Common interface for a load configuration.
LoadConfiguration.Builder - Interface in com.google.cloud.bigquery
 
LoadJobConfiguration - Class in com.google.cloud.bigquery
Google BigQuery load job configuration.
LoadJobConfiguration.Builder - Class in com.google.cloud.bigquery
 

M

main(String[]) - Static method in class com.google.cloud.bigquery.benchmark.Benchmark
 
MATERIALIZED_VIEW - Static variable in class com.google.cloud.bigquery.TableDefinition.Type
SQL query whose result is persisted.
MaterializedViewDefinition - Class in com.google.cloud.bigquery
 
MaterializedViewDefinition() - Constructor for class com.google.cloud.bigquery.MaterializedViewDefinition
 
MaterializedViewDefinition.Builder - Class in com.google.cloud.bigquery
 
maxCreationTime(long) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to filter out jobs after the given maximum creation time.
maxWaitTime(long) - Static method in class com.google.cloud.bigquery.BigQuery.QueryResultsOption
Returns an option that sets how long to wait for the query to complete, in milliseconds, before returning.
MERGE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
minCreationTime(long) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to filter out jobs before the given minimum creation time.
Model - Class in com.google.cloud.bigquery
A Google BigQuery ML Model.
MODEL - Static variable in class com.google.cloud.bigquery.TableDefinition.Type
A BigQuery table representing BigQuery ML Model.
Model.Builder - Class in com.google.cloud.bigquery
 
ModelId - Class in com.google.cloud.bigquery
 
ModelInfo - Class in com.google.cloud.bigquery
Google BigQuery ML model information.
ModelInfo.Builder - Class in com.google.cloud.bigquery
A builder for ModelInfo objects.
ModelTableDefinition - Class in com.google.cloud.bigquery
A Google BigQuery Model table definition.
ModelTableDefinition() - Constructor for class com.google.cloud.bigquery.ModelTableDefinition
 
ModelTableDefinition.Builder - Class in com.google.cloud.bigquery
 

N

newBuilder() - Static method in class com.google.cloud.bigquery.BigQueryOptions
 
newBuilder() - Static method in class com.google.cloud.bigquery.BigtableColumn
Returns a builder for a BigtableColumn object.
newBuilder() - Static method in class com.google.cloud.bigquery.BigtableColumnFamily
Returns a builder for a BigtableColumnFamily object.
newBuilder() - Static method in class com.google.cloud.bigquery.BigtableOptions
Returns a builder for a BigtableOptions object.
newBuilder() - Static method in class com.google.cloud.bigquery.Clustering
 
newBuilder(TableId, TableId) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Creates a builder for a BigQuery Copy Job configuration given destination and source table.
newBuilder(TableId, List<TableId>) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Creates a builder for a BigQuery Copy Job configuration given destination and source tables.
newBuilder() - Static method in class com.google.cloud.bigquery.CsvOptions
Returns a builder for a CsvOptions object.
newBuilder(DatasetId) - Static method in class com.google.cloud.bigquery.DatasetInfo
Returns a builder for a DatasetInfo object given it's identity.
newBuilder(String) - Static method in class com.google.cloud.bigquery.DatasetInfo
Returns a builder for a DatasetInfo object given it's user-defined id.
newBuilder(String, String) - Static method in class com.google.cloud.bigquery.DatasetInfo
Returns a builder for the DatasetInfo object given it's user-defined project and dataset ids.
newBuilder() - Static method in class com.google.cloud.bigquery.DatastoreBackupOptions
Returns a builder for a DatastoreBackupOptions object.
newBuilder() - Static method in class com.google.cloud.bigquery.EncryptionConfiguration
Returns a builder for a EncryptionConfiguration object.
newBuilder(List<String>, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates a builder for an ExternalTableDefinition object.
newBuilder(String, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates a builder for an ExternalTableDefinition object.
newBuilder(String, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates a builder for an ExternalTableDefinition object.
newBuilder(TableId, String) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Creates a builder for a BigQuery Extract Job configuration given source table and destination URI.
newBuilder(TableId, List<String>) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Creates a builder for a BigQuery Extract Job configuration given source table and destination URIs.
newBuilder(String, LegacySQLTypeName, Field...) - Static method in class com.google.cloud.bigquery.Field
Returns a builder for a Field object with given name and type.
newBuilder(String, StandardSQLTypeName, Field...) - Static method in class com.google.cloud.bigquery.Field
Returns a builder for a Field object with given name and type.
newBuilder(String, LegacySQLTypeName, FieldList) - Static method in class com.google.cloud.bigquery.Field
Returns a builder for a Field object with given name and type.
newBuilder(String, StandardSQLTypeName, FieldList) - Static method in class com.google.cloud.bigquery.Field
Returns a builder for a Field object with given name and type.
newBuilder() - Static method in class com.google.cloud.bigquery.GoogleSheetsOptions
Returns a builder for a GoogleSheetsOptions object.
newBuilder() - Static method in class com.google.cloud.bigquery.HivePartitioningOptions
Returns a builder for the HivePartitioningOptions object.
newBuilder(TableId) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table.
newBuilder(TableId, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder(TableId, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder(String, String) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table.
newBuilder(String, String, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder(String, String, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder(TableInfo, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder(TableInfo, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a builder for an InsertAllRequest object given the destination table and the rows to insert.
newBuilder() - Static method in class com.google.cloud.bigquery.JobId
 
newBuilder(JobConfiguration) - Static method in class com.google.cloud.bigquery.JobInfo
Returns a builder for a JobInfo object given the job configuration.
newBuilder(TableId, List<String>) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Creates a builder for a BigQuery Load Job configuration given the destination table and source URIs.
newBuilder(TableId, String) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Creates a builder for a BigQuery Load Job configuration given the destination table and source URI.
newBuilder(TableId, List<String>, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Creates a builder for a BigQuery Load Job configuration given the destination table, format and source URIs.
newBuilder(TableId, String, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Creates a builder for a BigQuery Load Job configuration given the destination table, format and source URI.
newBuilder(String) - Static method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns a builder for a BigQuery materialized view definition.
newBuilder(ModelId) - Static method in class com.google.cloud.bigquery.ModelInfo
Returns a builder for a ModelInfo object given table identity.
newBuilder() - Static method in class com.google.cloud.bigquery.ModelTableDefinition
Returns a builder for a BigQuery ML model table definition.
newBuilder(String) - Static method in class com.google.cloud.bigquery.QueryJobConfiguration
Creates a builder for a BigQuery Query Job given the query to be run.
newBuilder() - Static method in class com.google.cloud.bigquery.QueryParameterValue
Returns a builder for the QueryParameterValue object.
newBuilder() - Static method in class com.google.cloud.bigquery.RangePartitioning
Returns a builder for a RangePartitioning object
newBuilder() - Static method in class com.google.cloud.bigquery.RangePartitioning.Range
Returns a builder for a Range object.
newBuilder() - Static method in class com.google.cloud.bigquery.RoutineArgument
Returns a builder for a object.
newBuilder(RoutineId) - Static method in class com.google.cloud.bigquery.RoutineInfo
Returns a builder for a RoutineInfo object given routine identity.
newBuilder() - Static method in class com.google.cloud.bigquery.StandardSQLDataType
 
newBuilder(String) - Static method in class com.google.cloud.bigquery.StandardSQLDataType
Returns a new builder initialized with the type kind.
newBuilder(StandardSQLTypeName) - Static method in class com.google.cloud.bigquery.StandardSQLDataType
Returns a new builder initialized with a StandardSQLTypeName as the type kind.
newBuilder() - Static method in class com.google.cloud.bigquery.StandardSQLField
Returns a builder for a StandardSQLField object.
newBuilder(StandardSQLDataType) - Static method in class com.google.cloud.bigquery.StandardSQLField
Returns a builder for a StandardSQLField object with the specified data type.
newBuilder(String, StandardSQLDataType) - Static method in class com.google.cloud.bigquery.StandardSQLField
Returns a builder for a StandardSQLField object with the specified field name and data type.
newBuilder() - Static method in class com.google.cloud.bigquery.StandardSQLStructType
Returns a builder for a StandardSQLStructType object.
newBuilder(List<StandardSQLField>) - Static method in class com.google.cloud.bigquery.StandardSQLStructType
Returns a builder for a StandardSQLStructType object with the specified fields.
newBuilder() - Static method in class com.google.cloud.bigquery.StandardTableDefinition
Returns a builder for a BigQuery standard table definition.
newBuilder(TableId, TableDefinition) - Static method in class com.google.cloud.bigquery.TableInfo
Returns a builder for a TableInfo object given table identity and definition.
newBuilder(TimePartitioning.Type) - Static method in class com.google.cloud.bigquery.TimePartitioning
Returns a TimePartitioning object given the time partitioning type.
newBuilder(String) - Static method in class com.google.cloud.bigquery.ViewDefinition
Returns a builder for a BigQuery view definition.
newBuilder(String, List<UserDefinedFunction>) - Static method in class com.google.cloud.bigquery.ViewDefinition
Returns a builder for a BigQuery view definition.
newBuilder(String, UserDefinedFunction...) - Static method in class com.google.cloud.bigquery.ViewDefinition
Returns a builder for a BigQuery view definition.
newBuilder(TableId) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Creates a builder for a BigQuery Load Configuration given the destination table.
newBuilder(TableId, FormatOptions) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Creates a builder for a BigQuery Load Configuration given the destination table and format.
NUMERIC - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
A decimal value with 38 digits of precision and 9 digits of scale.
numeric(BigDecimal) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of NUMERIC.

O

of(Acl.Entity, Acl.Role) - Static method in class com.google.cloud.bigquery.Acl
Returns an Acl object.
of(Acl.View) - Static method in class com.google.cloud.bigquery.Acl
Returns an Acl object for a view entity.
of(BigQuery.QueryResultsOption) - Static method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
of(RetryOption) - Static method in class com.google.cloud.bigquery.BigQuery.QueryOption
 
of(TableId, TableId) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns a BigQuery Copy Job configuration for the given destination and source table.
of(TableId, List<TableId>) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Returns a BigQuery Copy Job configuration for the given destination and source tables.
of(String, String) - Static method in class com.google.cloud.bigquery.DatasetId
Creates a dataset identity given project's and dataset's user-defined ids.
of(String) - Static method in class com.google.cloud.bigquery.DatasetId
Creates a dataset identity given only its user-defined id.
of(DatasetId) - Static method in class com.google.cloud.bigquery.DatasetInfo
Returns a DatasetInfo object given it's identity.
of(String) - Static method in class com.google.cloud.bigquery.DatasetInfo
Returns a DatasetInfo object given it's user-defined id.
of(List<String>, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates an ExternalTableDefinition object.
of(String, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates an ExternalTableDefinition object.
of(String, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Creates a builder for an ExternalTableDefinition object.
of(TableId, String) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns a BigQuery Extract Job configuration for the given source table and destination URI.
of(TableId, List<String>) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns a BigQuery Extract Job configuration for the given source table and destination URIs.
of(TableId, String, String) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns a BigQuery Extract Job configuration for the given source table, format and destination URI.
of(TableId, List<String>, String) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns a BigQuery Extract Job configuration for the given source table, format and destination URIs.
of(String, LegacySQLTypeName, Field...) - Static method in class com.google.cloud.bigquery.Field
Returns a Field object with given name and type.
of(String, StandardSQLTypeName, Field...) - Static method in class com.google.cloud.bigquery.Field
Returns a Field object with given name and type.
of(String, LegacySQLTypeName, FieldList) - Static method in class com.google.cloud.bigquery.Field
Returns a Field object with given name and type.
of(String, StandardSQLTypeName, FieldList) - Static method in class com.google.cloud.bigquery.Field
Returns a Field object with given name and type.
of(Field...) - Static method in class com.google.cloud.bigquery.FieldList
Returns a new FieldList object, which contains a collection of Field objects in preserved order and represent schema columns.
of(Iterable<Field>) - Static method in class com.google.cloud.bigquery.FieldList
Returns a new FieldList object, which contains a collection of Field objects in preserved order and represent schema columns.
of(FieldValue.Attribute, Object) - Static method in class com.google.cloud.bigquery.FieldValue
Creates an instance of FieldValue, useful for testing.
of(List<FieldValue>, FieldList) - Static method in class com.google.cloud.bigquery.FieldValueList
Creates an instance of FieldValueList, useful for testing.
of(List<FieldValue>, Field...) - Static method in class com.google.cloud.bigquery.FieldValueList
Creates an instance of FieldValueList, useful for testing.
of(String) - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for the provided format.
of(TableId, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(TableId, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(String, String, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(String, String, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(TableInfo, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(TableInfo, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Returns a InsertAllRequest object given the destination table and the rows to insert.
of(String, Map<String, ?>) - Static method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Creates a row to be inserted with associated id.
of(Map<String, ?>) - Static method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Creates a row to be inserted without associated id.
of(String, String) - Static method in class com.google.cloud.bigquery.JobId
Creates a job identity given project's and job's user-defined id.
of(String) - Static method in class com.google.cloud.bigquery.JobId
Creates a job identity given only its user-defined id.
of() - Static method in class com.google.cloud.bigquery.JobId
Creates a job identity with autogenerated id and no project specified.
of(JobConfiguration) - Static method in class com.google.cloud.bigquery.JobInfo
Returns a JobInfo object given the job configuration.
of(JobId, JobConfiguration) - Static method in class com.google.cloud.bigquery.JobInfo
Returns a builder for a JobInfo object given the job identity and configuration.
of(TableId, List<String>) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns a BigQuery Load Job Configuration for the given destination table and source URIs.
of(TableId, String) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns a BigQuery Load Job Configuration for the given destination table and source URI.
of(TableId, List<String>, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns a BigQuery Load Job Configuration for the given destination table, format and source URI.
of(TableId, String, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Returns a BigQuery Load Job Configuration for the given destination table, format and source URI.
of(String) - Static method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns a builder for a BigQuery materialized view definition.
of(String, String, String) - Static method in class com.google.cloud.bigquery.ModelId
Creates a model identity given project, dataset, and model identifiers.
of(String, String) - Static method in class com.google.cloud.bigquery.ModelId
Creates a model identity given dataset and model identifiers.
of(ModelId) - Static method in class com.google.cloud.bigquery.ModelInfo
Returns a ModelInfo object given table identity.
of(String) - Static method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns a BigQuery Copy Job for the given the query to be run.
of(T, Class<T>) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with the given value and type.
of(T, StandardSQLTypeName) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with the given value and type.
of(String, String, String) - Static method in class com.google.cloud.bigquery.RoutineId
Creates a routine identity given project, dataset, and routine identifiers.
of(String, String) - Static method in class com.google.cloud.bigquery.RoutineId
Creates a routine identity given dataset and routine identifiers.
of(RoutineId) - Static method in class com.google.cloud.bigquery.RoutineInfo
Returns a RoutineInfo object given routine identity.
of(Iterable<Field>) - Static method in class com.google.cloud.bigquery.Schema
Creates a Schema object given a list of fields.
of(Field...) - Static method in class com.google.cloud.bigquery.Schema
Creates a Schema object given some fields.
of(Schema) - Static method in class com.google.cloud.bigquery.StandardTableDefinition
Creates a BigQuery standard table definition given its schema.
of(String, String, String) - Static method in class com.google.cloud.bigquery.TableId
Creates a table identity given project's, dataset's and table's user-defined ids.
of(String, String) - Static method in class com.google.cloud.bigquery.TableId
Creates a table identity given dataset's and table's user-defined ids.
of(TableId, TableDefinition) - Static method in class com.google.cloud.bigquery.TableInfo
Returns a TableInfo object given table identity and definition.
of(TimePartitioning.Type) - Static method in class com.google.cloud.bigquery.TimePartitioning
Returns a TimePartitioning object given the time partitioning type.
of(TimePartitioning.Type, long) - Static method in class com.google.cloud.bigquery.TimePartitioning
Returns a TimePartitioning object given the time partitioning type and the partition's expiration in milliseconds.
of(String) - Static method in class com.google.cloud.bigquery.ViewDefinition
Creates a BigQuery view definition given the query used to generate the table.
of(String, List<UserDefinedFunction>) - Static method in class com.google.cloud.bigquery.ViewDefinition
Creates a BigQuery view definition given a query and some user-defined functions.
of(String, UserDefinedFunction...) - Static method in class com.google.cloud.bigquery.ViewDefinition
Creates a BigQuery view definition given a query and some user-defined functions.
of(TableId) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Returns a BigQuery Load Configuration for the given destination table.
of(TableId, FormatOptions) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Returns a BigQuery Load Configuration for the given destination table and format.
ofAllAuthenticatedUsers() - Static method in class com.google.cloud.bigquery.Acl.Group
Returns a Group entity representing all BigQuery authenticated users.
ofProjectOwners() - Static method in class com.google.cloud.bigquery.Acl.Group
Returns a Group entity representing all project's owners.
ofProjectReaders() - Static method in class com.google.cloud.bigquery.Acl.Group
Returns a Group entity representing all project's readers.
ofProjectWriters() - Static method in class com.google.cloud.bigquery.Acl.Group
Returns a Group entity representing all project's writers.
open(Job) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Opens a resumable upload session to load data into a BigQuery table and returns an upload URI.
open(Job) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
orc() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for the ORC format.
OWNER - Static variable in class com.google.cloud.bigquery.Acl.Role
Same as Acl.Role.WRITER plus can update and delete the dataset.

P

pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.DatasetListOption
Returns an option to specify the maximum number of datasets returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to specify the maximum number of jobs returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.ModelListOption
Returns an option to specify the maximum number of models returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.QueryResultsOption
Returns an option to specify the maximum number of rows returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.RoutineListOption
Returns an option to specify the maximum number of routines returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.TableDataListOption
Returns an option to specify the maximum number of rows returned per page.
pageSize(long) - Static method in class com.google.cloud.bigquery.BigQuery.TableListOption
Returns an option to specify the maximum number of tables returned per page.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.DatasetListOption
Returns an option to specify the page token from which to start listing datasets.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to specify the page token from which to start listing jobs.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.ModelListOption
Returns an option to specify the page token from which to start listing models.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.QueryResultsOption
Returns an option to specify the page token from which to start getting query results.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.RoutineListOption
Returns an option to specify the page token from which to start listing routines.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.TableDataListOption
Returns an option to specify the page token from which to start listing table data.
pageToken(String) - Static method in class com.google.cloud.bigquery.BigQuery.TableListOption
Returns an option to specify the page token from which to start listing tables.
parentJobId(String) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to list only child job from specify parent job id.
parquet() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for PARQUET format.
patch(Dataset, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Updates dataset information.
patch(Table, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Updates table information.
patch(Model, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Updates model information.
patch(Dataset, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
patch(Table, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
patch(Model, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
PENDING - Static variable in class com.google.cloud.bigquery.JobStatus.State
The BigQuery Job is waiting to be executed.
printHeader() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns whether an header row is printed with the result.

Q

query(QueryJobConfiguration, BigQuery.JobOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Runs the query associated with the request, using an internally-generated random JobId.
query(QueryJobConfiguration, JobId, BigQuery.JobOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Runs the query associated with the request, using the given JobId.
QueryJobConfiguration - Class in com.google.cloud.bigquery
Google BigQuery Query Job configuration.
QueryJobConfiguration.Builder - Class in com.google.cloud.bigquery
 
QueryJobConfiguration.Priority - Enum in com.google.cloud.bigquery
Priority levels for a query.
QueryParameterValue - Class in com.google.cloud.bigquery
A value for a QueryParameter along with its type.
QueryParameterValue.Builder - Class in com.google.cloud.bigquery
 
QueryResponse - Class in com.google.cloud.bigquery
 
QueryStage - Class in com.google.cloud.bigquery
BigQuery provides diagnostic information about a completed query's execution plan (or query plan for short).
QueryStage.QueryStep - Class in com.google.cloud.bigquery
Each query stage is made of a number of steps.

R

RangePartitioning - Class in com.google.cloud.bigquery
 
RangePartitioning.Builder - Class in com.google.cloud.bigquery
A builder for RangePartitioning objects.
RangePartitioning.Range - Class in com.google.cloud.bigquery
 
RangePartitioning.Range.Builder - Class in com.google.cloud.bigquery
A builder for Range objects.
READER - Static variable in class com.google.cloud.bigquery.Acl.Role
Can read, query, copy or export tables in the dataset.
readObject(ObjectInputStream) - Method in class com.google.cloud.bigquery.Routine
 
RECORD - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
A record type with a nested schema.
reload(BigQuery.DatasetOption...) - Method in class com.google.cloud.bigquery.Dataset
Fetches current dataset's latest information.
reload(BigQuery.JobOption...) - Method in class com.google.cloud.bigquery.Job
Fetches current job's latest information.
reload(BigQuery.ModelOption...) - Method in class com.google.cloud.bigquery.Model
Fetches current model's state from the service.
reload(BigQuery.RoutineOption...) - Method in class com.google.cloud.bigquery.Routine
Fetches this routine's latest information.
reload(BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Table
Fetches current table's latest information.
RemoteBigQueryHelper - Class in com.google.cloud.bigquery.testing
Utility to create a remote BigQuery configuration for testing.
RemoteBigQueryHelper.BigQueryHelperException - Exception in com.google.cloud.bigquery.testing
 
Routine - Class in com.google.cloud.bigquery
A Google BigQuery Routine.
Routine.Builder - Class in com.google.cloud.bigquery
 
RoutineArgument - Class in com.google.cloud.bigquery
An argument for a BigQuery Routine.
RoutineArgument() - Constructor for class com.google.cloud.bigquery.RoutineArgument
 
RoutineArgument.Builder - Class in com.google.cloud.bigquery
 
RoutineId - Class in com.google.cloud.bigquery
RoutineId represents the identifier for a given Routine.
RoutineInfo - Class in com.google.cloud.bigquery
Google BigQuery routine information.
RoutineInfo.Builder - Class in com.google.cloud.bigquery
 
RUNNING - Static variable in class com.google.cloud.bigquery.JobStatus.State
The BigQuery Job is being executed.

S

Schema - Class in com.google.cloud.bigquery
This class represents the schema for a Google BigQuery Table or data source.
SELECT - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
setAcl(List<Acl>) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setAcl(List<Acl>) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets the dataset's access control configuration.
setActiveUnits(Long) - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
setAllowJaggedRows(boolean) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Set whether BigQuery should accept rows that are missing trailing optional columns.
setAllowLargeResults(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether the job is enabled to create arbitrarily large results.
setAllowQuotedNewLines(boolean) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets whether BigQuery should allow quoted data sections that contain newline characters in a CSV file.
setArguments(List<RoutineArgument>) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setArguments(List<RoutineArgument>) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Specifies the list of input/output arguments for the routine.
setArrayElementType(StandardSQLDataType) - Method in class com.google.cloud.bigquery.StandardSQLDataType.Builder
Sets the type of an array's elements, when the TypeKind is ARRAY.
setArrayType(StandardSQLTypeName) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets the data type of the array elements.
setArrayValues(List<QueryParameterValue>) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets array values.
setAutodetect(Boolean) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
[Experimental] Sets detection of schema and format options automatically.
setAutodetect(Boolean) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
[Experimental] Sets automatic inference of the options and schema for CSV and JSON sources.
setAutodetect(Boolean) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setAutodetect(Boolean) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setBody(String) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setBody(String) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Required.
setClustering(Clustering) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the clustering specification for the destination table.
setClustering(Clustering) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setClustering(Clustering) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the clustering specification for the destination table.
setClustering(Clustering) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Set the clustering configuration for the table.
setClustering(Clustering) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setColumnFamilies(List<BigtableColumnFamily>) - Method in class com.google.cloud.bigquery.BigtableOptions.Builder
List of column families to expose in the table schema along with their types.
setColumns(List<BigtableColumn>) - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs.
setCompletedUnits(Long) - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
setCompression(String) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets compression type of the data source.
setCompression(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets the compression value to use for exported files.
setConfiguration(JobConfiguration) - Method in class com.google.cloud.bigquery.Job.Builder
 
setConfiguration(JobConfiguration) - Method in class com.google.cloud.bigquery.JobInfo.Builder
Sets a configuration for the JobInfo object.
setCreateDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Sets whether the job is allowed to create new tables.
setCreateDisposition(JobInfo.CreateDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets whether the job is allowed to create new tables.
setCreateDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setCreateDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether the job is allowed to create tables.
setCreateDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setDatasetId(DatasetId) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setDatasetId(DatasetId) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets the dataset identity.
setDataType(StandardSQLDataType) - Method in class com.google.cloud.bigquery.RoutineArgument.Builder
Sets the data type specification for the argument.
setDataType(StandardSQLDataType) - Method in class com.google.cloud.bigquery.StandardSQLField.Builder
Sets the data type of the field.
setDefaultDataset(DatasetId) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the default dataset.
setDefaultDataset(String) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the default dataset.
setDefaultEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setDefaultEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
The default encryption key for all tables in the dataset.
setDefaultPartitionExpirationMs(Long) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setDefaultPartitionExpirationMs(Long) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
[Optional] The default partition expiration time for all partitioned tables in the dataset, in milliseconds.
setDefaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setDefaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets the default lifetime of all tables in the dataset, in milliseconds.
setDefinition(TableDefinition) - Method in class com.google.cloud.bigquery.Table.Builder
 
setDefinition(TableDefinition) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets the table definition.
setDescription(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setDescription(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets a user-friendly description for the dataset.
setDescription(String) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the field description.
setDescription(String) - Method in class com.google.cloud.bigquery.Model.Builder
 
setDescription(String) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
Sets the user description for this model.
setDescription(String) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setDescription(String) - Method in class com.google.cloud.bigquery.Table.Builder
 
setDescription(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets a user-friendly description for the table.
setDestinationEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
 
setDestinationEncryptionConfiguration(EncryptionConfiguration) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
 
setDestinationEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setDestinationEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
 
setDestinationEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setDestinationTable(TableId) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Sets the destination table of the copy job.
setDestinationTable(TableId) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the destination table to load the data into.
setDestinationTable(TableId) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setDestinationTable(TableId) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the table where to put query results.
setDestinationTable(TableId) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setDestinationUris(List<String>) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets the list of fully-qualified Google Cloud Storage URIs (e.g.
setDryRun(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether the job has to be dry run or not.
setElapsedMs(Long) - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
setEnableRefresh(Boolean) - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
Set enable automatic refresh of the materialized view when the base table is updated.
setEncoding(String) - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
The encoding of the values when the type is not STRING.
setEncoding(String) - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
The encoding of the values when the type is not STRING.
setEncoding(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets the character encoding of the data.
setEncoding(Charset) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets the character encoding of the data.
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.Model.Builder
 
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
 
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.Table.Builder
 
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.google.cloud.bigquery.TableInfo.Builder
 
setEnd(Long) - Method in class com.google.cloud.bigquery.RangePartitioning.Range.Builder
[Required] The end of range partitioning, exclusive.
setExpirationMs(Long) - Method in class com.google.cloud.bigquery.TimePartitioning.Builder
 
setExpirationTime(Long) - Method in class com.google.cloud.bigquery.Model.Builder
 
setExpirationTime(Long) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
Set the time when this model expires, in milliseconds since the epoch.
setExpirationTime(Long) - Method in class com.google.cloud.bigquery.Table.Builder
 
setExpirationTime(Long) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets the time when this table expires, in milliseconds since the epoch.
setFamilyID(String) - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
Identifier of the column family.
setField(String) - Method in class com.google.cloud.bigquery.RangePartitioning.Builder
[Required] The table is partitioned by this field.
setField(String) - Method in class com.google.cloud.bigquery.TimePartitioning.Builder
 
setFieldDelimiter(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets the separator for fields in a CSV file.
setFieldDelimiter(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets the delimiter to use between fields in the exported data.
setFieldName(String) - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
If the qualifier is not a valid BigQuery field identifier, a valid identifier must be provided as the column field name and is used as field name in queries.
setFields(List<String>) - Method in class com.google.cloud.bigquery.Clustering.Builder
 
setFields(List<StandardSQLField>) - Method in class com.google.cloud.bigquery.StandardSQLStructType.Builder
Sets the fields of the struct type.
setFlattenResults(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether nested and repeated fields should be flattened.
setFormat(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets the exported file format.
setFormatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets the source format, and possibly some parsing options, of the external data.
setFormatOptions(FormatOptions) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the source format, and possibly some parsing options, of the external data.
setFormatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setFormatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setFriendlyName(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setFriendlyName(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets a user-friendly name for the dataset.
setFriendlyName(String) - Method in class com.google.cloud.bigquery.Model.Builder
 
setFriendlyName(String) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
Sets the user-friendly name for this model.
setFriendlyName(String) - Method in class com.google.cloud.bigquery.Table.Builder
 
setFriendlyName(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets a user-friendly name for the table.
setHivePartitioningOptions(HivePartitioningOptions) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets the table Hive partitioning options.
setHivePartitioningOptions(HivePartitioningOptions) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setIgnoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets whether BigQuery should allow extra values that are not represented in the table schema.
setIgnoreUnknownValues(boolean) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Sets whether to accept rows that contain values that do not match the schema.
setIgnoreUnknownValues(Boolean) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets whether BigQuery should allow extra values that are not represented in the table schema.
setIgnoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setIgnoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setIgnoreUnspecifiedColumnFamilies(Boolean) - Method in class com.google.cloud.bigquery.BigtableOptions.Builder
If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.
setImportedLibraries(List<String>) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setImportedLibraries(List<String>) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Optional.
setInterval(Long) - Method in class com.google.cloud.bigquery.RangePartitioning.Range.Builder
[Required] The width of each interval.
setJob(String) - Method in class com.google.cloud.bigquery.JobId.Builder
 
setJobId(JobId) - Method in class com.google.cloud.bigquery.Job.Builder
 
setJobId(JobId) - Method in class com.google.cloud.bigquery.JobInfo.Builder
Sets the job identity.
setJobTimeoutMs(Long) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
[Optional] Job timeout in milliseconds.
setJobTimeoutMs(Long) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
[Optional] Job timeout in milliseconds.
setJobTimeoutMs(Long) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
[Optional] Job timeout in milliseconds.
setJobTimeoutMs(Long) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
[Optional] Job timeout in milliseconds.
setKind(String) - Method in class com.google.cloud.bigquery.RoutineArgument.Builder
Sets the kind of argument.
setKmsKeyName(String) - Method in class com.google.cloud.bigquery.EncryptionConfiguration.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
The labels associated with this job.
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
The labels associated with this job.
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
The labels associated with this job.
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.Model.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
Set the labels applied to this model.
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
The labels associated with this job.
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.Table.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets the labels applied to this table.
setLanguage(String) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setLanguage(String) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Sets the language for the routine (e.g.
setLocation(String) - Method in class com.google.cloud.bigquery.BigQueryOptions.Builder
 
setLocation(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
 
setLocation(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Sets the geographic location where the dataset should reside.
setLocation(String) - Method in class com.google.cloud.bigquery.JobId.Builder
 
setLocation(String) - Method in class com.google.cloud.bigquery.ModelTableDefinition.Builder
 
setLocation(String) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setMaxBadRecords(Integer) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets the maximum number of bad records that BigQuery can ignore when reading data.
setMaxBadRecords(Integer) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the maximum number of bad records that BigQuery can ignore when running the job.
setMaxBadRecords(Integer) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setMaxBadRecords(Integer) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setMaximumBillingTier(Integer) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Limits the billing tier for this job.
setMaximumBytesBilled(Long) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Limits the bytes billed for this job.
setMode(Field.Mode) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the mode of the field.
setMode(String) - Method in class com.google.cloud.bigquery.HivePartitioningOptions.Builder
[Optional] When set, what mode of hive partitioning to use when reading data.
setMode(String) - Method in class com.google.cloud.bigquery.RoutineArgument.Builder
Optionally specifies the input/output mode of the argument.
setModelId(ModelId) - Method in class com.google.cloud.bigquery.Model.Builder
 
setModelId(ModelId) - Method in class com.google.cloud.bigquery.ModelInfo.Builder
 
setName(String) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the field name.
setName(String) - Method in class com.google.cloud.bigquery.RoutineArgument.Builder
Sets the argument name.
setName(String) - Method in class com.google.cloud.bigquery.StandardSQLField.Builder
Sets the name of the field.
setNamedParameters(Map<String, QueryParameterValue>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the query parameters to a set of named query parameters to use in the query.
setNullMarker(String) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the string that represents a null value in a CSV file.
setNullMarker(String) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setNullMarker(String) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setNumBytes(Long) - Method in class com.google.cloud.bigquery.ModelTableDefinition.Builder
 
setNumBytes(Long) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setNumLongTermBytes(Long) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setNumRows(Long) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setOnlyReadLatest(Boolean) - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
If this is set, only the latest version of value in this column are exposed.
setOnlyReadLatest(Boolean) - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
If true, only the latest version of values are exposed for all columns in this column family.
setPendingUnits(Long) - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
setPositionalParameters(Iterable<QueryParameterValue>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the query parameters to a list of positional query parameters to use in the query.
setPrintHeader(Boolean) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets whether to print out a header row in the results.
setPriority(QueryJobConfiguration.Priority) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets a priority for the query.
setProject(String) - Method in class com.google.cloud.bigquery.JobId.Builder
 
setProjectionFields(List<String>) - Method in class com.google.cloud.bigquery.DatastoreBackupOptions.Builder
Sets which entity properties to load into BigQuery from a Cloud Datastore backup.
setQualifierEncoded(String) - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
Qualifier of the column.
setQuery(String) - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
Sets the query whose result is persisted.
setQuery(String) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the BigQuery SQL query to execute.
setQuery(String) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets the query used to create the view.
setQuote(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets the value that is used to quote data sections in a CSV file.
setRandomJob() - Method in class com.google.cloud.bigquery.JobId.Builder
setJob to a pseudo-random string.
setRange(String) - Method in class com.google.cloud.bigquery.GoogleSheetsOptions.Builder
[Optional] Range of a sheet to query from.
setRange(RangePartitioning.Range) - Method in class com.google.cloud.bigquery.RangePartitioning.Builder
[Required] Defines the ranges for range partitioning.
setRangePartitioning(RangePartitioning) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Range partitioning specification for this table.
setRangePartitioning(RangePartitioning) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Range partitioning specification for this table.
setRangePartitioning(RangePartitioning) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Sets the range partitioning configuration for the table.
setReadRowkeyAsString(Boolean) - Method in class com.google.cloud.bigquery.BigtableOptions.Builder
If readRowkeyAsString is true, then the rowkey column families will be read and converted to string.
setRefreshIntervalMs(Long) - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
Set a maximum frequency at which this materialized view will be refreshed.
setRequirePartitionFilter(Boolean) - Method in class com.google.cloud.bigquery.Table.Builder
 
setRequirePartitionFilter(Boolean) - Method in class com.google.cloud.bigquery.TableInfo.Builder
 
setRequirePartitionFilter(Boolean) - Method in class com.google.cloud.bigquery.TimePartitioning.Builder
 
setReturnType(StandardSQLDataType) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setReturnType(StandardSQLDataType) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Sets the return type of the routine.
setRoutineType(String) - Method in class com.google.cloud.bigquery.Routine.Builder
 
setRoutineType(String) - Method in class com.google.cloud.bigquery.RoutineInfo.Builder
Sets the routine type for the Builder (e.g.
setRows(Iterable<InsertAllRequest.RowToInsert>) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Sets the rows to insert as a list of InsertAllRequest.RowToInsert objects.
setSchema(Schema) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets the table schema.
setSchema(Schema) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the schema for the destination table.
setSchema(Schema) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setSchema(Schema) - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
Sets the table schema.
setSchema(Schema) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Sets the table schema.
setSchema(Schema) - Method in class com.google.cloud.bigquery.TableDefinition.Builder
Sets the table schema.
setSchema(Schema) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets the table schema.
setSchema(Schema) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption>) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
[Experimental] Sets options allowing the schema of the destination table to be updated as a side effect of the load job.
setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
[Experimental] Sets options allowing the schema of the destination table to be updated as a side effect of the query job.
setSchemaUpdateOptions(List<JobInfo.SchemaUpdateOption>) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setSkipInvalidRows(boolean) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Sets whether to insert all valid rows of a request, even if invalid rows exist.
setSkipLeadingRows(long) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the data.
setSkipLeadingRows(long) - Method in class com.google.cloud.bigquery.GoogleSheetsOptions.Builder
Sets the number of rows at the top of a sheet that BigQuery will skip when reading the data.
setSlotMillis(Long) - Method in class com.google.cloud.bigquery.TimelineSample.Builder
 
setSourceTable(TableId) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Sets the table to export.
setSourceTables(List<TableId>) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Sets the source tables to copy.
setSourceUriPrefix(String) - Method in class com.google.cloud.bigquery.HivePartitioningOptions.Builder
[Optional] When hive partition detection is requested, a common prefix for all source uris should be supplied.
setSourceUris(List<String>) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Sets the fully-qualified URIs that point to your data in Google Cloud Storage (e.g.
setSourceUris(List<String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Sets the fully-qualified URIs that point to source data in Google Cloud Storage (e.g.
setStart(Long) - Method in class com.google.cloud.bigquery.RangePartitioning.Range.Builder
[Required] The start of range partitioning, inclusive.
setStreamingBuffer(StandardTableDefinition.StreamingBuffer) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setStructType(StandardSQLStructType) - Method in class com.google.cloud.bigquery.StandardSQLDataType.Builder
Sets the struct type definition (list of fields) when the TypeKind is STRUCT.
setStructTypes(Map<String, QueryParameterValue>) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets the data type of the struct elements.
setStructValues(Map<String, QueryParameterValue>) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets struct values.
setTable(TableId) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Sets the destination table for rows insert request.
setTableDefinitions(Map<String, ExternalTableDefinition>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the external tables definitions.
setTableId(TableId) - Method in class com.google.cloud.bigquery.Table.Builder
 
setTableId(TableId) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets the table identity.
setTemplateSuffix(String) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
If specified, the destination table is treated as a base template.
setThrowNotFound(boolean) - Method in class com.google.cloud.bigquery.BigQueryOptions
 
setTimePartitioning(TimePartitioning) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the time partitioning specification for the destination table.
setTimePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setTimePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the time partitioning specification for the destination table.
setTimePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Sets the time partitioning configuration for the table.
setTimePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setTransportOptions(TransportOptions) - Method in class com.google.cloud.bigquery.BigQueryOptions.Builder
 
setType(String) - Method in class com.google.cloud.bigquery.BigtableColumn.Builder
The type to convert the value in cells of this column.
setType(String) - Method in class com.google.cloud.bigquery.BigtableColumnFamily.Builder
The type to convert the value in cells of this column family.
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
 
setType(LegacySQLTypeName, Field...) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the type of the field.
setType(StandardSQLTypeName, Field...) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the type of the field.
setType(LegacySQLTypeName, FieldList) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the type of the field.
setType(StandardSQLTypeName, FieldList) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the type of the field.
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.MaterializedViewDefinition.Builder
 
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.ModelTableDefinition.Builder
 
setType(StandardSQLTypeName) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets the parameter data type.
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
 
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.TableDefinition.Builder
 
setType(TableDefinition.Type) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
 
setTypeKind(String) - Method in class com.google.cloud.bigquery.StandardSQLDataType.Builder
Sets the top-level type of this data type.
setUseAvroLogicalTypes(Boolean) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
[Optional] If destinationFormat is set to "AVRO", this flag indicates whether to enable extracting applicable column types (such as TIMESTAMP) to their corresponding AVRO logical types (timestamp-micros), instead of only using their raw types (avro-long).
setUseAvroLogicalTypes(Boolean) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
If FormatOptions is set to AVRO, you can interpret logical types into their corresponding types (such as TIMESTAMP) instead of only using their raw types (such as INTEGER).
setUseAvroLogicalTypes(Boolean) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setUseAvroLogicalTypes(Boolean) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
setUseLegacySql(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether to use BigQuery's legacy SQL dialect for this query.
setUseLegacySql(Boolean) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets whether to use BigQuery's legacy SQL dialect for this query.
setUseQueryCache(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets whether to look for the result in the query cache.
setUserDefinedFunctions(List<UserDefinedFunction>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets user defined function resources that can be used by this query.
setUserDefinedFunctions(List<UserDefinedFunction>) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets user defined functions that can be used by ViewDefinition.getQuery().
setUserDefinedFunctions(UserDefinedFunction...) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets user defined functions that can be used by ViewDefinition.getQuery().
setValue(String) - Method in class com.google.cloud.bigquery.QueryParameterValue.Builder
Sets the value to the given scalar value.
setWriteDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Sets the action that should occur if the destination table already exists.
setWriteDisposition(JobInfo.WriteDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets the action that should occur if the destination table already exists.
setWriteDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setWriteDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Sets the action that should occur if the destination table already exists.
setWriteDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
size() - Method in class com.google.cloud.bigquery.FieldList
Total number of fields (columns) in the schema.
size() - Method in class com.google.cloud.bigquery.FieldValueList
Returns the total number of field values in the row.
skipInvalidRows() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns whether to insert all valid rows of a request, even if invalid rows exist.
StandardSQLDataType - Class in com.google.cloud.bigquery
Represents Standard SQL data type information.
StandardSQLDataType() - Constructor for class com.google.cloud.bigquery.StandardSQLDataType
 
StandardSQLDataType.Builder - Class in com.google.cloud.bigquery
 
StandardSQLField - Class in com.google.cloud.bigquery
A Google BigQuery SQL Field.
StandardSQLField() - Constructor for class com.google.cloud.bigquery.StandardSQLField
 
StandardSQLField.Builder - Class in com.google.cloud.bigquery
 
StandardSQLStructType - Class in com.google.cloud.bigquery
A set of fields contained within a SQL STRUCT in Google BigQuery.
StandardSQLStructType() - Constructor for class com.google.cloud.bigquery.StandardSQLStructType
 
StandardSQLStructType.Builder - Class in com.google.cloud.bigquery
 
StandardSQLTypeName - Enum in com.google.cloud.bigquery
A type used in standard SQL contexts.
StandardTableDefinition - Class in com.google.cloud.bigquery
A Google BigQuery default table definition.
StandardTableDefinition() - Constructor for class com.google.cloud.bigquery.StandardTableDefinition
 
StandardTableDefinition.Builder - Class in com.google.cloud.bigquery
 
StandardTableDefinition.StreamingBuffer - Class in com.google.cloud.bigquery
Google BigQuery Table's Streaming Buffer information.
startIndex(long) - Static method in class com.google.cloud.bigquery.BigQuery.QueryResultsOption
Returns an option that sets the zero-based index of the row from which to start getting query results.
startIndex(long) - Static method in class com.google.cloud.bigquery.BigQuery.TableDataListOption
Returns an option that sets the zero-based index of the row from which to start listing table data.
stateBuilder() - Method in class com.google.cloud.bigquery.TableDataWriteChannel
 
stateFilter(JobStatus.State...) - Static method in class com.google.cloud.bigquery.BigQuery.JobListOption
Returns an option to list only jobs that match the provided state filters.
STRING - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Variable-length character (Unicode) data.
string(String) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of STRING.
struct(Map<String, QueryParameterValue>) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a map with QueryParameterValue object and a type of STRUCT the given struct element type.

T

Table - Class in com.google.cloud.bigquery
A Google BigQuery Table.
TABLE - Static variable in class com.google.cloud.bigquery.TableDefinition.Type
A normal BigQuery table.
Table.Builder - Class in com.google.cloud.bigquery
A builder for Table objects.
TableDataWriteChannel - Class in com.google.cloud.bigquery
WriteChannel implementation to stream data into a BigQuery table.
TableDefinition - Class in com.google.cloud.bigquery
Base class for a Google BigQuery table definition.
TableDefinition() - Constructor for class com.google.cloud.bigquery.TableDefinition
 
TableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>> - Class in com.google.cloud.bigquery
Base builder for table definitions.
TableDefinition.Type - Class in com.google.cloud.bigquery
The table type.
TableId - Class in com.google.cloud.bigquery
Google BigQuery Table identity.
TableInfo - Class in com.google.cloud.bigquery
Google BigQuery table information.
TableInfo.Builder - Class in com.google.cloud.bigquery
A builder for TableInfo objects.
TableResult - Class in com.google.cloud.bigquery
 
TableResult(Schema, long, Page<FieldValueList>) - Constructor for class com.google.cloud.bigquery.TableResult
If schema is non-null, TableResult adds the schema to FieldValueLists when iterating through them.
TIME - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Represents a time, independent of a specific date, to microsecond precision.
time(String) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of TIME.
TimelineSample - Class in com.google.cloud.bigquery
A specific timeline sample.
TimelineSample() - Constructor for class com.google.cloud.bigquery.TimelineSample
 
TimelineSample.Builder - Class in com.google.cloud.bigquery
 
TimePartitioning - Class in com.google.cloud.bigquery
Objects of this class allow to configure table partitioning based on time.
TimePartitioning.Builder - Class in com.google.cloud.bigquery
 
TimePartitioning.Type - Enum in com.google.cloud.bigquery
The type of time partitioning.
TIMESTAMP - Static variable in class com.google.cloud.bigquery.LegacySQLTypeName
Represents an absolute point in time, with microsecond precision.
timestamp(Long) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of TIMESTAMP.
timestamp(String) - Static method in class com.google.cloud.bigquery.QueryParameterValue
Creates a QueryParameterValue object with a type of TIMESTAMP.
toBuilder() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
toBuilder() - Method in class com.google.cloud.bigquery.BigtableOptions
Returns a builder for the BigtableOptions object.
toBuilder() - Method in class com.google.cloud.bigquery.Clustering
 
toBuilder() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
 
toBuilder() - Method in class com.google.cloud.bigquery.CsvOptions
Returns a builder for the CsvOptions object.
toBuilder() - Method in class com.google.cloud.bigquery.Dataset
 
toBuilder() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns a builder for the dataset object.
toBuilder() - Method in class com.google.cloud.bigquery.DatastoreBackupOptions
Returns a builder for the DatastoreBackupOptions object.
toBuilder() - Method in class com.google.cloud.bigquery.EncryptionConfiguration
Returns a builder for the EncryptionConfiguration object.
toBuilder() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Returns a builder for the ExternalTableDefinition object.
toBuilder() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
 
toBuilder() - Method in class com.google.cloud.bigquery.Field
Returns a builder for the Field object.
toBuilder() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
Returns a builder for the GoogleSheetsOptions object.
toBuilder() - Method in class com.google.cloud.bigquery.HivePartitioningOptions
Returns a builder for the HivePartitioningOptions object.
toBuilder() - Method in class com.google.cloud.bigquery.Job
 
toBuilder() - Method in class com.google.cloud.bigquery.JobConfiguration
Returns a builder for the object.
toBuilder() - Method in class com.google.cloud.bigquery.JobId
 
toBuilder() - Method in class com.google.cloud.bigquery.JobInfo
Returns a builder for the job object.
toBuilder() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns a builder for the load configuration object.
toBuilder() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
toBuilder() - Method in class com.google.cloud.bigquery.MaterializedViewDefinition
Returns a builder for the MaterializedViewDefinition object.
toBuilder() - Method in class com.google.cloud.bigquery.Model
 
toBuilder() - Method in class com.google.cloud.bigquery.ModelInfo
 
toBuilder() - Method in class com.google.cloud.bigquery.ModelTableDefinition
Returns a builder for the <ModelTableDefinition object.
toBuilder() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
toBuilder() - Method in class com.google.cloud.bigquery.QueryParameterValue
Returns a builder for a QueryParameterValue object with given value.
toBuilder() - Method in class com.google.cloud.bigquery.RangePartitioning
Returns a builder for the RangePartitioning object.
toBuilder() - Method in class com.google.cloud.bigquery.Routine
 
toBuilder() - Method in class com.google.cloud.bigquery.RoutineArgument
Returns a builder pre-populated using the current values of this RoutineArgument.
toBuilder() - Method in class com.google.cloud.bigquery.RoutineInfo
Returns a builder pre-populated using the current values of this routine.
toBuilder() - Method in class com.google.cloud.bigquery.StandardSQLDataType
 
toBuilder() - Method in class com.google.cloud.bigquery.StandardSQLField
Returns a builder pre-populated using the current values of this field.
toBuilder() - Method in class com.google.cloud.bigquery.StandardSQLStructType
Returns a builder pre-populated using the current values of this field.
toBuilder() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns a builder for the StandardTableDefinition object.
toBuilder() - Method in class com.google.cloud.bigquery.Table
 
toBuilder() - Method in class com.google.cloud.bigquery.TableDefinition
Returns a builder for the object.
toBuilder() - Method in class com.google.cloud.bigquery.TableInfo
Returns a builder for the table object.
toBuilder() - Method in class com.google.cloud.bigquery.TimelineSample
return a builder for the TimelineSample object.
toBuilder() - Method in class com.google.cloud.bigquery.TimePartitioning
 
toBuilder() - Method in class com.google.cloud.bigquery.ViewDefinition
Returns a builder for the ViewInfo object.
toBuilder() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
toPb() - Method in class com.google.cloud.bigquery.EncryptionConfiguration
 
toPb() - Method in class com.google.cloud.bigquery.UserDefinedFunction
 
toString() - Method in class com.google.cloud.bigquery.Acl.Domain
 
toString() - Method in class com.google.cloud.bigquery.Acl.Group
 
toString() - Method in class com.google.cloud.bigquery.Acl.IamMember
 
toString() - Method in class com.google.cloud.bigquery.Acl
 
toString() - Method in class com.google.cloud.bigquery.Acl.User
 
toString() - Method in class com.google.cloud.bigquery.Acl.View
 
toString() - Method in class com.google.cloud.bigquery.BigQueryError
 
toString() - Method in class com.google.cloud.bigquery.BigtableOptions
 
toString() - Method in class com.google.cloud.bigquery.CsvOptions
 
toString() - Method in class com.google.cloud.bigquery.DatasetId
 
toString() - Method in class com.google.cloud.bigquery.DatasetInfo
 
toString() - Method in class com.google.cloud.bigquery.DatastoreBackupOptions
 
toString() - Method in class com.google.cloud.bigquery.EncryptionConfiguration
 
toString() - Method in class com.google.cloud.bigquery.Field
 
toString() - Method in class com.google.cloud.bigquery.FieldValue
 
toString() - Method in class com.google.cloud.bigquery.FormatOptions
 
toString() - Method in class com.google.cloud.bigquery.GoogleSheetsOptions
 
toString() - Method in class com.google.cloud.bigquery.HivePartitioningOptions
 
toString() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
 
toString() - Method in class com.google.cloud.bigquery.InsertAllRequest
 
toString() - Method in class com.google.cloud.bigquery.InsertAllResponse
 
toString() - Method in class com.google.cloud.bigquery.JobConfiguration
 
toString() - Method in class com.google.cloud.bigquery.JobInfo
 
toString() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics.ScriptStackFrame
 
toString() - Method in class com.google.cloud.bigquery.JobStatistics.ScriptStatistics
 
toString() - Method in class com.google.cloud.bigquery.JobStatistics
 
toString() - Method in class com.google.cloud.bigquery.JobStatus
 
toString() - Method in class com.google.cloud.bigquery.ModelId
 
toString() - Method in class com.google.cloud.bigquery.ModelInfo
 
toString() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
 
toString() - Method in class com.google.cloud.bigquery.QueryStage
 
toString() - Method in class com.google.cloud.bigquery.RangePartitioning.Range
 
toString() - Method in class com.google.cloud.bigquery.RangePartitioning
 
toString() - Method in class com.google.cloud.bigquery.RoutineId
 
toString() - Method in class com.google.cloud.bigquery.RoutineInfo
 
toString() - Method in class com.google.cloud.bigquery.Schema
 
toString() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
 
toString() - Method in class com.google.cloud.bigquery.TableId
 
toString() - Method in class com.google.cloud.bigquery.TableInfo
 
toString() - Method in class com.google.cloud.bigquery.TableResult
 
toString() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
translate(Exception) - Static method in exception com.google.cloud.bigquery.testing.RemoteBigQueryHelper.BigQueryHelperException
 

U

update(DatasetInfo, BigQuery.DatasetOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Updates dataset information.
update(TableInfo, BigQuery.TableOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Updates table information.
update(ModelInfo, BigQuery.ModelOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Updates model information.
update(RoutineInfo, BigQuery.RoutineOption...) - Method in interface com.google.cloud.bigquery.BigQuery
Updates routine information.
update(BigQuery.DatasetOption...) - Method in class com.google.cloud.bigquery.Dataset
Updates the dataset's information with this dataset's information.
UPDATE - Static variable in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
 
update(BigQuery.ModelOption...) - Method in class com.google.cloud.bigquery.Model
Updates the model's information with this model's information.
update(BigQuery.RoutineOption...) - Method in class com.google.cloud.bigquery.Routine
Update's the routine's information with this Routine's information.
update(Routine, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Updates the requested routine.
update(Routine, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
update(BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Table
Updates the table's information with this table's information.
useLegacySql() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether to use BigQuery's legacy SQL dialect for this query.
useLegacySql() - Method in class com.google.cloud.bigquery.ViewDefinition
Returns whether to use BigQuery's legacy SQL dialect for this query.
useQueryCache() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether to look for the result in the query cache.
User(String) - Constructor for class com.google.cloud.bigquery.Acl.User
Creates a User entity given the user's email.
UserDefinedFunction - Class in com.google.cloud.bigquery
Google BigQuery User Defined Function.
UserDefinedFunction.Type - Enum in com.google.cloud.bigquery
Type of user-defined function.

V

value() - Method in enum com.google.cloud.bigquery.spi.v2.BigQueryRpc.Option
 
valueOf(String) - Static method in enum com.google.cloud.bigquery.Acl.Entity.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.bigquery.Acl.Role
Get the Role for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.bigquery.BigQuery.DatasetField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.BigQuery.JobField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.BigQuery.ModelField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.BigQuery.RoutineField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.BigQuery.TableField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.Field.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.FieldValue.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.JobConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.JobInfo.CreateDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.JobInfo.SchemaUpdateOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.JobInfo.WriteDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
Get the State for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in class com.google.cloud.bigquery.JobStatus.State
Get the State for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in class com.google.cloud.bigquery.LegacySQLTypeName
Get the LegacySQLTypeName for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.bigquery.QueryJobConfiguration.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.spi.v2.BigQueryRpc.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.StandardSQLTypeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.bigquery.TableDefinition.Type
Get the Type for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.bigquery.TimePartitioning.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.UserDefinedFunction.Type
Returns the enum constant of this type with the specified name.
valueOfStrict(String) - Static method in class com.google.cloud.bigquery.Acl.Role
Get the Role for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
Get the StatementType for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.bigquery.JobStatus.State
Get the State for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.bigquery.LegacySQLTypeName
Get the LegacySQLTypeName for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.bigquery.TableDefinition.Type
Get the Type for the given String constant, and throw an exception if the constant is not recognized.
values() - Static method in enum com.google.cloud.bigquery.Acl.Entity.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.bigquery.Acl.Role
Return the known values for Role.
values() - Static method in enum com.google.cloud.bigquery.BigQuery.DatasetField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.BigQuery.JobField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.BigQuery.ModelField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.BigQuery.RoutineField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.BigQuery.TableField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.Field.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.FieldValue.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.JobConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.JobInfo.CreateDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.JobInfo.SchemaUpdateOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.JobInfo.WriteDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics.StatementType
Return the known values for State.
values() - Static method in class com.google.cloud.bigquery.JobStatus.State
Return the known values for State.
values() - Static method in class com.google.cloud.bigquery.LegacySQLTypeName
Return the known values for LegacySQLTypeName.
values() - Static method in enum com.google.cloud.bigquery.QueryJobConfiguration.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.spi.v2.BigQueryRpc.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.StandardSQLTypeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.bigquery.TableDefinition.Type
Return the known values for Type.
values() - Static method in enum com.google.cloud.bigquery.TimePartitioning.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.bigquery.UserDefinedFunction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
View(TableId) - Constructor for class com.google.cloud.bigquery.Acl.View
Creates a View entity given the view's id.
VIEW - Static variable in class com.google.cloud.bigquery.TableDefinition.Type
A virtual table defined by a SQL query.
ViewDefinition - Class in com.google.cloud.bigquery
Google BigQuery view table definition.
ViewDefinition() - Constructor for class com.google.cloud.bigquery.ViewDefinition
 
ViewDefinition.Builder - Class in com.google.cloud.bigquery
 

W

waitFor(RetryOption...) - Method in class com.google.cloud.bigquery.Job
Blocks until this job completes its execution, either failing or succeeding.
write(String, byte[], int, long, int, boolean) - Method in interface com.google.cloud.bigquery.spi.v2.BigQueryRpc
Uploads the provided data to the resumable upload session at the specified position.
write(String, byte[], int, long, int, boolean) - Method in class com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc
 
WriteChannelConfiguration - Class in com.google.cloud.bigquery
Google BigQuery Configuration for a load operation.
WriteChannelConfiguration(WriteChannelConfiguration.Builder) - Constructor for class com.google.cloud.bigquery.WriteChannelConfiguration
 
WriteChannelConfiguration.Builder - Class in com.google.cloud.bigquery
 
WRITER - Static variable in class com.google.cloud.bigquery.Acl.Role
Same as Acl.Role.READER plus can edit or append data in the dataset.
writer(WriteChannelConfiguration) - Method in interface com.google.cloud.bigquery.BigQuery
Returns a channel to write data to be inserted into a BigQuery table.
writer(JobId, WriteChannelConfiguration) - Method in interface com.google.cloud.bigquery.BigQuery
Returns a channel to write data to be inserted into a BigQuery table.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.