public static interface StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeFilename()
Optional.
|
com.google.protobuf.ByteString |
getCodeFilenameBytes()
Optional.
|
int |
getLineNumber()
Optional.
|
String |
getMethod()
Fully qualified method name.
|
com.google.protobuf.ByteString |
getMethodBytes()
Fully qualified method name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCodeFilename()
Optional. File name. Example: "SomeSweetClass.java"
string code_filename = 1;com.google.protobuf.ByteString getCodeFilenameBytes()
Optional. File name. Example: "SomeSweetClass.java"
string code_filename = 1;int getLineNumber()
Optional. Line number. Example: 16
int32 line_number = 2;String getMethod()
Fully qualified method name. Example: "com.stackify.error.test.SomeSweetClass.doSomething"
string method = 3;com.google.protobuf.ByteString getMethodBytes()
Fully qualified method name. Example: "com.stackify.error.test.SomeSweetClass.doSomething"
string method = 3;Copyright © 2019 Stackify, LLC. All rights reserved.