Uses of Class
com.google.api.servicecontrol.v1.MetricValue
-
Packages that use MetricValue Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of MetricValue in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return MetricValue Modifier and Type Method Description MetricValueMetricValue.Builder. build()MetricValueMetricValue.Builder. buildPartial()static MetricValueMetricValue. getDefaultInstance()MetricValueMetricValue.Builder. getDefaultInstanceForType()MetricValueMetricValue. getDefaultInstanceForType()MetricValueMetricValueSet.Builder. getMetricValues(int index)The values in this metric.MetricValueMetricValueSet. getMetricValues(int index)The values in this metric.MetricValueMetricValueSetOrBuilder. getMetricValues(int index)The values in this metric.static MetricValueMetricValue. parseDelimitedFrom(InputStream input)static MetricValueMetricValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricValueMetricValue. parseFrom(byte[] data)static MetricValueMetricValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricValueMetricValue. parseFrom(com.google.protobuf.ByteString data)static MetricValueMetricValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricValueMetricValue. parseFrom(com.google.protobuf.CodedInputStream input)static MetricValueMetricValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricValueMetricValue. parseFrom(InputStream input)static MetricValueMetricValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricValueMetricValue. parseFrom(ByteBuffer data)static MetricValueMetricValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.servicecontrol.v1 that return types with arguments of type MetricValue Modifier and Type Method Description List<MetricValue>MetricValueSet.Builder. getMetricValuesList()The values in this metric.List<MetricValue>MetricValueSet. getMetricValuesList()The values in this metric.List<MetricValue>MetricValueSetOrBuilder. getMetricValuesList()The values in this metric.com.google.protobuf.Parser<MetricValue>MetricValue. getParserForType()static com.google.protobuf.Parser<MetricValue>MetricValue. parser()Methods in com.google.api.servicecontrol.v1 with parameters of type MetricValue Modifier and Type Method Description MetricValueSet.BuilderMetricValueSet.Builder. addMetricValues(int index, MetricValue value)The values in this metric.MetricValueSet.BuilderMetricValueSet.Builder. addMetricValues(MetricValue value)The values in this metric.MetricValue.BuilderMetricValue.Builder. mergeFrom(MetricValue other)static MetricValue.BuilderMetricValue. newBuilder(MetricValue prototype)MetricValueSet.BuilderMetricValueSet.Builder. setMetricValues(int index, MetricValue value)The values in this metric.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type MetricValue Modifier and Type Method Description MetricValueSet.BuilderMetricValueSet.Builder. addAllMetricValues(Iterable<? extends MetricValue> values)The values in this metric.
-