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