public static interface StackTrace.StackFrameOrBuilder extends 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 (up to 256
bytes).
|
TruncatableStringOrBuilder |
getFileNameOrBuilder()
The name of the source file where the function call appears (up to 256
bytes).
|
TruncatableString |
getFunctionName()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame (up to 1024 bytes).
|
TruncatableStringOrBuilder |
getFunctionNameOrBuilder()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame (up to 1024 bytes).
|
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 (up to 128 bytes).
|
TruncatableStringOrBuilder |
getSourceVersionOrBuilder()
The version of the deployed source code (up to 128 bytes).
|
boolean |
hasFileName()
The name of the source file where the function call appears (up to 256
bytes).
|
boolean |
hasFunctionName()
The fully-qualified name that uniquely identifies the function or
method that is active in this frame (up to 1024 bytes).
|
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 (up to 128 bytes).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasFunctionName()
The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString function_name = 1;TruncatableString getFunctionName()
The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString function_name = 1;TruncatableStringOrBuilder getFunctionNameOrBuilder()
The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
.google.devtools.cloudtrace.v2.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 (up to 1024 bytes).
.google.devtools.cloudtrace.v2.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 (up to 1024 bytes).
.google.devtools.cloudtrace.v2.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 (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;boolean hasFileName()
The name of the source file where the function call appears (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString file_name = 3;TruncatableString getFileName()
The name of the source file where the function call appears (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString file_name = 3;TruncatableStringOrBuilder getFileNameOrBuilder()
The name of the source file where the function call appears (up to 256 bytes).
.google.devtools.cloudtrace.v2.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.
.google.devtools.cloudtrace.v2.Module load_module = 6;Module getLoadModule()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;ModuleOrBuilder getLoadModuleOrBuilder()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;boolean hasSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;TruncatableString getSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;TruncatableStringOrBuilder getSourceVersionOrBuilder()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;