Uses of Class
com.google.api.servicecontrol.v1.Distribution.BucketOptionCase
-
Packages that use Distribution.BucketOptionCase Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of Distribution.BucketOptionCase in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return Distribution.BucketOptionCase Modifier and Type Method Description static Distribution.BucketOptionCase
Distribution.BucketOptionCase. forNumber(int value)
Distribution.BucketOptionCase
Distribution.Builder. getBucketOptionCase()
Distribution.BucketOptionCase
Distribution. getBucketOptionCase()
Distribution.BucketOptionCase
DistributionOrBuilder. getBucketOptionCase()
static Distribution.BucketOptionCase
Distribution.BucketOptionCase. valueOf(int value)
Deprecated.static Distribution.BucketOptionCase
Distribution.BucketOptionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Distribution.BucketOptionCase[]
Distribution.BucketOptionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-