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 MetricValue
MetricValue.Builder. build()
MetricValue
MetricValue.Builder. buildPartial()
static MetricValue
MetricValue. getDefaultInstance()
MetricValue
MetricValue.Builder. getDefaultInstanceForType()
MetricValue
MetricValue. getDefaultInstanceForType()
MetricValue
MetricValueSet.Builder. getMetricValues(int index)
The values in this metric.MetricValue
MetricValueSet. getMetricValues(int index)
The values in this metric.MetricValue
MetricValueSetOrBuilder. getMetricValues(int index)
The values in this metric.static MetricValue
MetricValue. parseDelimitedFrom(InputStream input)
static MetricValue
MetricValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValue
MetricValue. parseFrom(byte[] data)
static MetricValue
MetricValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValue
MetricValue. parseFrom(com.google.protobuf.ByteString data)
static MetricValue
MetricValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValue
MetricValue. parseFrom(com.google.protobuf.CodedInputStream input)
static MetricValue
MetricValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValue
MetricValue. parseFrom(InputStream input)
static MetricValue
MetricValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValue
MetricValue. parseFrom(ByteBuffer data)
static MetricValue
MetricValue. 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.Builder
MetricValueSet.Builder. addMetricValues(int index, MetricValue value)
The values in this metric.MetricValueSet.Builder
MetricValueSet.Builder. addMetricValues(MetricValue value)
The values in this metric.MetricValue.Builder
MetricValue.Builder. mergeFrom(MetricValue other)
static MetricValue.Builder
MetricValue. newBuilder(MetricValue prototype)
MetricValueSet.Builder
MetricValueSet.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.Builder
MetricValueSet.Builder. addAllMetricValues(Iterable<? extends MetricValue> values)
The values in this metric.
-