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 TimePartitioningTimePartitioning.Builder. build()abstract TimePartitioningConnectionSettings. getTimePartitioning()Returns the time partitioning specification for the destination table.TimePartitioningLoadConfiguration. getTimePartitioning()Returns the time partitioning specification defined for the destination table.TimePartitioningLoadJobConfiguration. getTimePartitioning()abstract TimePartitioningMaterializedViewDefinition. getTimePartitioning()Returns the time partitioning configuration for this table.TimePartitioningQueryJobConfiguration. getTimePartitioning()Returns the time partitioning specification for the destination table.abstract TimePartitioningSnapshotTableDefinition. getTimePartitioning()abstract TimePartitioningStandardTableDefinition. getTimePartitioning()Returns the time partitioning configuration for this table.TimePartitioningWriteChannelConfiguration. getTimePartitioning()static TimePartitioningTimePartitioning. of(TimePartitioning.Type type)Returns aTimePartitioningobject given the time partitioning type.static TimePartitioningTimePartitioning. of(TimePartitioning.Type type, long expirationMs)Returns aTimePartitioningobject 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.BuilderConnectionSettings.Builder. setTimePartitioning(TimePartitioning timePartitioning)Sets the time partitioning specification for the destination table.LoadConfiguration.BuilderLoadConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)Sets the time partitioning specification for the destination table.LoadJobConfiguration.BuilderLoadJobConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)abstract MaterializedViewDefinition.BuilderMaterializedViewDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)Sets the time partitioning configuration for the materialized view.QueryJobConfiguration.BuilderQueryJobConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)Sets the time partitioning specification for the destination table.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)abstract StandardTableDefinition.BuilderStandardTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)Sets the time partitioning configuration for the table.WriteChannelConfiguration.BuilderWriteChannelConfiguration.Builder. setTimePartitioning(TimePartitioning timePartitioning)
-