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