public static final class ThrowablePB.StackTraceElementProto extends com.google.protobuf.GeneratedMessageV3 implements ThrowablePB.StackTraceElementProtoOrBuilder
An element in a stack trace, based on the Java type of the same name. See: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/StackTraceElement.htmlProtobuf type
org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto| Modifier and Type | Class and Description |
|---|---|
static class |
ThrowablePB.StackTraceElementProto.Builder
An element in a stack trace, based on the Java type of the same name.
|
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 |
CLASS_NAME_FIELD_NUMBER |
static int |
FILE_NAME_FIELD_NUMBER |
static int |
LINE_NUMBER_FIELD_NUMBER |
static int |
METHOD_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
com.google.protobuf.ByteString |
getClassNameBytes()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
static ThrowablePB.StackTraceElementProto |
getDefaultInstance() |
ThrowablePB.StackTraceElementProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFileName()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
int |
getLineNumber()
The line number of the source line containing the execution point represented
by this stack trace element, or a negative number if this information is
unavailable.
|
String |
getMethodName()
The name of the method containing the execution point represented by the
stack trace element
|
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method containing the execution point represented by the
stack trace element
|
com.google.protobuf.Parser<ThrowablePB.StackTraceElementProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
isInitialized() |
static ThrowablePB.StackTraceElementProto.Builder |
newBuilder() |
static ThrowablePB.StackTraceElementProto.Builder |
newBuilder(ThrowablePB.StackTraceElementProto prototype) |
ThrowablePB.StackTraceElementProto.Builder |
newBuilderForType() |
static ThrowablePB.StackTraceElementProto |
parseDelimitedFrom(InputStream input) |
static ThrowablePB.StackTraceElementProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ThrowablePB.StackTraceElementProto |
parseFrom(byte[] data) |
static ThrowablePB.StackTraceElementProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ThrowablePB.StackTraceElementProto |
parseFrom(ByteBuffer data) |
static ThrowablePB.StackTraceElementProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ThrowablePB.StackTraceElementProto |
parseFrom(com.google.protobuf.ByteString data) |
static ThrowablePB.StackTraceElementProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ThrowablePB.StackTraceElementProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ThrowablePB.StackTraceElementProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ThrowablePB.StackTraceElementProto |
parseFrom(InputStream input) |
static ThrowablePB.StackTraceElementProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ThrowablePB.StackTraceElementProto> |
parser() |
ThrowablePB.StackTraceElementProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CLASS_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER
public static final int FILE_NAME_FIELD_NUMBER
public static final int LINE_NUMBER_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()
public String getClassName()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;getClassName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;getClassNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic String getMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;getMethodName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;getMethodNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic String getFileName()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;getFileName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getFileNameBytes()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;getFileNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic int getLineNumber()
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;getLineNumber in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic 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 ThrowablePB.StackTraceElementProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ThrowablePB.StackTraceElementProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ThrowablePB.StackTraceElementProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ThrowablePB.StackTraceElementProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ThrowablePB.StackTraceElementProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ThrowablePB.StackTraceElementProto.Builder newBuilder()
public static ThrowablePB.StackTraceElementProto.Builder newBuilder(ThrowablePB.StackTraceElementProto prototype)
public ThrowablePB.StackTraceElementProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ThrowablePB.StackTraceElementProto getDefaultInstance()
public static com.google.protobuf.Parser<ThrowablePB.StackTraceElementProto> parser()
public com.google.protobuf.Parser<ThrowablePB.StackTraceElementProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ThrowablePB.StackTraceElementProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.