io.opencensus.proto.metrics.v1.LabelKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opencensus/proto/metrics/v1/metrics.proto
package io.opencensus.proto.metrics.v1;
public interface LabelKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencensus.proto.metrics.v1.LabelKey)
com.google.protobuf.MessageOrBuilder {
/**
*
* The key for the label.
*
*
* string key = 1;
* @return The key.
*/
java.lang.String getKey();
/**
*
* The key for the label.
*
*
* string key = 1;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* A human-readable description of what this label key represents.
*
*
* string description = 2;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* A human-readable description of what this label key represents.
*
*
* string description = 2;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}