public interface MetricValueSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetricName()
The metric name defined in the service configuration.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
The metric name defined in the service configuration.
|
MetricValue |
getMetricValues(int index)
The values in this metric.
|
int |
getMetricValuesCount()
The values in this metric.
|
java.util.List<MetricValue> |
getMetricValuesList()
The values in this metric.
|
MetricValueOrBuilder |
getMetricValuesOrBuilder(int index)
The values in this metric.
|
java.util.List<? extends MetricValueOrBuilder> |
getMetricValuesOrBuilderList()
The values in this metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getMetricName()
The metric name defined in the service configuration.
string metric_name = 1;com.google.protobuf.ByteString getMetricNameBytes()
The metric name defined in the service configuration.
string metric_name = 1;java.util.List<MetricValue> getMetricValuesList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;MetricValue getMetricValues(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;int getMetricValuesCount()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;java.util.List<? extends MetricValueOrBuilder> getMetricValuesOrBuilderList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;MetricValueOrBuilder getMetricValuesOrBuilder(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;