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

io.envoyproxy.envoy.config.trace.v2.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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy