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.ValueCaseMetricValue.ValueCase. forNumber(int value)MetricValue.ValueCaseMetricValue.Builder. getValueCase()MetricValue.ValueCaseMetricValue. getValueCase()MetricValue.ValueCaseMetricValueOrBuilder. getValueCase()static MetricValue.ValueCaseMetricValue.ValueCase. valueOf(int value)Deprecated.static MetricValue.ValueCaseMetricValue.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.
-