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.TypeTimePartitioning. getType()Returns the time partitioning type.static TimePartitioning.TypeTimePartitioning.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.BuilderTimePartitioning. newBuilder(TimePartitioning.Type type)Returns aTimePartitioningobject given the time partitioning type.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.
-