Interface StackTrace.StackFrameOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StackTrace.StackFrame, StackTrace.StackFrame.Builder
    Enclosing class:
    StackTrace

    public static interface StackTrace.StackFrameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasFunctionName

        boolean hasFunctionName()
         The fully-qualified name that uniquely identifies the function or
         method that is active in this frame.
         
        .opencensus.proto.trace.v1.TruncatableString function_name = 1;
      • getFunctionName

        TruncatableString getFunctionName()
         The fully-qualified name that uniquely identifies the function or
         method that is active in this frame.
         
        .opencensus.proto.trace.v1.TruncatableString function_name = 1;
      • getFunctionNameOrBuilder

        TruncatableStringOrBuilder getFunctionNameOrBuilder()
         The fully-qualified name that uniquely identifies the function or
         method that is active in this frame.
         
        .opencensus.proto.trace.v1.TruncatableString function_name = 1;
      • hasOriginalFunctionName

        boolean hasOriginalFunctionName()
         An un-mangled function name, if `function_name` is
         [mangled](http://www.avabodh.com/cxxin/namemangling.html). The name can
         be fully qualified.
         
        .opencensus.proto.trace.v1.TruncatableString original_function_name = 2;
      • getOriginalFunctionName

        TruncatableString getOriginalFunctionName()
         An un-mangled function name, if `function_name` is
         [mangled](http://www.avabodh.com/cxxin/namemangling.html). The name can
         be fully qualified.
         
        .opencensus.proto.trace.v1.TruncatableString original_function_name = 2;
      • getOriginalFunctionNameOrBuilder

        TruncatableStringOrBuilder getOriginalFunctionNameOrBuilder()
         An un-mangled function name, if `function_name` is
         [mangled](http://www.avabodh.com/cxxin/namemangling.html). The name can
         be fully qualified.
         
        .opencensus.proto.trace.v1.TruncatableString original_function_name = 2;
      • hasFileName

        boolean hasFileName()
         The name of the source file where the function call appears.
         
        .opencensus.proto.trace.v1.TruncatableString file_name = 3;
      • getFileName

        TruncatableString getFileName()
         The name of the source file where the function call appears.
         
        .opencensus.proto.trace.v1.TruncatableString file_name = 3;
      • getFileNameOrBuilder

        TruncatableStringOrBuilder getFileNameOrBuilder()
         The name of the source file where the function call appears.
         
        .opencensus.proto.trace.v1.TruncatableString file_name = 3;
      • getLineNumber

        long getLineNumber()
         The line number in `file_name` where the function call appears.
         
        int64 line_number = 4;
      • getColumnNumber

        long getColumnNumber()
         The column number where the function call appears, if available.
         This is important in JavaScript because of its anonymous functions.
         
        int64 column_number = 5;
      • hasLoadModule

        boolean hasLoadModule()
         The binary module from where the code was loaded.
         
        .opencensus.proto.trace.v1.Module load_module = 6;
      • getLoadModule

        Module getLoadModule()
         The binary module from where the code was loaded.
         
        .opencensus.proto.trace.v1.Module load_module = 6;
      • getLoadModuleOrBuilder

        ModuleOrBuilder getLoadModuleOrBuilder()
         The binary module from where the code was loaded.
         
        .opencensus.proto.trace.v1.Module load_module = 6;
      • hasSourceVersion

        boolean hasSourceVersion()
         The version of the deployed source code.
         
        .opencensus.proto.trace.v1.TruncatableString source_version = 7;
      • getSourceVersion

        TruncatableString getSourceVersion()
         The version of the deployed source code.
         
        .opencensus.proto.trace.v1.TruncatableString source_version = 7;
      • getSourceVersionOrBuilder

        TruncatableStringOrBuilder getSourceVersionOrBuilder()
         The version of the deployed source code.
         
        .opencensus.proto.trace.v1.TruncatableString source_version = 7;