io.envoyproxy.envoy.config.trace.v2.DynamicOtConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v2/dynamic_ot.proto
package io.envoyproxy.envoy.config.trace.v2;
public interface DynamicOtConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.trace.v2.DynamicOtConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Dynamic library implementing the `OpenTracing API
* <https://github.com/opentracing/opentracing-cpp>`_.
*
*
* string library = 1 [(.validate.rules) = { ... }
* @return The library.
*/
java.lang.String getLibrary();
/**
*
* Dynamic library implementing the `OpenTracing API
* <https://github.com/opentracing/opentracing-cpp>`_.
*
*
* string library = 1 [(.validate.rules) = { ... }
* @return The bytes for library.
*/
com.google.protobuf.ByteString
getLibraryBytes();
/**
*
* The configuration to use when creating a tracer from the given dynamic
* library.
*
*
* .google.protobuf.Struct config = 2;
* @return Whether the config field is set.
*/
boolean hasConfig();
/**
*
* The configuration to use when creating a tracer from the given dynamic
* library.
*
*
* .google.protobuf.Struct config = 2;
* @return The config.
*/
com.google.protobuf.Struct getConfig();
/**
*
* The configuration to use when creating a tracer from the given dynamic
* library.
*
*
* .google.protobuf.Struct config = 2;
*/
com.google.protobuf.StructOrBuilder getConfigOrBuilder();
}