- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.0
- 2.1.13
public static interface StackTrace.StackFrameOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumnNumber()
public abstract 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;
Type | Description |
long | The columnNumber. |
getFileName()
public abstract 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;
Type | Description |
TruncatableString | The fileName. |
getFileNameOrBuilder()
public abstract 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;
Type | Description |
TruncatableStringOrBuilder |
getFunctionName()
public abstract 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;
Type | Description |
TruncatableString | The functionName. |
getFunctionNameOrBuilder()
public abstract 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;
Type | Description |
TruncatableStringOrBuilder |
getLineNumber()
public abstract long getLineNumber()
The line number in file_name
where the function call appears.
int64 line_number = 4;
Type | Description |
long | The lineNumber. |
getLoadModule()
public abstract Module getLoadModule()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
Type | Description |
Module | The loadModule. |
getLoadModuleOrBuilder()
public abstract ModuleOrBuilder getLoadModuleOrBuilder()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
Type | Description |
ModuleOrBuilder |
getOriginalFunctionName()
public abstract TruncatableString getOriginalFunctionName()
An un-mangled function name, if function_name
is
mangled. The name can
be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
Type | Description |
TruncatableString | The originalFunctionName. |
getOriginalFunctionNameOrBuilder()
public abstract TruncatableStringOrBuilder getOriginalFunctionNameOrBuilder()
An un-mangled function name, if function_name
is
mangled. The name can
be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
Type | Description |
TruncatableStringOrBuilder |
getSourceVersion()
public abstract TruncatableString getSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
Type | Description |
TruncatableString | The sourceVersion. |
getSourceVersionOrBuilder()
public abstract TruncatableStringOrBuilder getSourceVersionOrBuilder()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
Type | Description |
TruncatableStringOrBuilder |
hasFileName()
public abstract 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;
Type | Description |
boolean | Whether the fileName field is set. |
hasFunctionName()
public abstract boolean 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;
Type | Description |
boolean | Whether the functionName field is set. |
hasLoadModule()
public abstract boolean hasLoadModule()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
Type | Description |
boolean | Whether the loadModule field is set. |
hasOriginalFunctionName()
public abstract boolean hasOriginalFunctionName()
An un-mangled function name, if function_name
is
mangled. The name can
be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
Type | Description |
boolean | Whether the originalFunctionName field is set. |
hasSourceVersion()
public abstract boolean hasSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
Type | Description |
boolean | Whether the sourceVersion field is set. |