Uses of Class
com.google.cloud.pubsublite.proto.Topic.PartitionConfig.DimensionCase
-
Packages that use Topic.PartitionConfig.DimensionCase Package Description com.google.cloud.pubsublite.proto -
-
Uses of Topic.PartitionConfig.DimensionCase in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return Topic.PartitionConfig.DimensionCase Modifier and Type Method Description static Topic.PartitionConfig.DimensionCase
Topic.PartitionConfig.DimensionCase. forNumber(int value)
Topic.PartitionConfig.DimensionCase
Topic.PartitionConfig.Builder. getDimensionCase()
Topic.PartitionConfig.DimensionCase
Topic.PartitionConfig. getDimensionCase()
Topic.PartitionConfig.DimensionCase
Topic.PartitionConfigOrBuilder. getDimensionCase()
static Topic.PartitionConfig.DimensionCase
Topic.PartitionConfig.DimensionCase. valueOf(int value)
Deprecated.static Topic.PartitionConfig.DimensionCase
Topic.PartitionConfig.DimensionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Topic.PartitionConfig.DimensionCase[]
Topic.PartitionConfig.DimensionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-