Class StackTrace.StackFrame
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.cloudtrace.v2.StackTrace.StackFrame
-
- All Implemented Interfaces:
StackTrace.StackFrameOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- StackTrace
public static final class StackTrace.StackFrame extends com.google.protobuf.GeneratedMessageV3 implements StackTrace.StackFrameOrBuilder
Represents a single stack frame in a stack trace.
Protobuf typegoogle.devtools.cloudtrace.v2.StackTrace.StackFrame
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StackTrace.StackFrame.Builder
Represents a single stack frame in a stack trace.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 (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.TruncatableStringOrBuilder
getOriginalFunctionNameOrBuilder()
An un-mangled function name, if `function_name` is mangled.com.google.protobuf.Parser<StackTrace.StackFrame>
getParserForType()
int
getSerializedSize()
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).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.boolean
hasSourceVersion()
The version of the deployed source code (up to 128 bytes).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)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
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(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 StackTrace.StackFrame
parseFrom(ByteBuffer data)
static StackTrace.StackFrame
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<StackTrace.StackFrame>
parser()
StackTrace.StackFrame.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FUNCTION_NAME_FIELD_NUMBER
public static final int FUNCTION_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ORIGINAL_FUNCTION_NAME_FIELD_NUMBER
public static final int ORIGINAL_FUNCTION_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILE_NAME_FIELD_NUMBER
public static final int FILE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LINE_NUMBER_FIELD_NUMBER
public static final int LINE_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLUMN_NUMBER_FIELD_NUMBER
public static final int COLUMN_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOAD_MODULE_FIELD_NUMBER
public static final int LOAD_MODULE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_VERSION_FIELD_NUMBER
public static final int SOURCE_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasFunctionName
public 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;
- Specified by:
hasFunctionName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- Whether the functionName field is set.
-
getFunctionName
public 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;
- Specified by:
getFunctionName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The functionName.
-
getFunctionNameOrBuilder
public 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;
- Specified by:
getFunctionNameOrBuilder
in interfaceStackTrace.StackFrameOrBuilder
-
hasOriginalFunctionName
public boolean hasOriginalFunctionName()
An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
- Specified by:
hasOriginalFunctionName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- Whether the originalFunctionName field is set.
-
getOriginalFunctionName
public TruncatableString getOriginalFunctionName()
An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
- Specified by:
getOriginalFunctionName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The originalFunctionName.
-
getOriginalFunctionNameOrBuilder
public TruncatableStringOrBuilder getOriginalFunctionNameOrBuilder()
An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
.google.devtools.cloudtrace.v2.TruncatableString original_function_name = 2;
- Specified by:
getOriginalFunctionNameOrBuilder
in interfaceStackTrace.StackFrameOrBuilder
-
hasFileName
public 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;
- Specified by:
hasFileName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- Whether the fileName field is set.
-
getFileName
public 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;
- Specified by:
getFileName
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The fileName.
-
getFileNameOrBuilder
public 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;
- Specified by:
getFileNameOrBuilder
in interfaceStackTrace.StackFrameOrBuilder
-
getLineNumber
public long getLineNumber()
The line number in `file_name` where the function call appears.
int64 line_number = 4;
- Specified by:
getLineNumber
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The lineNumber.
-
getColumnNumber
public 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;
- Specified by:
getColumnNumber
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The columnNumber.
-
hasLoadModule
public boolean hasLoadModule()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
- Specified by:
hasLoadModule
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- Whether the loadModule field is set.
-
getLoadModule
public Module getLoadModule()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
- Specified by:
getLoadModule
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The loadModule.
-
getLoadModuleOrBuilder
public ModuleOrBuilder getLoadModuleOrBuilder()
The binary module from where the code was loaded.
.google.devtools.cloudtrace.v2.Module load_module = 6;
- Specified by:
getLoadModuleOrBuilder
in interfaceStackTrace.StackFrameOrBuilder
-
hasSourceVersion
public boolean hasSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
- Specified by:
hasSourceVersion
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- Whether the sourceVersion field is set.
-
getSourceVersion
public TruncatableString getSourceVersion()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
- Specified by:
getSourceVersion
in interfaceStackTrace.StackFrameOrBuilder
- Returns:
- The sourceVersion.
-
getSourceVersionOrBuilder
public TruncatableStringOrBuilder getSourceVersionOrBuilder()
The version of the deployed source code (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString source_version = 7;
- Specified by:
getSourceVersionOrBuilder
in interfaceStackTrace.StackFrameOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StackTrace.StackFrame parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StackTrace.StackFrame parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StackTrace.StackFrame parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StackTrace.StackFrame parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StackTrace.StackFrame parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static StackTrace.StackFrame parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StackTrace.StackFrame parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public StackTrace.StackFrame.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StackTrace.StackFrame.Builder newBuilder()
-
newBuilder
public static StackTrace.StackFrame.Builder newBuilder(StackTrace.StackFrame prototype)
-
toBuilder
public StackTrace.StackFrame.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StackTrace.StackFrame.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static StackTrace.StackFrame getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StackTrace.StackFrame> parser()
-
getParserForType
public com.google.protobuf.Parser<StackTrace.StackFrame> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StackTrace.StackFrame getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-