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

shade.polaris.com.google.api.MetricOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/metric.proto

package com.google.api;

public interface MetricOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.Metric)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
   * For example, `custom.googleapis.com/invoice/paid/amount`.
   * 
* * string type = 3; */ String getType(); /** *
   * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
   * For example, `custom.googleapis.com/invoice/paid/amount`.
   * 
* * string type = 3; */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * The set of label values that uniquely identify this metric. All
   * labels listed in the `MetricDescriptor` must be assigned values.
   * 
* * map<string, string> labels = 2; */ int getLabelsCount(); /** *
   * The set of label values that uniquely identify this metric. All
   * labels listed in the `MetricDescriptor` must be assigned values.
   * 
* * map<string, string> labels = 2; */ boolean containsLabels( String key); /** * Use {@link #getLabelsMap()} instead. */ @Deprecated java.util.Map getLabels(); /** *
   * The set of label values that uniquely identify this metric. All
   * labels listed in the `MetricDescriptor` must be assigned values.
   * 
* * map<string, string> labels = 2; */ java.util.Map getLabelsMap(); /** *
   * The set of label values that uniquely identify this metric. All
   * labels listed in the `MetricDescriptor` must be assigned values.
   * 
* * map<string, string> labels = 2; */ String getLabelsOrDefault( String key, String defaultValue); /** *
   * The set of label values that uniquely identify this metric. All
   * labels listed in the `MetricDescriptor` must be assigned values.
   * 
* * map<string, string> labels = 2; */ String getLabelsOrThrow( String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy