| Package | Description | 
|---|---|
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract TimePartitioning | 
TimePartitioning.Builder.build()  | 
TimePartitioning | 
LoadJobConfiguration.getTimePartitioning()  | 
TimePartitioning | 
LoadConfiguration.getTimePartitioning()
Returns the time partitioning specification defined for the destination table. 
 | 
TimePartitioning | 
QueryJobConfiguration.getTimePartitioning()
Returns the time partitioning specification for the destination table. 
 | 
TimePartitioning | 
WriteChannelConfiguration.getTimePartitioning()  | 
abstract TimePartitioning | 
StandardTableDefinition.getTimePartitioning()
Returns the time partitioning configuration for this table. 
 | 
static TimePartitioning | 
TimePartitioning.of(TimePartitioning.Type type)
Returns a  
TimePartitioning object given the time partitioning type. | 
static TimePartitioning | 
TimePartitioning.of(TimePartitioning.Type type,
  long expirationMs)
Returns a  
TimePartitioning object given the time partitioning type and the partition's
 expiration in milliseconds. | 
| Modifier and Type | Method and Description | 
|---|---|
LoadJobConfiguration.Builder | 
LoadJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)  | 
LoadConfiguration.Builder | 
LoadConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table. 
 | 
QueryJobConfiguration.Builder | 
QueryJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table. 
 | 
WriteChannelConfiguration.Builder | 
WriteChannelConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)  | 
abstract StandardTableDefinition.Builder | 
StandardTableDefinition.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning configuration for the table. 
 | 
Copyright © 2019 Google LLC. All rights reserved.