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

A

Acl - Class in com.google.cloud.bigquery
Access Control for a BigQuery Dataset.
acl(List<Acl>) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
acl() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
acl(List<Acl>) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
Acl.Domain - Class in com.google.cloud.bigquery
Class for a BigQuery Domain entity.
Acl.Domain(String) - Constructor for class com.google.cloud.bigquery.Acl.Domain
Creates a Domain entity given the domain name.
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.Group(String) - Constructor for class com.google.cloud.bigquery.Acl.Group
Creates a Group entity given its identifier.
Acl.Role - Enum 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.User(String) - Constructor for class com.google.cloud.bigquery.Acl.User
Creates a User entity given the user's email.
Acl.View - Class in com.google.cloud.bigquery
Class for a BigQuery View entity.
Acl.View(TableId) - Constructor for class com.google.cloud.bigquery.Acl.View
Creates a View entity given the view's id.
addField(Field) - Method in class com.google.cloud.bigquery.Schema.Builder
Adds a field's schema to the table's schema.
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.
allowJaggedRows(boolean) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
allowLargeResults() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether the job is enabled to create arbitrarily large results.
allowLargeResults(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
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.
allowQuotedNewLines(boolean) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
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.
attribute() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.

B

BigQuery - Interface in com.google.cloud.bigquery
An interface for Google Cloud BigQuery.
bigquery() - Method in class com.google.cloud.bigquery.Dataset
Deprecated.
bigquery() - Method in class com.google.cloud.bigquery.Job
Deprecated.
bigquery() - Method in class com.google.cloud.bigquery.Table
Deprecated.
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.QueryResultsOption - Class in com.google.cloud.bigquery
Class for specifying query results 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.
BigQueryOptions - Class in com.google.cloud.bigquery
 
BigQueryOptions.Builder - Class in com.google.cloud.bigquery
 
BigQueryOptions.DefaultBigqueryFactory - Class in com.google.cloud.bigquery
 
BigQueryOptions.DefaultBigqueryFactory() - Constructor for class com.google.cloud.bigquery.BigQueryOptions.DefaultBigqueryFactory
 
BigQueryOptions.DefaultBigQueryRpcFactory - Class in com.google.cloud.bigquery
 
BigQueryOptions.DefaultBigQueryRpcFactory() - Constructor for class com.google.cloud.bigquery.BigQueryOptions.DefaultBigQueryRpcFactory
 
BigQueryRpc - Interface in com.google.cloud.bigquery.spi
 
BigQueryRpc.Option - Enum in com.google.cloud.bigquery.spi
 
BigQueryRpc.Tuple<X,Y> - Class in com.google.cloud.bigquery.spi
 
BigQueryRpcFactory - Interface in com.google.cloud.bigquery.spi
An interface for BigQuery RPC factory.
billingTier() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Deprecated.
bool() - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.BOOLEAN field value.
booleanValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
build() - Method in class com.google.cloud.bigquery.BigQueryOptions.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.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.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.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.QueryJobConfiguration.Builder
 
build() - Method in class com.google.cloud.bigquery.QueryRequest.Builder
 
build() - Method in class com.google.cloud.bigquery.Schema.Builder
Creates an Schema 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.ViewDefinition.Builder
Creates a ViewDefinition object.
build() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
builder() - Static method in class com.google.cloud.bigquery.BigQueryOptions
Deprecated.
builder(TableId, TableId) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
builder(TableId, List<TableId>) - Static method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
builder() - Static method in class com.google.cloud.bigquery.CsvOptions
Deprecated.
builder(DatasetId) - Static method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
builder(String) - Static method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
builder(String, String) - Static method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
builder(List<String>, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
builder(String, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
builder(TableId, String) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
builder(TableId, List<String>) - Static method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
builder(String, Field.Type) - Static method in class com.google.cloud.bigquery.Field
Deprecated.
builder(TableId) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(TableId, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(TableId, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(String, String) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(String, String, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(String, String, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(TableInfo, Iterable<InsertAllRequest.RowToInsert>) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(TableInfo, InsertAllRequest.RowToInsert...) - Static method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
builder(JobConfiguration) - Static method in class com.google.cloud.bigquery.JobInfo
Deprecated.
builder(TableId, List<String>) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
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(TableId, List<String>, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
builder(TableId, String, FormatOptions) - Static method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
builder(String) - Static method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
builder(String) - Static method in class com.google.cloud.bigquery.QueryRequest
Deprecated.
builder() - Static method in class com.google.cloud.bigquery.Schema
Deprecated.
builder() - Static method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.
builder(TableId, TableDefinition) - Static method in class com.google.cloud.bigquery.TableInfo
Deprecated.
builder(String) - Static method in class com.google.cloud.bigquery.ViewDefinition
Deprecated.
builder(String, List<UserDefinedFunction>) - Static method in class com.google.cloud.bigquery.ViewDefinition
Deprecated.
builder(String, UserDefinedFunction...) - Static method in class com.google.cloud.bigquery.ViewDefinition
Deprecated.
builder(TableId) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
builder(TableId, FormatOptions) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
bytes() - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.BYTES field value.
bytesValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.

C

cacheHit() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Deprecated.
cacheHit() - Method in class com.google.cloud.bigquery.QueryResult
Returns whether the query result was fetched from the query cache.
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) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Sends a job cancel request.
cancel(String, String) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
com.google.cloud.bigquery - package com.google.cloud.bigquery
A client to Google Cloud BigQuery.
com.google.cloud.bigquery.spi - package com.google.cloud.bigquery.spi
 
com.google.cloud.bigquery.testing - package com.google.cloud.bigquery.testing
A testing helper for Google BigQuery.
compression(String) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Deprecated.
compression() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
compression(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
compression() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
computeRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
computeRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
configuration(JobConfiguration) - Method in class com.google.cloud.bigquery.Job.Builder
Deprecated.
configuration(JobConfiguration) - Method in class com.google.cloud.bigquery.JobInfo.Builder
Deprecated.
configuration() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
content() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Deprecated.
content() - Method in class com.google.cloud.bigquery.UserDefinedFunction
Deprecated.
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(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.BigQueryRpc
Creates a new dataset.
create(Table, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Creates a new table.
create(Job, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Creates a new job.
create(Dataset, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
create(Table, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
create(Job, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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.
createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Deprecated.
createDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
createDisposition(JobInfo.CreateDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
createDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
createDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
createDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
createDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
creationTime() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
creationTime() - Method in class com.google.cloud.bigquery.JobStatistics
Deprecated.
creationTime() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
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() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
csvOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
csvOptions() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
CsvOptions.Builder - Class in com.google.cloud.bigquery
 

D

Dataset - Class in com.google.cloud.bigquery
A Google BigQuery Dataset.
dataset() - Method in class com.google.cloud.bigquery.DatasetId
Deprecated.
dataset() - Method in class com.google.cloud.bigquery.TableId
Deprecated.
Dataset.Builder - Class in com.google.cloud.bigquery
A builder for Dataset objects.
datasetId(DatasetId) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
DatasetId - Class in com.google.cloud.bigquery
Google BigQuery Dataset identity.
datasetId(DatasetId) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
datasetId() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
DatasetInfo - Class in com.google.cloud.bigquery
Google BigQuery Dataset information.
DatasetInfo.Builder - Class in com.google.cloud.bigquery
A builder for DatasetInfo objects.
DatasetInfo.Builder() - Constructor for class com.google.cloud.bigquery.DatasetInfo.Builder
 
datastoreBackup() - Static method in class com.google.cloud.bigquery.FormatOptions
Default options for DATASTORE_BACKUP format.
DEFAULT_PROJECTION - Static variable in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
DefaultBigQueryRpc - Class in com.google.cloud.bigquery.spi
 
DefaultBigQueryRpc(BigQueryOptions) - Constructor for class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
defaultDataset(DatasetId) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
defaultDataset(String) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
defaultDataset() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
defaultDataset(DatasetId) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
defaultDataset(String) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
defaultDataset() - Method in class com.google.cloud.bigquery.QueryRequest
Deprecated.
defaultInstance() - Static method in class com.google.cloud.bigquery.BigQueryOptions
Deprecated.
defaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
defaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
defaultTableLifetime() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
definition(TableDefinition) - Method in class com.google.cloud.bigquery.Table.Builder
Deprecated.
definition(TableDefinition) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Deprecated.
definition() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
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
Deletes the requested table.
delete(TableId) - Method in interface com.google.cloud.bigquery.BigQuery
Deletes the requested table.
delete(BigQuery.DatasetDeleteOption...) - Method in class com.google.cloud.bigquery.Dataset
Deletes this dataset.
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.BigQueryRpc
Delete the requested dataset.
deleteDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
deleteTable(String, String, String) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Delete the requested table.
deleteTable(String, String, String) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
description(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
description(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
description() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
description(String) - Method in class com.google.cloud.bigquery.Field.Builder
Deprecated.
description() - Method in class com.google.cloud.bigquery.Field
Deprecated.
description(String) - Method in class com.google.cloud.bigquery.Table.Builder
Deprecated.
description(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Deprecated.
description() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
destinationTable(TableId) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Deprecated.
destinationTable() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
destinationTable(TableId) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
destinationTable() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
destinationTable(TableId) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
destinationTable() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
destinationTable(TableId) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
destinationTable() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
destinationTable(TableId) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
destinationTable() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
destinationUriFileCounts() - Method in class com.google.cloud.bigquery.JobStatistics.ExtractStatistics
Deprecated.
destinationUris(List<String>) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
destinationUris() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
domain() - Method in class com.google.cloud.bigquery.Acl.Domain
Deprecated.
doubleValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
dryRun(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
dryRun() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether the job has to be dry run or not.
dryRun(Boolean) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
dryRun() - Method in class com.google.cloud.bigquery.QueryRequest
Returns whether the query has to be dry run or not.

E

email() - Method in class com.google.cloud.bigquery.Acl.User
Deprecated.
encoding(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
encoding(Charset) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
encoding() - Method in class com.google.cloud.bigquery.CsvOptions
Deprecated.
endTime() - Method in class com.google.cloud.bigquery.JobStatistics
Deprecated.
entity() - Method in class com.google.cloud.bigquery.Acl
Deprecated.
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.User
 
equals(Object) - Method in class com.google.cloud.bigquery.Acl.View
 
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.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.ExternalTableDefinition
 
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.Field.Type
 
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.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.JobId
 
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.JobStatus
 
equals(Object) - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryRequest
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryResponse
 
equals(Object) - Method in class com.google.cloud.bigquery.QueryResult
 
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.Schema
 
equals(Object) - Method in class com.google.cloud.bigquery.StandardTableDefinition
 
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.TimePartitioning
 
equals(Object) - Method in class com.google.cloud.bigquery.UserDefinedFunction
 
equals(Object) - Method in class com.google.cloud.bigquery.ViewDefinition
 
equals(Object) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
error() - Method in exception com.google.cloud.bigquery.BigQueryException
Deprecated.
error() - Method in class com.google.cloud.bigquery.JobStatus
Deprecated.
errorsFor(long) - Method in class com.google.cloud.bigquery.InsertAllResponse
Deprecated.
estimatedBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Deprecated.
estimatedRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Deprecated.
etag() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
etag() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
etag() - Method in class com.google.cloud.bigquery.QueryResponse
Deprecated.
etag() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
executionErrors() - Method in class com.google.cloud.bigquery.JobStatus
Deprecated.
executionErrors() - Method in class com.google.cloud.bigquery.QueryResponse
Deprecated.
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.Table
Checks if this table exists.
expirationMs() - Method in class com.google.cloud.bigquery.TimePartitioning
Deprecated.
expirationTime(Long) - Method in class com.google.cloud.bigquery.Table.Builder
Deprecated.
expirationTime(Long) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Deprecated.
expirationTime() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
ExternalTableDefinition - Class in com.google.cloud.bigquery
Google BigQuery external table definition.
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 field.
Field.Builder - Class in com.google.cloud.bigquery
 
Field.Mode - Enum in com.google.cloud.bigquery
Mode for a BigQuery Table field.
Field.Type - Class in com.google.cloud.bigquery
Data Types for a BigQuery Table field.
Field.Type.Value - Enum in com.google.cloud.bigquery
 
fieldDelimiter(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
fieldDelimiter() - Method in class com.google.cloud.bigquery.CsvOptions
Deprecated.
fieldDelimiter(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
fieldDelimiter() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
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.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.
fields() - Method in class com.google.cloud.bigquery.Field
Deprecated.
fields() - Method in class com.google.cloud.bigquery.Field.Type
Deprecated.
fields(Iterable<Field>) - Method in class com.google.cloud.bigquery.Schema.Builder
Deprecated.
fields(Field...) - Method in class com.google.cloud.bigquery.Schema.Builder
Deprecated.
fields() - Method in class com.google.cloud.bigquery.Schema
Deprecated.
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.
flattenResults(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
flattenResults() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether nested and repeated fields should be flattened.
floatingPoint() - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.FLOAT field value.
forceDelete(BigQuery, String) - Static method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Deletes a dataset, even if non-empty.
format(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
format() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
format() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
format() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
format() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Deprecated.
formatOptions() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
FormatOptions - Class in com.google.cloud.bigquery
Base class for Google BigQuery format options.
formatOptions(FormatOptions) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
friendlyName(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
friendlyName(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
friendlyName() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
friendlyName(String) - Method in class com.google.cloud.bigquery.Table.Builder
Deprecated.
friendlyName(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Deprecated.
friendlyName() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
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.
generatedId() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
generatedId() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
generatedId() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
generatedId() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
get(String, BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Dataset
Returns the requested table in this dataset or null if not found.
getAcl() - Method in class com.google.cloud.bigquery.DatasetInfo
Returns the dataset's access control configuration.
getAttribute() - Method in class com.google.cloud.bigquery.FieldValue
Returns the attribute of this Field Value.
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.Table
Returns the table's BigQuery object used to issue requests.
getBillingTier() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Returns the billing tier for the job.
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.
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.
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.type() 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.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.format() 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(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Returns the requested dataset or null if not found.
getDataset(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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.
getDefaultDataset() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the default dataset.
getDefaultDataset() - Method in class com.google.cloud.bigquery.QueryRequest
Returns the default dataset to assume for any unqualified table names in the query.
getDefaultInstance() - Static method in class com.google.cloud.bigquery.BigQueryOptions
 
getDefaultRpcFactory() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
getDefaultServiceFactory() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
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.TableInfo
Returns a user-friendly description for the table.
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.
getEmail() - Method in class com.google.cloud.bigquery.Acl.User
Returns user's email.
getEncoding() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the character encoding of the data.
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.
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.
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.QueryResponse
Returns the hash of the QueryResponse resource or null if not set.
getEtag() - Method in class com.google.cloud.bigquery.TableInfo
Returns the hash of the table resource.
getExecutionErrors() - Method in class com.google.cloud.bigquery.JobStatus
Returns all errors encountered during the running of the job.
getExecutionErrors() - Method in class com.google.cloud.bigquery.QueryResponse
Returns errors and warnings encountered during the running of the job, if any.
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.TableInfo
Returns the time when this table expires, in milliseconds since the epoch.
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.
getFields() - Method in class com.google.cloud.bigquery.Field
Returns the list of sub-fields if Field.type() is a Field.Type.Value.RECORD.
getFields() - Method in class com.google.cloud.bigquery.Field.Type
Returns the list of sub-fields if Field.Type.value() is set to Field.Type.Value.RECORD.
getFields() - Method in class com.google.cloud.bigquery.Schema
Returns the fields in the current table schema.
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.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.
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.
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.
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.
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.
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 user-defined id.
getJob(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Returns the requested job or null if not found.
getJob(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
getJobId() - Method in class com.google.cloud.bigquery.JobInfo
Returns the job identity.
getJobId() - Method in class com.google.cloud.bigquery.QueryResponse
Returns the identity of the BigQuery Job that was created to run the query.
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.TableInfo
Returns the time when this table 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.DatasetInfo
Returns the geographic location where the dataset 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
 
getMaxWaitTime() - Method in class com.google.cloud.bigquery.QueryRequest
Returns how long to wait for the query to complete, in milliseconds, before the request times out and returns.
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.
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.
getNextPage() - Method in class com.google.cloud.bigquery.QueryResult
 
getNumBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the size of this table in bytes, excluding any data in the streaming buffer.
getNumRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the number of rows in this table, excluding any data in the streaming buffer.
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.
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.
getPageSize() - Method in class com.google.cloud.bigquery.QueryRequest
Returns the maximum number of rows of data to return per page of results.
getPriority() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the query priority.
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 project's user-defined id.
getProject() - Method in class com.google.cloud.bigquery.TableId
Returns project's user-defined id.
getProjectionFields() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Returns which entity properties to load into BigQuery from a Cloud Datastore backup.
getProjectionFields() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
getProjectionFields() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getQuery() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns the Google BigQuery SQL query.
getQuery() - Method in class com.google.cloud.bigquery.QueryRequest
Sets the BigQuery query to be executed.
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(String, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Returns results of the query associated with the provided job.
getQueryResults(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
getQuote() - Method in class com.google.cloud.bigquery.CsvOptions
Returns the value that is used to quote data sections in a CSV file.
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.
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 list of FieldValue.
getRepeatedValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as a list of FieldValue.
getResult() - Method in class com.google.cloud.bigquery.QueryResponse
Returns the result of the query.
getRetryableErrors() - Method in exception com.google.cloud.bigquery.BigQueryException
 
getRole() - Method in class com.google.cloud.bigquery.Acl
Returns the role specified by this ACL.
getRows() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns the rows to be inserted.
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.QueryResult
Returns the schema of the results.
getSchema() - Method in class com.google.cloud.bigquery.TableDefinition
Returns the table's schema.
getSchema() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
getScopes() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
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.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.
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.
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.
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.
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.
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.
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.
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.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.DefaultBigQueryRpc
 
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.
getTimePartitioning() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Returns the time partitioning configuration for this table.
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.
getTotalBytesProcessed() - Method in class com.google.cloud.bigquery.QueryResult
Returns the total number of bytes processed for the query.
getTotalRows() - Method in class com.google.cloud.bigquery.QueryResult
Returns the total number of rows in the complete query result set, which can be more than the number of rows in the first page of results returned by PageImpl.values().
getType() - Method in class com.google.cloud.bigquery.Acl.Entity
 
getType() - Method in class com.google.cloud.bigquery.Field
Returns the field value.
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.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.
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.query().
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.Field.Type
Returns the value identifier.
getValue() - Method in class com.google.cloud.bigquery.FieldValue
Returns this field's value as an Object.
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
 
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.

H

hasErrors() - Method in class com.google.cloud.bigquery.InsertAllResponse
Returns true if no row insertion failed, false otherwise.
hasErrors() - Method in class com.google.cloud.bigquery.QueryResponse
Returns whether errors and warnings occurred during the execution of the job.
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.User
 
hashCode() - Method in class com.google.cloud.bigquery.Acl.View
 
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.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.ExternalTableDefinition
 
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.Field.Type
 
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.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.JobId
 
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.JobStatus
 
hashCode() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
 
hashCode() - Method in class com.google.cloud.bigquery.QueryRequest
 
hashCode() - Method in class com.google.cloud.bigquery.QueryResponse
 
hashCode() - Method in class com.google.cloud.bigquery.QueryResult
 
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.Schema
 
hashCode() - Method in class com.google.cloud.bigquery.StandardTableDefinition
 
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.TimePartitioning
 
hashCode() - Method in class com.google.cloud.bigquery.UserDefinedFunction
 
hashCode() - Method in class com.google.cloud.bigquery.ViewDefinition
 
hashCode() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 

I

id() - Method in class com.google.cloud.bigquery.Acl.View
Deprecated.
id() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
Deprecated.
identifier() - Method in class com.google.cloud.bigquery.Acl.Group
Deprecated.
ignoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Deprecated.
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(boolean) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Deprecated.
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns whether to accept rows that contain values that do not match the schema.
ignoreUnknownValues(Boolean) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
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(Boolean) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
ignoreUnknownValues() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
 
ignoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
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.
inputBytes() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Deprecated.
inputFiles() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Deprecated.
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.BigQueryRpc
Sends an insert all request.
insertAll(String, String, String, TableDataInsertAllRequest) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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.
insertErrors() - Method in class com.google.cloud.bigquery.InsertAllResponse
Deprecated.
integer() - Static method in class com.google.cloud.bigquery.Field.Type
Returns an Field.Type.Value.INTEGER field 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.

J

Job - Class in com.google.cloud.bigquery
A Google BigQuery Job.
job() - Method in class com.google.cloud.bigquery.JobId
Deprecated.
Job.Builder - Class in com.google.cloud.bigquery
A builder for Job objects.
jobCompleted() - Method in class com.google.cloud.bigquery.QueryResponse
Returns whether the job running the query has completed or not.
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.
jobId(JobId) - Method in class com.google.cloud.bigquery.Job.Builder
Deprecated.
JobId - Class in com.google.cloud.bigquery
Google BigQuery Job identity.
jobId(JobId) - Method in class com.google.cloud.bigquery.JobInfo.Builder
Deprecated.
jobId() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
jobId() - Method in class com.google.cloud.bigquery.QueryResponse
Deprecated.
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.Builder() - Constructor for class com.google.cloud.bigquery.JobInfo.Builder
 
JobInfo.CreateDisposition - Enum in com.google.cloud.bigquery
Specifies whether the job is allowed to create new tables.
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.
JobStatus - Class in com.google.cloud.bigquery
A Google BigQuery Job status.
JobStatus.State - Enum 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

lastModified() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
lastModifiedTime() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
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.
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.BigQueryRpc
Lists the provided project's datasets.
listDatasets(String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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.BigQueryRpc
Lists the project's jobs.
listJobs(String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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, String, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Lists the table's rows.
listTableData(String, String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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.BigQueryRpc
Lists the dataset's tables.
listTables(String, String, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
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
 
location() - Method in class com.google.cloud.bigquery.BigQueryError
Deprecated.
location(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
Deprecated.
location(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
Deprecated.
location() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
location() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.
longValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.

M

maxBadRecords(Integer) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Deprecated.
maxBadRecords() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
maxBadRecords(Integer) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
maxBadRecords() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
maxBadRecords(Integer) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
maxBadRecords() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
maxBadRecords(Integer) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
maxBadRecords() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
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.
maxWaitTime(Long) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
maxWaitTime() - Method in class com.google.cloud.bigquery.QueryRequest
Deprecated.
message() - Method in class com.google.cloud.bigquery.BigQueryError
Deprecated.
mode(Field.Mode) - Method in class com.google.cloud.bigquery.Field.Builder
Deprecated.
mode() - Method in class com.google.cloud.bigquery.Field
Deprecated.

N

name(String) - Method in class com.google.cloud.bigquery.Field.Builder
Deprecated.
name() - Method in class com.google.cloud.bigquery.Field
Deprecated.
name() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
name() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
Deprecated.
newBuilder() - Static method in class com.google.cloud.bigquery.BigQueryOptions
 
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(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(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, Field.Type) - Static method in class com.google.cloud.bigquery.Field
Returns a builder for a Field object with given name and value.
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(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.QueryJobConfiguration
Creates a builder for a BigQuery Query Job given the query to be run.
newBuilder(String) - Static method in class com.google.cloud.bigquery.QueryRequest
Creates a builder for a QueryRequest given the BigQuery SQL query to be executed.
newBuilder() - Static method in class com.google.cloud.bigquery.Schema
Creates a builder for a Schema object.
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(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.
nextPage() - Method in class com.google.cloud.bigquery.QueryResult
Deprecated.
numBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.
numRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.

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(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(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, Field.Type) - Static method in class com.google.cloud.bigquery.Field
Returns a Field object with given name and value.
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(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.QueryJobConfiguration
Returns a BigQuery Copy Job for the given the query to be run.
of(String) - Static method in class com.google.cloud.bigquery.QueryRequest
Creates a QueryRequest object given the BigQuery SQL query to be executed.
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(X, Y) - Static method in class com.google.cloud.bigquery.spi.BigQueryRpc.Tuple
 
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.
oldestEntryTime() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
Deprecated.
open(JobConfiguration) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Opens a resumable upload session to load data into a BigQuery table and returns an upload URI.
open(JobConfiguration) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
options() - Method in class com.google.cloud.bigquery.testing.RemoteBigQueryHelper
Deprecated.
outputBytes() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Deprecated.
outputRows() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
Deprecated.

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.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.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.
pageSize(Long) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
pageSize() - Method in class com.google.cloud.bigquery.QueryRequest
Deprecated.
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.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.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.
patch(Dataset, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Updates dataset information.
patch(Table, Map<BigQueryRpc.Option, ?>) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Updates table information.
patch(Dataset, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
patch(Table, Map<BigQueryRpc.Option, ?>) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
printHeader(Boolean) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
printHeader() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Returns whether an header row is printed with the result.
priority(QueryJobConfiguration.Priority) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
priority() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
project() - Method in class com.google.cloud.bigquery.DatasetId
Deprecated.
project() - Method in class com.google.cloud.bigquery.JobId
Deprecated.
project() - Method in class com.google.cloud.bigquery.TableId
Deprecated.
projectionFields(List<String>) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
projectionFields() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
projectionFields(List<String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
projectionFields() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
projectionFields(List<String>) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
projectionFields() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.

Q

query(QueryRequest) - Method in interface com.google.cloud.bigquery.BigQuery
Runs the query associated with the request.
query(String) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
query() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
query(String) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
query() - Method in class com.google.cloud.bigquery.QueryRequest
Deprecated.
query(QueryRequest) - Method in interface com.google.cloud.bigquery.spi.BigQueryRpc
Runs the query associated with the request.
query(QueryRequest) - Method in class com.google.cloud.bigquery.spi.DefaultBigQueryRpc
 
query(String) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Deprecated.
query() - Method in class com.google.cloud.bigquery.ViewDefinition
Deprecated.
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.
queryPlan() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Deprecated.
QueryRequest - Class in com.google.cloud.bigquery
Google Cloud BigQuery Query Request.
QueryRequest.Builder - Class in com.google.cloud.bigquery
 
QueryResponse - Class in com.google.cloud.bigquery
Google Cloud BigQuery Query Response.
QueryResult - 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.
quote(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
quote() - Method in class com.google.cloud.bigquery.CsvOptions
Deprecated.

R

readRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
readRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
reason() - Method in class com.google.cloud.bigquery.BigQueryError
Deprecated.
record(Field...) - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.RECORD field value with associated list of sub-fields.
record(List<Field>) - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.RECORD field value with associated list of sub-fields.
recordsRead() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
recordsWritten() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
recordValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
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.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
 
RemoteBigQueryHelper.BigQueryHelperException(String, Throwable) - Constructor for exception com.google.cloud.bigquery.testing.RemoteBigQueryHelper.BigQueryHelperException
 
repeatedValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
result() - Method in class com.google.cloud.bigquery.QueryResponse
Deprecated.
role() - Method in class com.google.cloud.bigquery.Acl
Deprecated.
rows(Iterable<InsertAllRequest.RowToInsert>) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Deprecated.
rows() - Method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.

S

schema(Schema) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
schema() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
schema(Schema) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
schema() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
schema() - Method in class com.google.cloud.bigquery.QueryResult
Deprecated.
Schema - Class in com.google.cloud.bigquery
This class represents the schema for a Google BigQuery Table or data source.
schema(Schema) - Method in class com.google.cloud.bigquery.TableDefinition.Builder
Deprecated.
schema() - Method in class com.google.cloud.bigquery.TableDefinition
Deprecated.
schema(Schema) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
schema() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
Schema.Builder - Class in com.google.cloud.bigquery
 
selector() - Method in enum com.google.cloud.bigquery.BigQuery.DatasetField
Deprecated.
selector() - Method in enum com.google.cloud.bigquery.BigQuery.JobField
Deprecated.
selector() - Method in enum com.google.cloud.bigquery.BigQuery.TableField
Deprecated.
selfLink() - Method in class com.google.cloud.bigquery.DatasetInfo
Deprecated.
selfLink() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
selfLink() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
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.
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.
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.
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.
setDefaultDataset(DatasetId) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Sets the default dataset to assume for any unqualified table names in the query.
setDefaultDataset(String) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Sets the default dataset to assume for any unqualified table names in the query.
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.Table.Builder
 
setDescription(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets a user-friendly description for the table.
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.
setDryRun(Boolean) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Sets whether the query has to be dry run or not.
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.
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.
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.
setFields(Iterable<Field>) - Method in class com.google.cloud.bigquery.Schema.Builder
Sets table's schema fields.
setFields(Field...) - Method in class com.google.cloud.bigquery.Schema.Builder
Sets table's schema fields.
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.Table.Builder
 
setFriendlyName(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Sets a user-friendly name for the table.
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
 
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.
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.
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
 
setMaxWaitTime(Long) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Sets how long to wait for the query to complete, in milliseconds, before the request times out and returns.
setMode(Field.Mode) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the mode of the field.
setName(String) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the field name.
setPageSize(Long) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Sets the maximum number of rows of data to return per page of results.
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.
setProjectionFields(List<String>) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Sets which entity properties to load into BigQuery from a Cloud Datastore backup.
setProjectionFields(List<String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
 
setProjectionFields(List<String>) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
 
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.QueryRequest.Builder
Sets the BigQuery query to be executed.
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.
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 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.TableDefinition.Builder
Sets the table schema.
setSchema(Schema) - 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.
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.
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.
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.
setTimePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Sets the time partitioning configuration for the table.
setType(Field.Type) - Method in class com.google.cloud.bigquery.Field.Builder
Sets the value of the field.
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.QueryRequest.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.
setUseQueryCache(Boolean) - Method in class com.google.cloud.bigquery.QueryRequest.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.query().
setUserDefinedFunctions(UserDefinedFunction...) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Sets user defined functions that can be used by ViewDefinition.query().
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
 
skipInvalidRows(boolean) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Deprecated.
skipInvalidRows() - Method in class com.google.cloud.bigquery.InsertAllRequest
Returns whether to insert all valid rows of a request, even if invalid rows exist.
skipLeadingRows(long) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
Deprecated.
skipLeadingRows() - Method in class com.google.cloud.bigquery.CsvOptions
Deprecated.
sourceTable(TableId) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Deprecated.
sourceTable() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
Deprecated.
sourceTables(List<TableId>) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Deprecated.
sourceTables() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
sourceUris(List<String>) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
Deprecated.
sourceUris() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
Deprecated.
sourceUris(List<String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
sourceUris() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
StandardTableDefinition - Class in com.google.cloud.bigquery
A Google BigQuery default table definition.
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.
startTime() - Method in class com.google.cloud.bigquery.JobStatistics
Deprecated.
state() - Method in class com.google.cloud.bigquery.JobStatus
Deprecated.
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.
statistics() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
status() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.
steps() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
streamingBuffer() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.
string() - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.STRING field value.
stringValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
substeps() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
Deprecated.

T

table(TableId) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Deprecated.
table() - Method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
Table - Class in com.google.cloud.bigquery
A Google BigQuery Table.
table() - Method in class com.google.cloud.bigquery.TableId
Deprecated.
Table.Builder - Class in com.google.cloud.bigquery
A builder for Table objects.
TableDefinition - Class in com.google.cloud.bigquery
Base class for a Google BigQuery table definition.
TableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>> - Class in com.google.cloud.bigquery
Base builder for table definitions.
TableDefinition.Type - Enum in com.google.cloud.bigquery
The table type.
tableDefinitions(Map<String, ExternalTableDefinition>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
tableDefinitions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
tableId(TableId) - Method in class com.google.cloud.bigquery.Table.Builder
Deprecated.
TableId - Class in com.google.cloud.bigquery
Google BigQuery Table identity.
tableId(TableId) - Method in class com.google.cloud.bigquery.TableInfo.Builder
Deprecated.
tableId() - Method in class com.google.cloud.bigquery.TableInfo
Deprecated.
TableInfo - Class in com.google.cloud.bigquery
Google BigQuery table information.
TableInfo.Builder - Class in com.google.cloud.bigquery
A builder for TableInfo objects.
TableInfo.Builder() - Constructor for class com.google.cloud.bigquery.TableInfo.Builder
 
templateSuffix(String) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
Deprecated.
templateSuffix() - Method in class com.google.cloud.bigquery.InsertAllRequest
Deprecated.
timePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
Deprecated.
timePartitioning() - Method in class com.google.cloud.bigquery.StandardTableDefinition
Deprecated.
TimePartitioning - Class in com.google.cloud.bigquery
Objects of this class allow to configure table partitioning based on time.
TimePartitioning.Type - Enum in com.google.cloud.bigquery
The type of time partitioning.
timestamp() - Static method in class com.google.cloud.bigquery.Field.Type
Returns a Field.Type.Value.TIMESTAMP field value.
timestampValue() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
toBuilder() - Method in class com.google.cloud.bigquery.BigQueryOptions
 
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.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.Job
 
toBuilder() - Method in class com.google.cloud.bigquery.JobConfiguration
Returns a builder for the object.
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.QueryJobConfiguration
 
toBuilder() - Method in class com.google.cloud.bigquery.QueryRequest
Returns a builder for the QueryRequest object.
toBuilder() - Method in class com.google.cloud.bigquery.Schema
Returns a builder for the Schema object.
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.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.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
 
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.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.Field
 
toString() - Method in class com.google.cloud.bigquery.Field.Type
 
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.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.JobId
 
toString() - Method in class com.google.cloud.bigquery.JobInfo
 
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.QueryRequest
 
toString() - Method in class com.google.cloud.bigquery.QueryResponse
 
toString() - Method in class com.google.cloud.bigquery.QueryResult
 
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.Schema
 
toString() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
 
toString() - Method in class com.google.cloud.bigquery.TableDefinition
 
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.TimePartitioning
 
toString() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
 
totalBytesBilled() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Deprecated.
totalBytesProcessed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
Deprecated.
totalBytesProcessed() - Method in class com.google.cloud.bigquery.QueryResult
Deprecated.
totalRows() - Method in class com.google.cloud.bigquery.QueryResult
Deprecated.
translate(Exception) - Static method in exception com.google.cloud.bigquery.testing.RemoteBigQueryHelper.BigQueryHelperException
 
type() - Method in class com.google.cloud.bigquery.Acl.Entity
Deprecated.
type(Field.Type) - Method in class com.google.cloud.bigquery.Field.Builder
Deprecated.
type() - Method in class com.google.cloud.bigquery.Field
Deprecated.
type() - Method in class com.google.cloud.bigquery.FormatOptions
Deprecated.
type() - Method in class com.google.cloud.bigquery.JobConfiguration
Deprecated.
type() - Method in class com.google.cloud.bigquery.TableDefinition
Deprecated.
type() - Method in class com.google.cloud.bigquery.TimePartitioning
Deprecated.
type() - Method in class com.google.cloud.bigquery.UserDefinedFunction
Deprecated.

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(BigQuery.DatasetOption...) - Method in class com.google.cloud.bigquery.Dataset
Updates the dataset's information with this dataset's information.
update(BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Table
Updates the table's information with this table's information.
useLegacySql(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
useLegacySql() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether to use BigQuery's legacy SQL dialect for this query.
useLegacySql(Boolean) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
useLegacySql() - Method in class com.google.cloud.bigquery.QueryRequest
Returns whether to use BigQuery's legacy SQL dialect for this query.
useQueryCache(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
useQueryCache() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Returns whether to look for the result in the query cache.
useQueryCache(Boolean) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
Deprecated.
useQueryCache() - Method in class com.google.cloud.bigquery.QueryRequest
Returns whether to look for the result in the query cache.
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.
userDefinedFunctions(List<UserDefinedFunction>) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
userDefinedFunctions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
userDefinedFunctions(List<UserDefinedFunction>) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Deprecated.
userDefinedFunctions(UserDefinedFunction...) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
Deprecated.
userDefinedFunctions() - Method in class com.google.cloud.bigquery.ViewDefinition
Deprecated.
userEmail() - Method in class com.google.cloud.bigquery.JobInfo
Deprecated.

V

value() - Method in class com.google.cloud.bigquery.Field.Type
Deprecated.
value() - Method in class com.google.cloud.bigquery.FieldValue
Deprecated.
value() - Method in enum com.google.cloud.bigquery.spi.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 enum com.google.cloud.bigquery.Acl.Role
Returns the enum constant of this type with the specified name.
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.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.Field.Type.Value
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.JobInfo.CreateDisposition
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 enum com.google.cloud.bigquery.JobStatus.State
Returns the enum constant of this type with the specified name.
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.BigQueryRpc.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.bigquery.TableDefinition.Type
Returns the enum constant of this type with the specified name.
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.
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 enum com.google.cloud.bigquery.Acl.Role
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.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.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.Field.Type.Value
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.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.WriteDisposition
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.JobStatus.State
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.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.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.TableDefinition.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.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.
ViewDefinition - Class in com.google.cloud.bigquery
Google BigQuery view table definition.
ViewDefinition.Builder - Class in com.google.cloud.bigquery
 

W

waitFor(WaitForOption...) - Method in class com.google.cloud.bigquery.Job
Blocks until this job completes its execution, either failing or succeeding.
waitRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
waitRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
write(String, byte[], int, long, int, boolean) - Method in interface com.google.cloud.bigquery.spi.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.DefaultBigQueryRpc
 
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
 
writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
Deprecated.
writeDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
Deprecated.
writeDisposition(JobInfo.WriteDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
Deprecated.
writeDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
Deprecated.
writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
Deprecated.
writeDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
Deprecated.
writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
Deprecated.
writeDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
Deprecated.
writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
Deprecated.
writeDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
Deprecated.
writer(WriteChannelConfiguration) - Method in interface com.google.cloud.bigquery.BigQuery
Returns a channel to write data to be inserted into a BigQuery table.
writeRatioAvg() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.
writeRatioMax() - Method in class com.google.cloud.bigquery.QueryStage
Deprecated.

X

x() - Method in class com.google.cloud.bigquery.spi.BigQueryRpc.Tuple
 

Y

y() - Method in class com.google.cloud.bigquery.spi.BigQueryRpc.Tuple
 
A B C D E F G H I J L M N O P Q R S T U V W X Y 

Copyright © 2016 Google. All rights reserved.