Interface DynamicOtConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicOtConfig,DynamicOtConfig.Builder
public interface DynamicOtConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetConfig()The configuration to use when creating a tracer from the given dynamic library.com.google.protobuf.StructOrBuildergetConfigOrBuilder()The configuration to use when creating a tracer from the given dynamic library.StringgetLibrary()Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.com.google.protobuf.ByteStringgetLibraryBytes()Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.booleanhasConfig()The configuration to use when creating a tracer from the given dynamic library.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLibrary
String getLibrary()
Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.
string library = 1 [(.validate.rules) = { ... }- Returns:
- The library.
-
getLibraryBytes
com.google.protobuf.ByteString getLibraryBytes()
Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.
string library = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for library.
-
hasConfig
boolean hasConfig()
The configuration to use when creating a tracer from the given dynamic library.
.google.protobuf.Struct config = 2;- Returns:
- Whether the config field is set.
-
getConfig
com.google.protobuf.Struct getConfig()
The configuration to use when creating a tracer from the given dynamic library.
.google.protobuf.Struct config = 2;- Returns:
- The config.
-
getConfigOrBuilder
com.google.protobuf.StructOrBuilder getConfigOrBuilder()
The configuration to use when creating a tracer from the given dynamic library.
.google.protobuf.Struct config = 2;
-
-