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

io.envoyproxy.envoy.config.trace.v3.DynamicOtConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/trace/v3/dynamic_ot.proto

package io.envoyproxy.envoy.config.trace.v3;

public interface DynamicOtConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.trace.v3.DynamicOtConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Dynamic library implementing the `OpenTracing API
   * <https://github.com/opentracing/opentracing-cpp>`_.
   * 
* * string library = 1 [deprecated = true, (.validate.rules) = { ... } * @deprecated envoy.config.trace.v3.DynamicOtConfig.library is deprecated. * See envoy/config/trace/v3/dynamic_ot.proto;l=32 * @return The library. */ @java.lang.Deprecated java.lang.String getLibrary(); /** *
   * Dynamic library implementing the `OpenTracing API
   * <https://github.com/opentracing/opentracing-cpp>`_.
   * 
* * string library = 1 [deprecated = true, (.validate.rules) = { ... } * @deprecated envoy.config.trace.v3.DynamicOtConfig.library is deprecated. * See envoy/config/trace/v3/dynamic_ot.proto;l=32 * @return The bytes for library. */ @java.lang.Deprecated com.google.protobuf.ByteString getLibraryBytes(); /** *
   * The configuration to use when creating a tracer from the given dynamic
   * library.
   * 
* * .google.protobuf.Struct config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; * @deprecated envoy.config.trace.v3.DynamicOtConfig.config is deprecated. * See envoy/config/trace/v3/dynamic_ot.proto;l=40 * @return Whether the config field is set. */ @java.lang.Deprecated boolean hasConfig(); /** *
   * The configuration to use when creating a tracer from the given dynamic
   * library.
   * 
* * .google.protobuf.Struct config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; * @deprecated envoy.config.trace.v3.DynamicOtConfig.config is deprecated. * See envoy/config/trace/v3/dynamic_ot.proto;l=40 * @return The config. */ @java.lang.Deprecated com.google.protobuf.Struct getConfig(); /** *
   * The configuration to use when creating a tracer from the given dynamic
   * library.
   * 
* * .google.protobuf.Struct config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; */ @java.lang.Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy