Uses of Class
com.google.cloud.bigquery.TimePartitioning.Type
-
Packages that use TimePartitioning.Type 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.Type in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TimePartitioning.Type Modifier and Type Method Description abstract TimePartitioning.Type
TimePartitioning. getType()
Returns the time partitioning type.static TimePartitioning.Type
TimePartitioning.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimePartitioning.Type[]
TimePartitioning.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery with parameters of type TimePartitioning.Type Modifier and Type Method Description static TimePartitioning.Builder
TimePartitioning. newBuilder(TimePartitioning.Type type)
Returns aTimePartitioning
object given the time partitioning type.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.
-