All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opencensus.proto.agent.common.v1.LibraryInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opencensus/proto/agent/common/v1/common.proto

package io.opencensus.proto.agent.common.v1;

public interface LibraryInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.agent.common.v1.LibraryInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Language of OpenCensus Library.
   * 
* * .opencensus.proto.agent.common.v1.LibraryInfo.Language language = 1; * @return The enum numeric value on the wire for language. */ int getLanguageValue(); /** *
   * Language of OpenCensus Library.
   * 
* * .opencensus.proto.agent.common.v1.LibraryInfo.Language language = 1; * @return The language. */ io.opencensus.proto.agent.common.v1.LibraryInfo.Language getLanguage(); /** *
   * Version of Agent exporter of Library.
   * 
* * string exporter_version = 2; * @return The exporterVersion. */ java.lang.String getExporterVersion(); /** *
   * Version of Agent exporter of Library.
   * 
* * string exporter_version = 2; * @return The bytes for exporterVersion. */ com.google.protobuf.ByteString getExporterVersionBytes(); /** *
   * Version of OpenCensus Library.
   * 
* * string core_library_version = 3; * @return The coreLibraryVersion. */ java.lang.String getCoreLibraryVersion(); /** *
   * Version of OpenCensus Library.
   * 
* * string core_library_version = 3; * @return The bytes for coreLibraryVersion. */ com.google.protobuf.ByteString getCoreLibraryVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy