Interface InstrumentationLibraryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getName()
      Deprecated.
      An empty instrumentation library name means the name is unknown.
      com.google.protobuf.ByteString getNameBytes()
      Deprecated.
      An empty instrumentation library name means the name is unknown.
      String getVersion()
      Deprecated.
      string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      Deprecated.
      string version = 2;
      • 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

      • getName

        String getName()
        Deprecated.
         An empty instrumentation library name means the name is unknown.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        Deprecated.
         An empty instrumentation library name means the name is unknown.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getVersion

        String getVersion()
        Deprecated.
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        Deprecated.
        string version = 2;
        Returns:
        The bytes for version.