Uses of Enum
com.google.cloud.bigquery.TimePartitioning.Type
Packages that use TimePartitioning.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionabstract TimePartitioning.TypeTimePartitioning.getType()Returns the time partitioning type.static TimePartitioning.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic 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.