com.google.api.servicecontrol.v1.MetricValueSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of endpoints-management-protos Show documentation
Show all versions of endpoints-management-protos Show documentation
Contains the generated protocol buffer surface used by Endpoints
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/servicecontrol/v1/metric_value.proto
package com.google.api.servicecontrol.v1;
public interface MetricValueSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v1.MetricValueSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* The metric name defined in the service configuration.
*
*
* optional string metric_name = 1;
*/
java.lang.String getMetricName();
/**
*
* The metric name defined in the service configuration.
*
*
* optional string metric_name = 1;
*/
com.google.protobuf.ByteString
getMetricNameBytes();
/**
*
* The values in this metric.
*
*
* repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
*/
java.util.List
getMetricValuesList();
/**
*
* The values in this metric.
*
*
* repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
*/
com.google.api.servicecontrol.v1.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 com.google.api.servicecontrol.v1.MetricValueOrBuilder>
getMetricValuesOrBuilderList();
/**
*
* The values in this metric.
*
*
* repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2;
*/
com.google.api.servicecontrol.v1.MetricValueOrBuilder getMetricValuesOrBuilder(
int index);
}