类 ThrowablePB.StackTraceElementProto

  • 所有已实现的接口:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ThrowablePB.StackTraceElementProtoOrBuilder
    封闭类:
    ThrowablePB

    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.html
     
    Protobuf type org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto
    另请参阅:
    序列化表格
    • 字段详细资料

      • CLASS_NAME_FIELD_NUMBER

        public static final int CLASS_NAME_FIELD_NUMBER
        另请参阅:
        常量字段值
      • METHOD_NAME_FIELD_NUMBER

        public static final int METHOD_NAME_FIELD_NUMBER
        另请参阅:
        常量字段值
      • FILE_NAME_FIELD_NUMBER

        public static final int FILE_NAME_FIELD_NUMBER
        另请参阅:
        常量字段值
      • LINE_NUMBER_FIELD_NUMBER

        public static final int LINE_NUMBER_FIELD_NUMBER
        另请参阅:
        常量字段值
    • 方法详细资料

      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        指定者:
        getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • getFileNameBytes

        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;
        指定者:
        getFileNameBytes 在接口中 ThrowablePB.StackTraceElementProtoOrBuilder
      • getLineNumber

        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;
        指定者:
        getLineNumber 在接口中 ThrowablePB.StackTraceElementProtoOrBuilder
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        指定者:
        writeTo 在接口中 com.google.protobuf.MessageLite
        覆盖:
        writeTo 在类中 com.google.protobuf.GeneratedMessageV3
        抛出:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        指定者:
        getSerializedSize 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        指定者:
        equals 在接口中 com.google.protobuf.Message
        覆盖:
        equals 在类中 com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        指定者:
        hashCode 在接口中 com.google.protobuf.Message
        覆盖:
        hashCode 在类中 com.google.protobuf.AbstractMessage
      • parseFrom

        public static ThrowablePB.StackTraceElementProto parseFrom​(ByteBuffer data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ThrowablePB.StackTraceElementProto parseFrom​(com.google.protobuf.ByteString data)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ThrowablePB.StackTraceElementProto parseFrom​(com.google.protobuf.ByteString data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ThrowablePB.StackTraceElementProto parseFrom​(byte[] data)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ThrowablePB.StackTraceElementProto parseFrom​(byte[] data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public ThrowablePB.StackTraceElementProto.Builder newBuilderForType()
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.Message
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.MessageLite
      • getParserForType

        public com.google.protobuf.Parser<ThrowablePB.StackTraceElementProto> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ThrowablePB.StackTraceElementProto getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder