- 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
-
- acl() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the dataset's access control configuration.
- acl(List<Acl>) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets the dataset's access control configuration.
- 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
-
Set whether BigQuery should accept rows that are missing trailing optional columns.
- allowLargeResults() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns whether the job is enabled to create arbitrarily large results.
- allowLargeResults(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets whether the job is enabled to create arbitrarily large results.
- allowQuotedNewLines() - Method in class com.google.cloud.bigquery.CsvOptions
-
Returns whether BigQuery should allow quoted data sections that contain newline characters in a
CSV file.
- allowQuotedNewLines(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.
- 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
-
Returns the attribute of this Field Value.
- BigQuery - Interface in com.google.cloud.bigquery
-
An interface for Google Cloud BigQuery.
- bigquery() - Method in class com.google.cloud.bigquery.Dataset
-
Returns the dataset's BigQuery
object used to issue requests.
- bigquery() - Method in class com.google.cloud.bigquery.Job
-
Returns the job's BigQuery
object used to issue requests.
- bigquery() - Method in class com.google.cloud.bigquery.Table
-
Returns the table's BigQuery
object used to issue requests.
- 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
-
Returns the billing tier for the job.
- bool() - Static method in class com.google.cloud.bigquery.Field.Type
-
- booleanValue() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as a
Boolean
.
- 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
-
- 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
-
- builder(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.
- builder(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.
- builder() - Static method in class com.google.cloud.bigquery.CsvOptions
-
Returns a builder for a CsvOptions object.
- builder(DatasetId) - Static method in class com.google.cloud.bigquery.DatasetInfo
-
Returns a builder for a DatasetInfo
object given it's identity.
- builder(String) - Static method in class com.google.cloud.bigquery.DatasetInfo
-
Returns a builder for a DatasetInfo
object given it's user-defined id.
- builder(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.
- builder(List<String>, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
-
Creates a builder for an ExternalTableDefinition object.
- builder(String, Schema, FormatOptions) - Static method in class com.google.cloud.bigquery.ExternalTableDefinition
-
Creates a builder for an ExternalTableDefinition object.
- builder(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.
- builder(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.
- builder(String, Field.Type) - Static method in class com.google.cloud.bigquery.Field
-
Returns a builder for a Field object with given name and value.
- builder(TableId) - Static method in class com.google.cloud.bigquery.InsertAllRequest
-
Returns a builder for an InsertAllRequest
object given the destination table.
- builder(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.
- builder(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.
- builder(String, String) - Static method in class com.google.cloud.bigquery.InsertAllRequest
-
Returns a builder for an InsertAllRequest
object given the destination table.
- builder(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.
- builder(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.
- builder(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.
- builder(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.
- builder(JobConfiguration) - Static method in class com.google.cloud.bigquery.JobInfo
-
Returns a builder for a JobInfo
object given the job configuration.
- builder(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.
- 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
-
Creates a builder for a BigQuery Load Job configuration given the destination table, format and
source URIs.
- builder(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.
- builder(String) - Static method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Creates a builder for a BigQuery Query Job given the query to be run.
- builder(String) - Static method in class com.google.cloud.bigquery.QueryRequest
-
Creates a builder for a QueryRequest
given the BigQuery SQL query to be executed.
- builder() - Static method in class com.google.cloud.bigquery.Schema
-
- builder() - Static method in class com.google.cloud.bigquery.StandardTableDefinition
-
Returns a builder for a BigQuery standard table definition.
- builder(TableId, TableDefinition) - Static method in class com.google.cloud.bigquery.TableInfo
-
Returns a builder for a TableInfo
object given table identity and definition.
- builder(String) - Static method in class com.google.cloud.bigquery.ViewDefinition
-
Returns a builder for a BigQuery view definition.
- builder(String, List<UserDefinedFunction>) - Static method in class com.google.cloud.bigquery.ViewDefinition
-
Returns a builder for a BigQuery view definition.
- builder(String, UserDefinedFunction...) - Static method in class com.google.cloud.bigquery.ViewDefinition
-
Returns a builder for a BigQuery view definition.
- builder(TableId) - Static method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
Creates a builder for a BigQuery Load Configuration given the destination table.
- builder(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.
- bytes() - Static method in class com.google.cloud.bigquery.Field.Type
-
- bytesValue() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as a byte array.
- cacheHit() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
-
Returns whether the query result was fetched from the query cache.
- 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
-
Sets compression type of the data source.
- compression() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
-
Returns the compression type of the data source.
- compression(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
-
Sets the compression value to use for exported files.
- compression() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
-
Returns the compression value of exported files.
- computeRatioAvg() - 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.
- computeRatioMax() - 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.
- configuration(JobConfiguration) - Method in class com.google.cloud.bigquery.Job.Builder
-
- configuration(JobConfiguration) - Method in class com.google.cloud.bigquery.JobInfo.Builder
-
Sets a configuration for the JobInfo
object.
- configuration() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the job's configuration.
- content() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
-
Returns the actual content of the row, as a map.
- content() - Method in class com.google.cloud.bigquery.UserDefinedFunction
-
- 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
-
Sets whether the job is allowed to create new tables.
- createDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
-
Returns whether the job is allowed to create new tables.
- createDisposition(JobInfo.CreateDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
-
Sets whether the job is allowed to create new tables.
- createDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns whether the job is allowed to create new tables.
- createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- createDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets whether the job is allowed to create tables.
- createDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns whether the job is allowed to create new tables.
- createDisposition(JobInfo.CreateDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- createDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- creationTime() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the time when this dataset was created, in milliseconds since the epoch.
- creationTime() - Method in class com.google.cloud.bigquery.JobStatistics
-
Returns the creation time of the job in milliseconds since epoch.
- creationTime() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the time when this table was created, in milliseconds since the epoch.
- 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
-
- csvOptions() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- csvOptions() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- CsvOptions.Builder - Class in com.google.cloud.bigquery
-
- Dataset - Class in com.google.cloud.bigquery
-
A Google BigQuery Dataset.
- dataset() - Method in class com.google.cloud.bigquery.DatasetId
-
Returns dataset's user-defined id.
- dataset() - Method in class com.google.cloud.bigquery.TableId
-
Returns dataset's user-defined id.
- Dataset.Builder - Class in com.google.cloud.bigquery
-
A builder for Dataset
objects.
- datasetId(DatasetId) - Method in class com.google.cloud.bigquery.Dataset.Builder
-
- DatasetId - Class in com.google.cloud.bigquery
-
Google BigQuery Dataset identity.
- datasetId(DatasetId) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets the dataset identity.
- datasetId() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the dataset identity.
- DatasetInfo - Class in com.google.cloud.bigquery
-
Google BigQuery Dataset information.
- DatasetInfo.Builder - Class in com.google.cloud.bigquery
-
A builder for DatasetInfo
objects.
- 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
-
Sets the default dataset.
- defaultDataset(String) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets the default dataset.
- defaultDataset() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the default dataset.
- defaultDataset(DatasetId) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
-
Sets the default dataset to assume for any unqualified table names in the query.
- defaultDataset(String) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
-
Sets the default dataset to assume for any unqualified table names in the query.
- defaultDataset() - Method in class com.google.cloud.bigquery.QueryRequest
-
Returns the default dataset to assume for any unqualified table names in the query.
- defaultInstance() - Static method in class com.google.cloud.bigquery.BigQueryOptions
-
- defaultRpcFactory() - Method in class com.google.cloud.bigquery.BigQueryOptions
-
- defaultServiceFactory() - Method in class com.google.cloud.bigquery.BigQueryOptions
-
- defaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.Dataset.Builder
-
- defaultTableLifetime(Long) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets the default lifetime of all tables in the dataset, in milliseconds.
- defaultTableLifetime() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the default lifetime of all tables in the dataset, in milliseconds.
- definition(TableDefinition) - Method in class com.google.cloud.bigquery.Table.Builder
-
- definition(TableDefinition) - Method in class com.google.cloud.bigquery.TableInfo.Builder
-
Sets the table definition.
- definition() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the table definition.
- 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
-
- description(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets a user-friendly description for the dataset.
- description() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns a user-friendly description for the dataset.
- description(String) - Method in class com.google.cloud.bigquery.Field.Builder
-
Sets the field description.
- description() - Method in class com.google.cloud.bigquery.Field
-
Returns the field description.
- description(String) - Method in class com.google.cloud.bigquery.Table.Builder
-
- description(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
-
Sets a user-friendly description for the table.
- description() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns a user-friendly description for the table.
- destinationTable(TableId) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
-
Sets the destination table of the copy job.
- destinationTable() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
-
Returns the destination table to load the data into.
- destinationTable(TableId) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
-
Sets the destination table to load the data into.
- destinationTable() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns the destination table to load the data into.
- destinationTable(TableId) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- destinationTable() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- destinationTable(TableId) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets the table where to put query results.
- destinationTable() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the table where to put query results.
- destinationTable(TableId) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- destinationTable() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- destinationUriFileCounts() - 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.
- destinationUris(List<String>) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
-
Sets the list of fully-qualified Google Cloud Storage URIs (e.g.
- destinationUris() - 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.
- domain() - Method in class com.google.cloud.bigquery.Acl.Domain
-
Returns the domain name.
- doubleValue() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as a
Double
.
- dryRun(Boolean) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets whether the job has to be dry run or not.
- 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
-
Sets whether the query has to be dry run or not.
- dryRun() - Method in class com.google.cloud.bigquery.QueryRequest
-
Returns whether the query has to be dry run or not.
- email() - Method in class com.google.cloud.bigquery.Acl.User
-
Returns user's email.
- encoding(String) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
-
Sets the character encoding of the data.
- encoding(Charset) - Method in class com.google.cloud.bigquery.CsvOptions.Builder
-
Sets the character encoding of the data.
- encoding() - Method in class com.google.cloud.bigquery.CsvOptions
-
Returns the character encoding of the data.
- endTime() - Method in class com.google.cloud.bigquery.JobStatistics
-
Returns the end time of the job in milliseconds since epoch.
- entity() - Method in class com.google.cloud.bigquery.Acl
-
Returns the entity for this ACL.
- 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
-
- error() - Method in class com.google.cloud.bigquery.JobStatus
-
Returns the final error result of the job.
- errorsFor(long) - Method in class com.google.cloud.bigquery.InsertAllResponse
-
Returns errors for the provided row index.
- estimatedBytes() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
-
Returns a lower-bound estimate of the number of bytes currently in the streaming buffer.
- estimatedRows() - Method in class com.google.cloud.bigquery.StandardTableDefinition.StreamingBuffer
-
Returns a lower-bound estimate of the number of rows currently in the streaming buffer.
- etag() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the hash of the dataset resource.
- etag() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the hash of the job resource.
- etag() - Method in class com.google.cloud.bigquery.QueryResponse
-
Returns the hash of the QueryResponse
resource or null
if not set.
- etag() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the hash of the table resource.
- executionErrors() - Method in class com.google.cloud.bigquery.JobStatus
-
Returns all errors encountered during the running of the job.
- executionErrors() - Method in class com.google.cloud.bigquery.QueryResponse
-
Returns errors and warnings encountered during the running of the job, if any.
- 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
-
Returns the number of milliseconds for which to keep the storage for a partition.
- expirationTime(Long) - Method in class com.google.cloud.bigquery.Table.Builder
-
- expirationTime(Long) - Method in class com.google.cloud.bigquery.TableInfo.Builder
-
Sets the time when this table expires, in milliseconds since the epoch.
- expirationTime() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the time when this table expires, in milliseconds since the epoch.
- 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
-
- 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
-
Sets the separator for fields in a CSV file.
- fieldDelimiter() - Method in class com.google.cloud.bigquery.CsvOptions
-
Returns the separator for fields in a CSV file.
- fieldDelimiter(String) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
-
Sets the delimiter to use between fields in the exported data.
- fieldDelimiter() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
-
Returns the delimiter used between fields in the exported data.
- 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
-
- fields() - Method in class com.google.cloud.bigquery.Field.Type
-
- fields(Iterable<Field>) - Method in class com.google.cloud.bigquery.Schema.Builder
-
Sets table's schema fields.
- fields(Field...) - Method in class com.google.cloud.bigquery.Schema.Builder
-
Sets table's schema fields.
- fields() - Method in class com.google.cloud.bigquery.Schema
-
Returns the fields in the current table schema.
- 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
-
Sets whether nested and repeated fields should be flattened.
- 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
-
- 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
-
Sets the exported file format.
- format() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
-
Returns the exported files format.
- format() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns the format of the data files.
- format() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- format() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.ExternalTableDefinition.Builder
-
Sets the source format, and possibly some parsing options, of the external data.
- formatOptions() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
-
Returns the source format, and possibly some parsing options, of the external data.
- 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
-
Sets the source format, and possibly some parsing options, of the external data.
- formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- formatOptions(FormatOptions) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- friendlyName(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
-
- friendlyName(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets a user-friendly name for the dataset.
- friendlyName() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns a user-friendly name for the dataset.
- friendlyName(String) - Method in class com.google.cloud.bigquery.Table.Builder
-
- friendlyName(String) - Method in class com.google.cloud.bigquery.TableInfo.Builder
-
Sets a user-friendly name for the table.
- friendlyName() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns a user-friendly name for the table.
- 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.
- 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
-
Returns the service-generated id for the dataset.
- generatedId() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the service-generated id for the job.
- generatedId() - Method in class com.google.cloud.bigquery.QueryStage
-
Returns a unique, server-generated ID for the stage within its plan.
- generatedId() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the service-generated id for the table.
- get(String, BigQuery.TableOption...) - Method in class com.google.cloud.bigquery.Dataset
-
Returns the requested table in this dataset or null
if not found.
- 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(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
-
- 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(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
-
- 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
-
- 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(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
-
- id() - Method in class com.google.cloud.bigquery.Acl.View
-
Returns table's identity.
- id() - Method in class com.google.cloud.bigquery.InsertAllRequest.RowToInsert
-
Returns the id associated with the row.
- identifier() - Method in class com.google.cloud.bigquery.Acl.Group
-
- ignoreUnknownValues(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.
- 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
-
Sets whether to accept rows that contain values that do not match the schema.
- ignoreUnknownValues() - Method in class com.google.cloud.bigquery.InsertAllRequest
-
Returns whether to accept rows that contain values that do not match the schema.
- ignoreUnknownValues(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.
- 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
-
- ignoreUnknownValues() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- ignoreUnknownValues(Boolean) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- 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
-
Returns the number of bytes of source data in a load job.
- inputFiles() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
-
Returns the number of source files in a load job.
- 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
-
Returns all insertion errors as a map whose keys are indexes of rows that failed to insert.
- integer() - Static method in class com.google.cloud.bigquery.Field.Type
-
- 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.
- Job - Class in com.google.cloud.bigquery
-
A Google BigQuery Job.
- job() - Method in class com.google.cloud.bigquery.JobId
-
Returns the job's user-defined id.
- 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
-
- JobId - Class in com.google.cloud.bigquery
-
Google BigQuery Job identity.
- jobId(JobId) - Method in class com.google.cloud.bigquery.JobInfo.Builder
-
Sets the job identity.
- jobId() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the job identity.
- jobId() - Method in class com.google.cloud.bigquery.QueryResponse
-
Returns the identity of the BigQuery Job that was created to run the query.
- 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.
- lastModified() - 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.
- lastModifiedTime() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the time when this table was last modified, in milliseconds since the epoch.
- 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
-
Returns where the error occurred, if present.
- location(String) - Method in class com.google.cloud.bigquery.Dataset.Builder
-
- location(String) - Method in class com.google.cloud.bigquery.DatasetInfo.Builder
-
Sets the geographic location where the dataset should reside.
- location() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns the geographic location where the dataset should reside.
- location() - Method in class com.google.cloud.bigquery.StandardTableDefinition
-
Returns the geographic location where the table should reside.
- longValue() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as a long
.
- 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
-
- of(Field...) - Static method in class com.google.cloud.bigquery.Schema
-
- 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
-
Returns the timestamp of the oldest entry in the streaming buffer, in milliseconds since
epoch.
- 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
-
- outputBytes() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
-
Returns the size of the data loaded by a load job so far, in bytes.
- outputRows() - Method in class com.google.cloud.bigquery.JobStatistics.LoadStatistics
-
Returns the number of rows loaded by a load job so far.
- 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
-
Sets the maximum number of rows of data to return per page of results.
- pageSize() - Method in class com.google.cloud.bigquery.QueryRequest
-
Returns the maximum number of rows of data to return per page of results.
- 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
-
Sets whether to print out a header row in the results.
- 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
-
Sets a priority for the query.
- priority() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the query priority.
- project() - Method in class com.google.cloud.bigquery.DatasetId
-
Returns project's user-defined id.
- project() - Method in class com.google.cloud.bigquery.JobId
-
Returns project's user-defined id.
- project() - Method in class com.google.cloud.bigquery.TableId
-
Returns project's user-defined id.
- projectionFields(List<String>) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
-
Sets which entity properties to load into BigQuery from a Cloud Datastore backup.
- projectionFields() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns which entity properties to load into BigQuery from a Cloud Datastore backup.
- projectionFields(List<String>) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- projectionFields() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- projectionFields(List<String>) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- projectionFields() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- 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
-
Sets the BigQuery SQL query to execute.
- query() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the Google BigQuery SQL query.
- query(String) - Method in class com.google.cloud.bigquery.QueryRequest.Builder
-
Sets the BigQuery query to be executed.
- query() - Method in class com.google.cloud.bigquery.QueryRequest
-
Sets the BigQuery query to be executed.
- 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
-
Sets the query used to create the view.
- query() - Method in class com.google.cloud.bigquery.ViewDefinition
-
Returns the query used to create the view.
- 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
-
Returns the query plan as a list of stages or null
if a query plan is not available.
- 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
-
Sets the value that is used to quote data sections in a CSV file.
- quote() - Method in class com.google.cloud.bigquery.CsvOptions
-
Returns the value that is used to quote data sections in a CSV file.
- schema(Schema) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
-
Sets the schema for the destination table.
- schema() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns the schema for the destination table, if set.
- schema(Schema) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- schema() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- schema() - Method in class com.google.cloud.bigquery.QueryResult
-
Returns the schema of the results.
- 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
-
Sets the table schema.
- schema() - Method in class com.google.cloud.bigquery.TableDefinition
-
Returns the table's schema.
- schema(Schema) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- schema() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- Schema.Builder - Class in com.google.cloud.bigquery
-
- scopes() - Method in class com.google.cloud.bigquery.BigQueryOptions
-
- selector() - Method in enum com.google.cloud.bigquery.BigQuery.DatasetField
-
- selector() - Method in enum com.google.cloud.bigquery.BigQuery.JobField
-
- selector() - Method in enum com.google.cloud.bigquery.BigQuery.TableField
-
- selfLink() - Method in class com.google.cloud.bigquery.DatasetInfo
-
Returns an URL that can be used to access the resource again.
- selfLink() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns an URL that can be used to access the resource again.
- selfLink() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns an URL that can be used to access the resource again.
- skipInvalidRows(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.
- 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
-
Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the
data.
- skipLeadingRows() - 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.
- sourceTable(TableId) - Method in class com.google.cloud.bigquery.ExtractJobConfiguration.Builder
-
Sets the table to export.
- sourceTable() - Method in class com.google.cloud.bigquery.ExtractJobConfiguration
-
Returns the table to export.
- sourceTables(List<TableId>) - Method in class com.google.cloud.bigquery.CopyJobConfiguration.Builder
-
Sets the source tables to copy.
- sourceTables() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
-
Returns the source tables to copy.
- sourceUris(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.
- sourceUris() - Method in class com.google.cloud.bigquery.ExternalTableDefinition
-
Returns the fully-qualified URIs that point to your data in Google Cloud Storage.
- sourceUris(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.
- sourceUris() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
Returns the fully-qualified URIs that point to source data in Google Cloud Storage (e.g.
- 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
-
Returns the start time of the job in milliseconds since epoch.
- state() - Method in class com.google.cloud.bigquery.JobStatus
-
Returns the state of the job.
- 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
-
Returns information about the job, including starting time and ending time of the job.
- status() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the status of this job.
- steps() - Method in class com.google.cloud.bigquery.QueryStage
-
Returns the list of steps within the stage in dependency order (approximately chronological).
- streamingBuffer() - Method in class com.google.cloud.bigquery.StandardTableDefinition
-
Returns information on the table's streaming buffer if any exists.
- string() - Static method in class com.google.cloud.bigquery.Field.Type
-
- stringValue() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as a
String
.
- substeps() - Method in class com.google.cloud.bigquery.QueryStage.QueryStep
-
Returns a list of human-readable stage descriptions.
- table(TableId) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
-
Sets the destination table for rows insert request.
- table() - Method in class com.google.cloud.bigquery.InsertAllRequest
-
Returns the destination table for rows insert request.
- Table - Class in com.google.cloud.bigquery
-
A Google BigQuery Table.
- table() - Method in class com.google.cloud.bigquery.TableId
-
Returns table's user-defined id.
- 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
-
Sets the external tables definitions.
- tableDefinitions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the external tables definitions.
- tableId(TableId) - Method in class com.google.cloud.bigquery.Table.Builder
-
- TableId - Class in com.google.cloud.bigquery
-
Google BigQuery Table identity.
- tableId(TableId) - Method in class com.google.cloud.bigquery.TableInfo.Builder
-
Sets the table identity.
- tableId() - Method in class com.google.cloud.bigquery.TableInfo
-
Returns the table identity.
- TableInfo - Class in com.google.cloud.bigquery
-
Google BigQuery table information.
- TableInfo.Builder - Class in com.google.cloud.bigquery
-
A builder for TableInfo
objects.
- TableInfo.Builder() - Constructor for class com.google.cloud.bigquery.TableInfo.Builder
-
- templateSuffix(String) - Method in class com.google.cloud.bigquery.InsertAllRequest.Builder
-
If specified, the destination table is treated as a base template.
- templateSuffix() - Method in class com.google.cloud.bigquery.InsertAllRequest
-
If specified, the destination table is treated as a base template.
- timePartitioning(TimePartitioning) - Method in class com.google.cloud.bigquery.StandardTableDefinition.Builder
-
Sets the time partitioning configuration for the table.
- timePartitioning() - Method in class com.google.cloud.bigquery.StandardTableDefinition
-
Returns the time partitioning configuration for this table.
- 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
-
- timestampValue() - 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).
- 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
-
Returns the total number of bytes billed for the job.
- totalBytesProcessed() - Method in class com.google.cloud.bigquery.JobStatistics.QueryStatistics
-
Returns the total number of bytes processed by the job.
- totalBytesProcessed() - Method in class com.google.cloud.bigquery.QueryResult
-
Returns the total number of bytes processed for the query.
- totalRows() - 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()
.
- translate(Exception) - Static method in exception com.google.cloud.bigquery.testing.RemoteBigQueryHelper.BigQueryHelperException
-
- type() - Method in class com.google.cloud.bigquery.Acl.Entity
-
- type(Field.Type) - Method in class com.google.cloud.bigquery.Field.Builder
-
Sets the value of the field.
- type() - Method in class com.google.cloud.bigquery.Field
-
Returns the field value.
- type() - Method in class com.google.cloud.bigquery.FormatOptions
-
Returns the external data format, as a string.
- type() - Method in class com.google.cloud.bigquery.JobConfiguration
-
Returns the type of the job configuration.
- type() - Method in class com.google.cloud.bigquery.TableDefinition
-
Returns the table's type.
- type() - Method in class com.google.cloud.bigquery.TimePartitioning
-
Returns the time partitioning type.
- type() - Method in class com.google.cloud.bigquery.UserDefinedFunction
-
- 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
-
Sets whether to use BigQuery's legacy SQL dialect for this query.
- 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
-
Sets whether to use BigQuery's legacy SQL dialect for this query.
- 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
-
Sets whether to look for the result in the query cache.
- 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
-
Sets whether to look for the result in the query cache.
- 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
-
Sets user defined function resources that can be used by this query.
- userDefinedFunctions() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns user defined function resources that can be used by this query.
- userDefinedFunctions(List<UserDefinedFunction>) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
-
- userDefinedFunctions(UserDefinedFunction...) - Method in class com.google.cloud.bigquery.ViewDefinition.Builder
-
- userDefinedFunctions() - Method in class com.google.cloud.bigquery.ViewDefinition
-
- userEmail() - Method in class com.google.cloud.bigquery.JobInfo
-
Returns the email address of the user who ran the job.
- value() - Method in class com.google.cloud.bigquery.Field.Type
-
Returns the value identifier.
- value() - Method in class com.google.cloud.bigquery.FieldValue
-
Returns this field's value as an
Object
.
- 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
-
- 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
-
Returns the time the average worker spent waiting to be scheduled, divided by the longest time
spent by any worker in any segment.
- waitRatioMax() - 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.
- 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
-
Sets the action that should occur if the destination table already exists.
- writeDisposition() - Method in class com.google.cloud.bigquery.CopyJobConfiguration
-
Returns the action that should occur if the destination table already exists.
- writeDisposition(JobInfo.WriteDisposition) - Method in interface com.google.cloud.bigquery.LoadConfiguration.Builder
-
Sets the action that should occur if the destination table already exists.
- writeDisposition() - Method in interface com.google.cloud.bigquery.LoadConfiguration
-
Returns the action that should occur if the destination table already exists.
- writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.LoadJobConfiguration.Builder
-
- writeDisposition() - Method in class com.google.cloud.bigquery.LoadJobConfiguration
-
- writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.QueryJobConfiguration.Builder
-
Sets the action that should occur if the destination table already exists.
- writeDisposition() - Method in class com.google.cloud.bigquery.QueryJobConfiguration
-
Returns the action that should occur if the destination table already exists.
- writeDisposition(JobInfo.WriteDisposition) - Method in class com.google.cloud.bigquery.WriteChannelConfiguration.Builder
-
- writeDisposition() - Method in class com.google.cloud.bigquery.WriteChannelConfiguration
-
- 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
-
Returns the time the average worker spent writing output data, divided by the longest time
spent by any worker in any segment.
- writeRatioMax() - 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.