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| 限定符和类型 | 类和说明 |
|---|---|
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
FILE_NAME_FIELD_NUMBER |
static int |
LINE_NUMBER_FIELD_NUMBER |
static int |
METHOD_NAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
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
string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method containing the execution point represented by the
stack trace element
string method_name = 2; |
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 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 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;public 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;public String getMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public 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;public 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;public 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;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 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 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ThrowablePB.StackTraceElementProto.Builder newBuilder()
public static ThrowablePB.StackTraceElementProto.Builder newBuilder(ThrowablePB.StackTraceElementProto prototype)
public ThrowablePB.StackTraceElementProto.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 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 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ThrowablePB.StackTraceElementProto getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.