Uses of Class
com.google.cloud.bigquery.TimePartitioning
-
Packages that use TimePartitioning Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TimePartitioning in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TimePartitioning Modifier and Type Method Description abstract TimePartitioning
TimePartitioning.Builder. build()
abstract TimePartitioning
ConnectionSettings. getTimePartitioning()
Returns the time partitioning specification for the destination table.TimePartitioning
LoadConfiguration. getTimePartitioning()
Returns the time partitioning specification defined for the destination table.TimePartitioning
LoadJobConfiguration. getTimePartitioning()
abstract TimePartitioning
MaterializedViewDefinition. getTimePartitioning()
Returns the time partitioning configuration for this table.TimePartitioning
QueryJobConfiguration. getTimePartitioning()
Returns the time partitioning specification for the destination table.abstract TimePartitioning
SnapshotTableDefinition. getTimePartitioning()
abstract TimePartitioning
StandardTableDefinition. getTimePartitioning()
Returns the time partitioning configuration for this table.TimePartitioning
WriteChannelConfiguration. getTimePartitioning()
static TimePartitioning
TimePartitioning. of(TimePartitioning.Type type)
Returns aTimePartitioning
object given the time partitioning type.static TimePartitioning
TimePartitioning. of(TimePartitioning.Type type, long expirationMs)
Returns aTimePartitioning
object given the time partitioning type and the partition's expiration in milliseconds.Methods in com.google.cloud.bigquery with parameters of type TimePartitioning Modifier and Type Method Description abstract ConnectionSettings.Builder
ConnectionSettings.Builder. setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table.LoadConfiguration.Builder
LoadConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table.LoadJobConfiguration.Builder
LoadJobConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)
abstract MaterializedViewDefinition.Builder
MaterializedViewDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning configuration for the materialized view.QueryJobConfiguration.Builder
QueryJobConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table.abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)
abstract StandardTableDefinition.Builder
StandardTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning configuration for the table.WriteChannelConfiguration.Builder
WriteChannelConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)
-