com.google.api.MetricOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// 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 {
/**
* optional string type = 3;
*
*
* An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
* For example, `compute.googleapis.com/instance/cpu/usage_time`.
*
*/
java.lang.String getType();
/**
* optional string type = 3;
*
*
* An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
* For example, `compute.googleapis.com/instance/cpu/usage_time`.
*
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* map<string, string> labels = 2;
*
*
* The set of labels that uniquely identify a metric. To specify a
* metric, all labels enumerated in the `MetricDescriptor` must be
* assigned values.
*
*/
java.util.Map
getLabels();
}