public static final class StackTrace.StackFrame extends com.google.protobuf.GeneratedMessageV3 implements StackTrace.StackFrameOrBuilder
A single stack frame in a stack trace.Protobuf type
opencensus.proto.trace.v1.StackTrace.StackFrame| Modifier and Type | Class and Description |
|---|---|
static class |
StackTrace.StackFrame.Builder
A single stack frame in a stack trace.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_NUMBER_FIELD_NUMBER |
static int |
FILE_NAME_FIELD_NUMBER |
static int |
FUNCTION_NAME_FIELD_NUMBER |
static int |
LINE_NUMBER_FIELD_NUMBER |
static int |
LOAD_MODULE_FIELD_NUMBER |
static int |
ORIGINAL_FUNCTION_NAME_FIELD_NUMBER |
static int |
SOURCE_VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getColumnNumber()
The column number where the function call appears, if available.
|
static StackTrace.StackFrame |
getDefaultInstance() |
StackTrace.StackFrame |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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).
|
com.google.protobuf.Parser<StackTrace.StackFrame> |
getParserForType() |
int |
getSerializedSize() |
TruncatableString |
getSourceVersion()
The version of the deployed source code.
|
TruncatableStringOrBuilder |
getSourceVersionOrBuilder()
The version of the deployed source code.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StackTrace.StackFrame.Builder |
newBuilder() |
static StackTrace.StackFrame.Builder |
newBuilder(StackTrace.StackFrame prototype) |
StackTrace.StackFrame.Builder |
newBuilderForType() |
protected StackTrace.StackFrame.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static StackTrace.StackFrame |
parseDelimitedFrom(InputStream input) |
static StackTrace.StackFrame |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StackTrace.StackFrame |
parseFrom(byte[] data) |
static StackTrace.StackFrame |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StackTrace.StackFrame |
parseFrom(ByteBuffer data) |
static StackTrace.StackFrame |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StackTrace.StackFrame |
parseFrom(com.google.protobuf.ByteString data) |
static StackTrace.StackFrame |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StackTrace.StackFrame |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StackTrace.StackFrame |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StackTrace.StackFrame |
parseFrom(InputStream input) |
static StackTrace.StackFrame |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StackTrace.StackFrame> |
parser() |
StackTrace.StackFrame.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FUNCTION_NAME_FIELD_NUMBER
public static final int ORIGINAL_FUNCTION_NAME_FIELD_NUMBER
public static final int FILE_NAME_FIELD_NUMBER
public static final int LINE_NUMBER_FIELD_NUMBER
public static final int COLUMN_NUMBER_FIELD_NUMBER
public static final int LOAD_MODULE_FIELD_NUMBER
public static final int SOURCE_VERSION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasFunctionName in interface StackTrace.StackFrameOrBuilderpublic 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;getFunctionName in interface StackTrace.StackFrameOrBuilderpublic 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;getFunctionNameOrBuilder in interface StackTrace.StackFrameOrBuilderpublic 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;hasOriginalFunctionName in interface StackTrace.StackFrameOrBuilderpublic 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;getOriginalFunctionName in interface StackTrace.StackFrameOrBuilderpublic 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;getOriginalFunctionNameOrBuilder in interface StackTrace.StackFrameOrBuilderpublic boolean hasFileName()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;hasFileName in interface StackTrace.StackFrameOrBuilderpublic TruncatableString getFileName()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;getFileName in interface StackTrace.StackFrameOrBuilderpublic TruncatableStringOrBuilder getFileNameOrBuilder()
The name of the source file where the function call appears.
.opencensus.proto.trace.v1.TruncatableString file_name = 3;getFileNameOrBuilder in interface StackTrace.StackFrameOrBuilderpublic long getLineNumber()
The line number in `file_name` where the function call appears.
int64 line_number = 4;getLineNumber in interface StackTrace.StackFrameOrBuilderpublic 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;getColumnNumber in interface StackTrace.StackFrameOrBuilderpublic boolean hasLoadModule()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;hasLoadModule in interface StackTrace.StackFrameOrBuilderpublic Module getLoadModule()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;getLoadModule in interface StackTrace.StackFrameOrBuilderpublic ModuleOrBuilder getLoadModuleOrBuilder()
The binary module from where the code was loaded.
.opencensus.proto.trace.v1.Module load_module = 6;getLoadModuleOrBuilder in interface StackTrace.StackFrameOrBuilderpublic boolean hasSourceVersion()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;hasSourceVersion in interface StackTrace.StackFrameOrBuilderpublic TruncatableString getSourceVersion()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;getSourceVersion in interface StackTrace.StackFrameOrBuilderpublic TruncatableStringOrBuilder getSourceVersionOrBuilder()
The version of the deployed source code.
.opencensus.proto.trace.v1.TruncatableString source_version = 7;getSourceVersionOrBuilder in interface StackTrace.StackFrameOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StackTrace.StackFrame parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackTrace.StackFrame parseFrom(InputStream input) throws IOException
IOExceptionpublic static StackTrace.StackFrame parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackTrace.StackFrame parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StackTrace.StackFrame parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackTrace.StackFrame parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StackTrace.StackFrame parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StackTrace.StackFrame.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StackTrace.StackFrame.Builder newBuilder()
public static StackTrace.StackFrame.Builder newBuilder(StackTrace.StackFrame prototype)
public StackTrace.StackFrame.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StackTrace.StackFrame.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StackTrace.StackFrame getDefaultInstance()
public static com.google.protobuf.Parser<StackTrace.StackFrame> parser()
public com.google.protobuf.Parser<StackTrace.StackFrame> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StackTrace.StackFrame getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder