接口 BrowserErrorLogOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
BrowserErrorLog, BrowserErrorLog.Builder

public interface BrowserErrorLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    .skywalking.v3.ErrorCategory category = 6;
    int
    .skywalking.v3.ErrorCategory category = 6;
    int
    int32 col = 10;
    string errorUrl = 12;
    com.google.protobuf.ByteString
    string errorUrl = 12;
    boolean
    Then the PV with error is only calculated when firstReportedError is true.
    string grade = 7;
    com.google.protobuf.ByteString
    string grade = 7;
    int
    int32 line = 9;
    string message = 8;
    com.google.protobuf.ByteString
    string message = 8;
    Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
    com.google.protobuf.ByteString
    Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
    string service = 2;
    com.google.protobuf.ByteString
    string service = 2;
    Service version in browser is the Instance concept in the backend.
    com.google.protobuf.ByteString
    Service version in browser is the Instance concept in the backend.
    string stack = 11;
    com.google.protobuf.ByteString
    string stack = 11;
    long
    Error log time, set by the backend side.
    UUID
    com.google.protobuf.ByteString
    UUID

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getUniqueId

      String getUniqueId()
       UUID
       
      string uniqueId = 1;
      返回:
      The uniqueId.
    • getUniqueIdBytes

      com.google.protobuf.ByteString getUniqueIdBytes()
       UUID
       
      string uniqueId = 1;
      返回:
      The bytes for uniqueId.
    • getService

      String getService()
      string service = 2;
      返回:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      string service = 2;
      返回:
      The bytes for service.
    • getServiceVersion

      String getServiceVersion()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      返回:
      The serviceVersion.
    • getServiceVersionBytes

      com.google.protobuf.ByteString getServiceVersionBytes()
       Service version in browser is the Instance concept in the backend.
       
      string serviceVersion = 3;
      返回:
      The bytes for serviceVersion.
    • getTime

      long getTime()
       Error log time, set by the backend side.
       
      int64 time = 4;
      返回:
      The time.
    • getPagePath

      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;
      返回:
      The pagePath.
    • getPagePathBytes

      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;
      返回:
      The bytes for pagePath.
    • getCategoryValue

      int getCategoryValue()
      .skywalking.v3.ErrorCategory category = 6;
      返回:
      The enum numeric value on the wire for category.
    • getCategory

      ErrorCategory getCategory()
      .skywalking.v3.ErrorCategory category = 6;
      返回:
      The category.
    • getGrade

      String getGrade()
      string grade = 7;
      返回:
      The grade.
    • getGradeBytes

      com.google.protobuf.ByteString getGradeBytes()
      string grade = 7;
      返回:
      The bytes for grade.
    • getMessage

      String getMessage()
      string message = 8;
      返回:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 8;
      返回:
      The bytes for message.
    • getLine

      int getLine()
      int32 line = 9;
      返回:
      The line.
    • getCol

      int getCol()
      int32 col = 10;
      返回:
      The col.
    • getStack

      String getStack()
      string stack = 11;
      返回:
      The stack.
    • getStackBytes

      com.google.protobuf.ByteString getStackBytes()
      string stack = 11;
      返回:
      The bytes for stack.
    • getErrorUrl

      String getErrorUrl()
      string errorUrl = 12;
      返回:
      The errorUrl.
    • getErrorUrlBytes

      com.google.protobuf.ByteString getErrorUrlBytes()
      string errorUrl = 12;
      返回:
      The bytes for errorUrl.
    • getFirstReportedError

      boolean getFirstReportedError()
       Then the PV with error is only calculated when firstReportedError is true.
       
      bool firstReportedError = 13;
      返回:
      The firstReportedError.