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

io.opentelemetry.proto.profiles.v1development.AttributeUnitOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opentelemetry/proto/profiles/v1development/profiles.proto

// Protobuf Java Version: 3.25.1
package io.opentelemetry.proto.profiles.v1development;

public interface AttributeUnitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.profiles.v1development.AttributeUnit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Index into string table.
   * 
* * int32 attribute_key_strindex = 1; * @return The attributeKeyStrindex. */ int getAttributeKeyStrindex(); /** *
   * Index into string table.
   * 
* * int32 unit_strindex = 2; * @return The unitStrindex. */ int getUnitStrindex(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy