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

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

  /**
   * 
   * Name of the function, in human-readable form if available.
   * 
* * int32 name_strindex = 1; * @return The nameStrindex. */ int getNameStrindex(); /** *
   * Name of the function, as identified by the system.
   * For instance, it can be a C++ mangled name.
   * 
* * int32 system_name_strindex = 2; * @return The systemNameStrindex. */ int getSystemNameStrindex(); /** *
   * Source file containing the function.
   * 
* * int32 filename_strindex = 3; * @return The filenameStrindex. */ int getFilenameStrindex(); /** *
   * Line number in source file.
   * 
* * int64 start_line = 4; * @return The startLine. */ long getStartLine(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy