public static interface StackTrace.StackFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getColumnNumber()
The column number where the function call appears, if available.
|
TruncatableString |
getFileName()
The name of the source file where the function call appears.
|
TruncatableStringOrBuilder |
getFileNameOrBuilder()
The name of the source file where the function call appears.
|
TruncatableString |
getFunctionName()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame.
|
TruncatableStringOrBuilder |
getFunctionNameOrBuilder()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame.
|
long |
getLineNumber()
The line number in `file_name` where the function call appears.
|
Module |
getLoadModule()
The binary module from where the code was loaded.
|
ModuleOrBuilder |
getLoadModuleOrBuilder()
The binary module from where the code was loaded.
|
TruncatableString |
getOriginalFunctionName()
An un-mangled function name, if `function_name` is
[mangled](http://www.avabodh.com/cxxin/namemangling.html).
|
TruncatableStringOrBuilder |
getOriginalFunctionNameOrBuilder()
An un-mangled function name, if `function_name` is
[mangled](http://www.avabodh.com/cxxin/namemangling.html).
|
TruncatableString |
getSourceVersion()
The version of the deployed source code.
|
TruncatableStringOrBuilder |
getSourceVersionOrBuilder()
The version of the deployed source code.
|
boolean |
hasFileName()
The name of the source file where the function call appears.
|
boolean |
hasFunctionName()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame.
|
boolean |
hasLoadModule()
The binary module from where the code was loaded.
|
boolean |
hasOriginalFunctionName()
An un-mangled function name, if `function_name` is
[mangled](http://www.avabodh.com/cxxin/namemangling.html).
|
boolean |
hasSourceVersion()
The version of the deployed source code.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;boolean hasFileName()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;TruncatableString getFileName()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;TruncatableStringOrBuilder getFileNameOrBuilder()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;long getLineNumber()
The line number in `file_name` where the function call appears.
int64 line_number = 4;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;boolean hasLoadModule()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;Module getLoadModule()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;ModuleOrBuilder getLoadModuleOrBuilder()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;boolean hasSourceVersion()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;TruncatableString getSourceVersion()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;TruncatableStringOrBuilder getSourceVersionOrBuilder()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;Copyright © 2018–2021 The Envoy Project. All rights reserved.