Interface LibraryInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LibraryInfo,LibraryInfo.Builder
public interface LibraryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCoreLibraryVersion()Version of OpenCensus Library.com.google.protobuf.ByteStringgetCoreLibraryVersionBytes()Version of OpenCensus Library.StringgetExporterVersion()Version of Agent exporter of Library.com.google.protobuf.ByteStringgetExporterVersionBytes()Version of Agent exporter of Library.LibraryInfo.LanguagegetLanguage()Language of OpenCensus Library.intgetLanguageValue()Language of OpenCensus Library.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLanguageValue
int getLanguageValue()
Language of OpenCensus Library.
.opencensus.proto.agent.common.v1.LibraryInfo.Language language = 1;- Returns:
- The enum numeric value on the wire for language.
-
getLanguage
LibraryInfo.Language getLanguage()
Language of OpenCensus Library.
.opencensus.proto.agent.common.v1.LibraryInfo.Language language = 1;- Returns:
- The language.
-
getExporterVersion
String getExporterVersion()
Version of Agent exporter of Library.
string exporter_version = 2;- Returns:
- The exporterVersion.
-
getExporterVersionBytes
com.google.protobuf.ByteString getExporterVersionBytes()
Version of Agent exporter of Library.
string exporter_version = 2;- Returns:
- The bytes for exporterVersion.
-
getCoreLibraryVersion
String getCoreLibraryVersion()
Version of OpenCensus Library.
string core_library_version = 3;- Returns:
- The coreLibraryVersion.
-
getCoreLibraryVersionBytes
com.google.protobuf.ByteString getCoreLibraryVersionBytes()
Version of OpenCensus Library.
string core_library_version = 3;- Returns:
- The bytes for coreLibraryVersion.
-
-