Package com.google.api.servicecontrol.v1
Interface MetricValueSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricValueSet,MetricValueSet.Builder
public interface MetricValueSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMetricName()The metric name defined in the service configuration.com.google.protobuf.ByteStringgetMetricNameBytes()The metric name defined in the service configuration.MetricValuegetMetricValues(int index)The values in this metric.intgetMetricValuesCount()The values in this metric.List<MetricValue>getMetricValuesList()The values in this metric.MetricValueOrBuildergetMetricValuesOrBuilder(int index)The values in this metric.List<? extends MetricValueOrBuilder>getMetricValuesOrBuilderList()The values in this metric.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricName
String getMetricName()
The metric name defined in the service configuration.
string metric_name = 1;- Returns:
- The metricName.
-
getMetricNameBytes
com.google.protobuf.ByteString getMetricNameBytes()
The metric name defined in the service configuration.
string metric_name = 1;- Returns:
- The bytes for metricName.
-
getMetricValuesList
List<MetricValue> getMetricValuesList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
-
getMetricValues
MetricValue getMetricValues(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
-
getMetricValuesCount
int getMetricValuesCount()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
-
getMetricValuesOrBuilderList
List<? extends MetricValueOrBuilder> getMetricValuesOrBuilderList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
-
getMetricValuesOrBuilder
MetricValueOrBuilder getMetricValuesOrBuilder(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
-
-