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

io.opentelemetry.proto.common.v1.KeyValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opentelemetry/proto/common/v1/common.proto

package io.opentelemetry.proto.common.v1;

public interface KeyValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.common.v1.KeyValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * .opentelemetry.proto.common.v1.AnyValue value = 2;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .opentelemetry.proto.common.v1.AnyValue value = 2;
   * @return The value.
   */
  io.opentelemetry.proto.common.v1.AnyValue getValue();
  /**
   * .opentelemetry.proto.common.v1.AnyValue value = 2;
   */
  io.opentelemetry.proto.common.v1.AnyValueOrBuilder getValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy