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
Modifier and TypeMethodDescriptioncom.google.protobuf.StructThe configuration to use when creating a tracer from the given dynamic library.com.google.protobuf.StructOrBuilderThe configuration to use when creating a tracer from the given dynamic library.Dynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.com.google.protobuf.ByteStringDynamic library implementing the `OpenTracing API <https://github.com/opentracing/opentracing-cpp>`_.booleanThe configuration to use when creating a tracer from the given dynamic library.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-