public interface DynamicOtConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
The configuration to use when creating a tracer from the given dynamic
library.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
The configuration to use when creating a tracer from the given dynamic
library.
|
String |
getLibrary()
Dynamic library implementing the `OpenTracing API
<https://github.com/opentracing/opentracing-cpp>`_.
|
com.google.protobuf.ByteString |
getLibraryBytes()
Dynamic library implementing the `OpenTracing API
<https://github.com/opentracing/opentracing-cpp>`_.
|
boolean |
hasConfig()
The configuration to use when creating a tracer from the given dynamic
library.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLibrary()
Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.
string library = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getLibraryBytes()
Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.
string library = 1 [(.validate.rules) = { ... }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()
The configuration to use when creating a tracer from the given dynamic library.
.google.protobuf.Struct config = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.