Interface StackTrace.StackFrameOrBuilder (2.15.0)

public static interface StackTrace.StackFrameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
TruncatableStringOrBuilder

getLineNumber()

public abstract long getLineNumber()

The line number in file_name where the function call appears.

int64 line_number = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ModuleOrBuilder

getOriginalFunctionName()

public abstract TruncatableString getOriginalFunctionName()

An un-mangled function name, if function_name is mangled. To get information about name mangling, run this search. The name can be fully-qualified (up to 1024 bytes).

.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;

Returns
TypeDescription
TruncatableString

The originalFunctionName.

getOriginalFunctionNameOrBuilder()

public abstract TruncatableStringOrBuilder getOriginalFunctionNameOrBuilder()

An un-mangled function name, if function_name is mangled. To get information about name mangling, run this search. The name can be fully-qualified (up to 1024 bytes).

.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the loadModule field is set.

hasOriginalFunctionName()

public abstract boolean hasOriginalFunctionName()

An un-mangled function name, if function_name is mangled. To get information about name mangling, run this search. The name can be fully-qualified (up to 1024 bytes).

.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the sourceVersion field is set.