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

io.opentelemetry.proto.profiles.v1development.LineOrBuilder 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 LineOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.profiles.v1development.Line)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Reference to function in Profile.function_table.
   * 
* * int32 function_index = 1; * @return The functionIndex. */ int getFunctionIndex(); /** *
   * Line number in source code.
   * 
* * int64 line = 2; * @return The line. */ long getLine(); /** *
   * Column number in source code.
   * 
* * int64 column = 3; * @return The column. */ long getColumn(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy