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
      String getCoreLibraryVersion()
      Version of OpenCensus Library.
      com.google.protobuf.ByteString getCoreLibraryVersionBytes()
      Version of OpenCensus Library.
      String getExporterVersion()
      Version of Agent exporter of Library.
      com.google.protobuf.ByteString getExporterVersionBytes()
      Version of Agent exporter of Library.
      LibraryInfo.Language getLanguage()
      Language of OpenCensus Library.
      int getLanguageValue()
      Language of OpenCensus Library.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
      • getLanguage

        LibraryInfo.Language getLanguage()
         Language of OpenCensus Library.
         
        .opencensus.proto.agent.common.v1.LibraryInfo.Language language = 1;
      • getExporterVersion

        String getExporterVersion()
         Version of Agent exporter of Library.
         
        string exporter_version = 2;
      • getExporterVersionBytes

        com.google.protobuf.ByteString getExporterVersionBytes()
         Version of Agent exporter of Library.
         
        string exporter_version = 2;
      • getCoreLibraryVersion

        String getCoreLibraryVersion()
         Version of OpenCensus Library.
         
        string core_library_version = 3;
      • getCoreLibraryVersionBytes

        com.google.protobuf.ByteString getCoreLibraryVersionBytes()
         Version of OpenCensus Library.
         
        string core_library_version = 3;