java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.skywalking.apm.network.language.agent.v3.BrowserErrorLog
All Implemented Interfaces:
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
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.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 class com.google.protobuf.GeneratedMessageV3
    • getUniqueId

      public String getUniqueId()
       UUID
       
      string uniqueId = 1;
      Specified by:
      getUniqueId in interface BrowserErrorLogOrBuilder
      Returns:
      The uniqueId.
    • getUniqueIdBytes

      public com.google.protobuf.ByteString getUniqueIdBytes()
       UUID
       
      string uniqueId = 1;
      Specified by:
      getUniqueIdBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for uniqueId.
    • getService

      public String getService()
      string service = 2;
      Specified by:
      getService in interface BrowserErrorLogOrBuilder
      Returns:
      The service.
    • getServiceBytes

      public com.google.protobuf.ByteString getServiceBytes()
      string service = 2;
      Specified by:
      getServiceBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for service.
    • getServiceVersion

      public String getServiceVersion()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      Specified by:
      getServiceVersion in interface BrowserErrorLogOrBuilder
      Returns:
      The serviceVersion.
    • getServiceVersionBytes

      public com.google.protobuf.ByteString getServiceVersionBytes()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      Specified by:
      getServiceVersionBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for serviceVersion.
    • getTime

      public long getTime()
       Error log time, set by the backend side.
       
      int64 time = 4;
      Specified by:
      getTime in interface BrowserErrorLogOrBuilder
      Returns:
      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;
      Specified by:
      getPagePath in interface BrowserErrorLogOrBuilder
      Returns:
      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;
      Specified by:
      getPagePathBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for pagePath.
    • getCategoryValue

      public int getCategoryValue()
      .skywalking.v3.ErrorCategory category = 6;
      Specified by:
      getCategoryValue in interface BrowserErrorLogOrBuilder
      Returns:
      The enum numeric value on the wire for category.
    • getCategory

      public ErrorCategory getCategory()
      .skywalking.v3.ErrorCategory category = 6;
      Specified by:
      getCategory in interface BrowserErrorLogOrBuilder
      Returns:
      The category.
    • getGrade

      public String getGrade()
      string grade = 7;
      Specified by:
      getGrade in interface BrowserErrorLogOrBuilder
      Returns:
      The grade.
    • getGradeBytes

      public com.google.protobuf.ByteString getGradeBytes()
      string grade = 7;
      Specified by:
      getGradeBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for grade.
    • getMessage

      public String getMessage()
      string message = 8;
      Specified by:
      getMessage in interface BrowserErrorLogOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 8;
      Specified by:
      getMessageBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for message.
    • getLine

      public int getLine()
      int32 line = 9;
      Specified by:
      getLine in interface BrowserErrorLogOrBuilder
      Returns:
      The line.
    • getCol

      public int getCol()
      int32 col = 10;
      Specified by:
      getCol in interface BrowserErrorLogOrBuilder
      Returns:
      The col.
    • getStack

      public String getStack()
      string stack = 11;
      Specified by:
      getStack in interface BrowserErrorLogOrBuilder
      Returns:
      The stack.
    • getStackBytes

      public com.google.protobuf.ByteString getStackBytes()
      string stack = 11;
      Specified by:
      getStackBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for stack.
    • getErrorUrl

      public String getErrorUrl()
      string errorUrl = 12;
      Specified by:
      getErrorUrl in interface BrowserErrorLogOrBuilder
      Returns:
      The errorUrl.
    • getErrorUrlBytes

      public com.google.protobuf.ByteString getErrorUrlBytes()
      string errorUrl = 12;
      Specified by:
      getErrorUrlBytes in interface BrowserErrorLogOrBuilder
      Returns:
      The bytes for errorUrl.
    • getFirstReportedError

      public boolean getFirstReportedError()
       Then the PV with error is only calculated when firstReportedError is true.
       
      bool firstReportedError = 13;
      Specified by:
      getFirstReportedError in interface BrowserErrorLogOrBuilder
      Returns:
      The firstReportedError.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static BrowserErrorLog parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

      public BrowserErrorLog.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static BrowserErrorLog.Builder newBuilder()
    • newBuilder

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

      public BrowserErrorLog.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected BrowserErrorLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class 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()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public BrowserErrorLog getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder