接口 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;intgetCol()int32 col = 10;string errorUrl = 12;com.google.protobuf.ByteStringstring errorUrl = 12;booleanThen the PV with error is only calculated when firstReportedError is true.getGrade()string grade = 7;com.google.protobuf.ByteStringstring grade = 7;intgetLine()int32 line = 9;string message = 8;com.google.protobuf.ByteStringstring message = 8;Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parametercom.google.protobuf.ByteStringPage path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameterstring service = 2;com.google.protobuf.ByteStringstring service = 2;Service version in browser is the Instance concept in the backend.com.google.protobuf.ByteStringService version in browser is the Instance concept in the backend.getStack()string stack = 11;com.google.protobuf.ByteStringstring stack = 11;longgetTime()Error log time, set by the backend side.UUIDcom.google.protobuf.ByteStringUUID从接口继承的方法 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.
-