All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.servicecontrol.v1.MetricValueSetOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
// 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 getMetricValuesOrBuilderList(); /** *
   * The values in this metric.
   * 
* * repeated .google.api.servicecontrol.v1.MetricValue metric_values = 2; */ com.google.api.servicecontrol.v1.MetricValueOrBuilder getMetricValuesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy