![JAR search and dependency download from the Maven repository](/logo.png)
io.envoyproxy.envoy.config.trace.v3.DynamicOtConfigOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v3/dynamic_ot.proto
// Protobuf Java Version: 3.25.5
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", (.envoy.annotations.disallowed_by_default) = true];
* @deprecated envoy.config.trace.v3.DynamicOtConfig.config is deprecated.
* See envoy/config/trace/v3/dynamic_ot.proto;l=41
* @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", (.envoy.annotations.disallowed_by_default) = true];
* @deprecated envoy.config.trace.v3.DynamicOtConfig.config is deprecated.
* See envoy/config/trace/v3/dynamic_ot.proto;l=41
* @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", (.envoy.annotations.disallowed_by_default) = true];
*/
@java.lang.Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy