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

io.opencensus.proto.metrics.v1.LabelKeyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy