Uses of Class
com.google.cloud.retail.v2.BigQuerySource.PartitionCase
-
Packages that use BigQuerySource.PartitionCase Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of BigQuerySource.PartitionCase in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return BigQuerySource.PartitionCase Modifier and Type Method Description static BigQuerySource.PartitionCase
BigQuerySource.PartitionCase. forNumber(int value)
BigQuerySource.PartitionCase
BigQuerySource.Builder. getPartitionCase()
BigQuerySource.PartitionCase
BigQuerySource. getPartitionCase()
BigQuerySource.PartitionCase
BigQuerySourceOrBuilder. getPartitionCase()
static BigQuerySource.PartitionCase
BigQuerySource.PartitionCase. valueOf(int value)
Deprecated.static BigQuerySource.PartitionCase
BigQuerySource.PartitionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static BigQuerySource.PartitionCase[]
BigQuerySource.PartitionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-