java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.skywalking.apm.network.language.agent.v3.BrowserErrorLog
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, BrowserErrorLogOrBuilder

public final class BrowserErrorLog extends com.google.protobuf.GeneratedMessageV3 implements BrowserErrorLogOrBuilder
Protobuf type skywalking.v3.BrowserErrorLog
另请参阅:
  • 字段详细资料

    • UNIQUEID_FIELD_NUMBER

      public static final int UNIQUEID_FIELD_NUMBER
      另请参阅:
    • SERVICE_FIELD_NUMBER

      public static final int SERVICE_FIELD_NUMBER
      另请参阅:
    • SERVICEVERSION_FIELD_NUMBER

      public static final int SERVICEVERSION_FIELD_NUMBER
      另请参阅:
    • TIME_FIELD_NUMBER

      public static final int TIME_FIELD_NUMBER
      另请参阅:
    • PAGEPATH_FIELD_NUMBER

      public static final int PAGEPATH_FIELD_NUMBER
      另请参阅:
    • CATEGORY_FIELD_NUMBER

      public static final int CATEGORY_FIELD_NUMBER
      另请参阅:
    • GRADE_FIELD_NUMBER

      public static final int GRADE_FIELD_NUMBER
      另请参阅:
    • MESSAGE_FIELD_NUMBER

      public static final int MESSAGE_FIELD_NUMBER
      另请参阅:
    • LINE_FIELD_NUMBER

      public static final int LINE_FIELD_NUMBER
      另请参阅:
    • COL_FIELD_NUMBER

      public static final int COL_FIELD_NUMBER
      另请参阅:
    • STACK_FIELD_NUMBER

      public static final int STACK_FIELD_NUMBER
      另请参阅:
    • ERRORURL_FIELD_NUMBER

      public static final int ERRORURL_FIELD_NUMBER
      另请参阅:
    • FIRSTREPORTEDERROR_FIELD_NUMBER

      public static final int FIRSTREPORTEDERROR_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • 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()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getUniqueId

      public String getUniqueId()
       UUID
       
      string uniqueId = 1;
      指定者:
      getUniqueId 在接口中 BrowserErrorLogOrBuilder
      返回:
      The uniqueId.
    • getUniqueIdBytes

      public com.google.protobuf.ByteString getUniqueIdBytes()
       UUID
       
      string uniqueId = 1;
      指定者:
      getUniqueIdBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for uniqueId.
    • getService

      public String getService()
      string service = 2;
      指定者:
      getService 在接口中 BrowserErrorLogOrBuilder
      返回:
      The service.
    • getServiceBytes

      public com.google.protobuf.ByteString getServiceBytes()
      string service = 2;
      指定者:
      getServiceBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for service.
    • getServiceVersion

      public String getServiceVersion()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      指定者:
      getServiceVersion 在接口中 BrowserErrorLogOrBuilder
      返回:
      The serviceVersion.
    • getServiceVersionBytes

      public com.google.protobuf.ByteString getServiceVersionBytes()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      指定者:
      getServiceVersionBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for serviceVersion.
    • getTime

      public long getTime()
       Error log time, set by the backend side.
       
      int64 time = 4;
      指定者:
      getTime 在接口中 BrowserErrorLogOrBuilder
      返回:
      The time.
    • getPagePath

      public String getPagePath()
       Page path in browser is the endpoint concept in the backend
       Page path in the browser, mostly it is URI, without parameter
       
      string pagePath = 5;
      指定者:
      getPagePath 在接口中 BrowserErrorLogOrBuilder
      返回:
      The pagePath.
    • getPagePathBytes

      public com.google.protobuf.ByteString getPagePathBytes()
       Page path in browser is the endpoint concept in the backend
       Page path in the browser, mostly it is URI, without parameter
       
      string pagePath = 5;
      指定者:
      getPagePathBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for pagePath.
    • getCategoryValue

      public int getCategoryValue()
      .skywalking.v3.ErrorCategory category = 6;
      指定者:
      getCategoryValue 在接口中 BrowserErrorLogOrBuilder
      返回:
      The enum numeric value on the wire for category.
    • getCategory

      public ErrorCategory getCategory()
      .skywalking.v3.ErrorCategory category = 6;
      指定者:
      getCategory 在接口中 BrowserErrorLogOrBuilder
      返回:
      The category.
    • getGrade

      public String getGrade()
      string grade = 7;
      指定者:
      getGrade 在接口中 BrowserErrorLogOrBuilder
      返回:
      The grade.
    • getGradeBytes

      public com.google.protobuf.ByteString getGradeBytes()
      string grade = 7;
      指定者:
      getGradeBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for grade.
    • getMessage

      public String getMessage()
      string message = 8;
      指定者:
      getMessage 在接口中 BrowserErrorLogOrBuilder
      返回:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 8;
      指定者:
      getMessageBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for message.
    • getLine

      public int getLine()
      int32 line = 9;
      指定者:
      getLine 在接口中 BrowserErrorLogOrBuilder
      返回:
      The line.
    • getCol

      public int getCol()
      int32 col = 10;
      指定者:
      getCol 在接口中 BrowserErrorLogOrBuilder
      返回:
      The col.
    • getStack

      public String getStack()
      string stack = 11;
      指定者:
      getStack 在接口中 BrowserErrorLogOrBuilder
      返回:
      The stack.
    • getStackBytes

      public com.google.protobuf.ByteString getStackBytes()
      string stack = 11;
      指定者:
      getStackBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for stack.
    • getErrorUrl

      public String getErrorUrl()
      string errorUrl = 12;
      指定者:
      getErrorUrl 在接口中 BrowserErrorLogOrBuilder
      返回:
      The errorUrl.
    • getErrorUrlBytes

      public com.google.protobuf.ByteString getErrorUrlBytes()
      string errorUrl = 12;
      指定者:
      getErrorUrlBytes 在接口中 BrowserErrorLogOrBuilder
      返回:
      The bytes for errorUrl.
    • getFirstReportedError

      public boolean getFirstReportedError()
       Then the PV with error is only calculated when firstReportedError is true.
       
      bool firstReportedError = 13;
      指定者:
      getFirstReportedError 在接口中 BrowserErrorLogOrBuilder
      返回:
      The firstReportedError.
    • 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 BrowserErrorLog parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static BrowserErrorLog parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static BrowserErrorLog parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static BrowserErrorLog parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static BrowserErrorLog parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static BrowserErrorLog parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static BrowserErrorLog parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

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

      public static BrowserErrorLog.Builder newBuilder()
    • newBuilder

      public static BrowserErrorLog.Builder newBuilder(BrowserErrorLog prototype)
    • toBuilder

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

      protected BrowserErrorLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static BrowserErrorLog getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BrowserErrorLog> parser()
    • getParserForType

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

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