public interface MetricValueSetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetricName()
public abstract String getMetricName()
The metric name defined in the service configuration.
string metric_name = 1;
Returns | |
---|---|
Type | Description |
String | The metricName. |
getMetricNameBytes()
public abstract ByteString getMetricNameBytes()
The metric name defined in the service configuration.
string metric_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for metricName. |
getMetricValues(int index)
public abstract MetricValue getMetricValues(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
MetricValue |
getMetricValuesCount()
public abstract int getMetricValuesCount()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
Returns | |
---|---|
Type | Description |
int |
getMetricValuesList()
public abstract List<MetricValue> getMetricValuesList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
Returns | |
---|---|
Type | Description |
List<MetricValue> |
getMetricValuesOrBuilder(int index)
public abstract MetricValueOrBuilder getMetricValuesOrBuilder(int index)
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
MetricValueOrBuilder |
getMetricValuesOrBuilderList()
public abstract List<? extends MetricValueOrBuilder> getMetricValuesOrBuilderList()
The values in this metric.
repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.api.servicecontrol.v1.MetricValueOrBuilder> |