Interface ProfilesDictionaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProfilesDictionary, ProfilesDictionary.Builder

@Generated public interface ProfilesDictionaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMappingTableList

      List<Mapping> getMappingTableList()
       Mappings from address ranges to the image/binary/library mapped
       into that address range referenced by locations via Location.mapping_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Mapping mapping_table = 1;
    • getMappingTable

      Mapping getMappingTable(int index)
       Mappings from address ranges to the image/binary/library mapped
       into that address range referenced by locations via Location.mapping_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Mapping mapping_table = 1;
    • getMappingTableCount

      int getMappingTableCount()
       Mappings from address ranges to the image/binary/library mapped
       into that address range referenced by locations via Location.mapping_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Mapping mapping_table = 1;
    • getMappingTableOrBuilderList

      List<? extends MappingOrBuilder> getMappingTableOrBuilderList()
       Mappings from address ranges to the image/binary/library mapped
       into that address range referenced by locations via Location.mapping_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Mapping mapping_table = 1;
    • getMappingTableOrBuilder

      MappingOrBuilder getMappingTableOrBuilder(int index)
       Mappings from address ranges to the image/binary/library mapped
       into that address range referenced by locations via Location.mapping_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Mapping mapping_table = 1;
    • getLocationTableList

      List<Location> getLocationTableList()
       Locations referenced by samples via Profile.location_indices.
       
      repeated .opentelemetry.proto.profiles.v1development.Location location_table = 2;
    • getLocationTable

      Location getLocationTable(int index)
       Locations referenced by samples via Profile.location_indices.
       
      repeated .opentelemetry.proto.profiles.v1development.Location location_table = 2;
    • getLocationTableCount

      int getLocationTableCount()
       Locations referenced by samples via Profile.location_indices.
       
      repeated .opentelemetry.proto.profiles.v1development.Location location_table = 2;
    • getLocationTableOrBuilderList

      List<? extends LocationOrBuilder> getLocationTableOrBuilderList()
       Locations referenced by samples via Profile.location_indices.
       
      repeated .opentelemetry.proto.profiles.v1development.Location location_table = 2;
    • getLocationTableOrBuilder

      LocationOrBuilder getLocationTableOrBuilder(int index)
       Locations referenced by samples via Profile.location_indices.
       
      repeated .opentelemetry.proto.profiles.v1development.Location location_table = 2;
    • getFunctionTableList

      List<Function> getFunctionTableList()
       Functions referenced by locations via Line.function_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Function function_table = 3;
    • getFunctionTable

      Function getFunctionTable(int index)
       Functions referenced by locations via Line.function_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Function function_table = 3;
    • getFunctionTableCount

      int getFunctionTableCount()
       Functions referenced by locations via Line.function_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Function function_table = 3;
    • getFunctionTableOrBuilderList

      List<? extends FunctionOrBuilder> getFunctionTableOrBuilderList()
       Functions referenced by locations via Line.function_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Function function_table = 3;
    • getFunctionTableOrBuilder

      FunctionOrBuilder getFunctionTableOrBuilder(int index)
       Functions referenced by locations via Line.function_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Function function_table = 3;
    • getLinkTableList

      List<Link> getLinkTableList()
       Links referenced by samples via Sample.link_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Link link_table = 4;
    • getLinkTable

      Link getLinkTable(int index)
       Links referenced by samples via Sample.link_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Link link_table = 4;
    • getLinkTableCount

      int getLinkTableCount()
       Links referenced by samples via Sample.link_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Link link_table = 4;
    • getLinkTableOrBuilderList

      List<? extends LinkOrBuilder> getLinkTableOrBuilderList()
       Links referenced by samples via Sample.link_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Link link_table = 4;
    • getLinkTableOrBuilder

      LinkOrBuilder getLinkTableOrBuilder(int index)
       Links referenced by samples via Sample.link_index.
       
      repeated .opentelemetry.proto.profiles.v1development.Link link_table = 4;
    • getStringTableList

      List<String> getStringTableList()
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 5;
      Returns:
      A list containing the stringTable.
    • getStringTableCount

      int getStringTableCount()
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 5;
      Returns:
      The count of stringTable.
    • getStringTable

      String getStringTable(int index)
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stringTable at the given index.
    • getStringTableBytes

      com.google.protobuf.ByteString getStringTableBytes(int index)
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stringTable at the given index.
    • getAttributeTableList

      List<KeyValue> getAttributeTableList()
       A common table for attributes referenced by various messages.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 6;
    • getAttributeTable

      KeyValue getAttributeTable(int index)
       A common table for attributes referenced by various messages.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 6;
    • getAttributeTableCount

      int getAttributeTableCount()
       A common table for attributes referenced by various messages.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 6;
    • getAttributeTableOrBuilderList

      List<? extends KeyValueOrBuilder> getAttributeTableOrBuilderList()
       A common table for attributes referenced by various messages.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 6;
    • getAttributeTableOrBuilder

      KeyValueOrBuilder getAttributeTableOrBuilder(int index)
       A common table for attributes referenced by various messages.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 6;
    • getAttributeUnitsList

      List<AttributeUnit> getAttributeUnitsList()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1development.AttributeUnit attribute_units = 7;
    • getAttributeUnits

      AttributeUnit getAttributeUnits(int index)
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1development.AttributeUnit attribute_units = 7;
    • getAttributeUnitsCount

      int getAttributeUnitsCount()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1development.AttributeUnit attribute_units = 7;
    • getAttributeUnitsOrBuilderList

      List<? extends AttributeUnitOrBuilder> getAttributeUnitsOrBuilderList()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1development.AttributeUnit attribute_units = 7;
    • getAttributeUnitsOrBuilder

      AttributeUnitOrBuilder getAttributeUnitsOrBuilder(int index)
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1development.AttributeUnit attribute_units = 7;