-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.BacktraceFrameOrBuilder,java.lang.Cloneable
public final class TombstoneProtos.BacktraceFrame.Builder extends GeneratedMessageLite.Builder<TombstoneProtos.BacktraceFrame, TombstoneProtos.BacktraceFrame.Builder> implements TombstoneProtos.BacktraceFrameOrBuilder
Protobuf type
{@code BacktraceFrame}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRelPc
long getRelPc()
uint64 rel_pc = 1;
-
setRelPc
TombstoneProtos.BacktraceFrame.Builder setRelPc(long value)
uint64 rel_pc = 1;- Parameters:
value- The relPc to set.
-
clearRelPc
TombstoneProtos.BacktraceFrame.Builder clearRelPc()
uint64 rel_pc = 1;
-
getPc
long getPc()
uint64 pc = 2;
-
setPc
TombstoneProtos.BacktraceFrame.Builder setPc(long value)
uint64 pc = 2;- Parameters:
value- The pc to set.
-
clearPc
TombstoneProtos.BacktraceFrame.Builder clearPc()
uint64 pc = 2;
-
getSp
long getSp()
uint64 sp = 3;
-
setSp
TombstoneProtos.BacktraceFrame.Builder setSp(long value)
uint64 sp = 3;- Parameters:
value- The sp to set.
-
clearSp
TombstoneProtos.BacktraceFrame.Builder clearSp()
uint64 sp = 3;
-
getFunctionName
String getFunctionName()
string function_name = 4;
-
getFunctionNameBytes
ByteString getFunctionNameBytes()
string function_name = 4;
-
setFunctionName
TombstoneProtos.BacktraceFrame.Builder setFunctionName(String value)
string function_name = 4;- Parameters:
value- The functionName to set.
-
clearFunctionName
TombstoneProtos.BacktraceFrame.Builder clearFunctionName()
string function_name = 4;
-
setFunctionNameBytes
TombstoneProtos.BacktraceFrame.Builder setFunctionNameBytes(ByteString value)
string function_name = 4;- Parameters:
value- The bytes for functionName to set.
-
getFunctionOffset
long getFunctionOffset()
uint64 function_offset = 5;
-
setFunctionOffset
TombstoneProtos.BacktraceFrame.Builder setFunctionOffset(long value)
uint64 function_offset = 5;- Parameters:
value- The functionOffset to set.
-
clearFunctionOffset
TombstoneProtos.BacktraceFrame.Builder clearFunctionOffset()
uint64 function_offset = 5;
-
getFileName
String getFileName()
string file_name = 6;
-
getFileNameBytes
ByteString getFileNameBytes()
string file_name = 6;
-
setFileName
TombstoneProtos.BacktraceFrame.Builder setFileName(String value)
string file_name = 6;- Parameters:
value- The fileName to set.
-
clearFileName
TombstoneProtos.BacktraceFrame.Builder clearFileName()
string file_name = 6;
-
setFileNameBytes
TombstoneProtos.BacktraceFrame.Builder setFileNameBytes(ByteString value)
string file_name = 6;- Parameters:
value- The bytes for fileName to set.
-
getFileMapOffset
long getFileMapOffset()
uint64 file_map_offset = 7;
-
setFileMapOffset
TombstoneProtos.BacktraceFrame.Builder setFileMapOffset(long value)
uint64 file_map_offset = 7;- Parameters:
value- The fileMapOffset to set.
-
clearFileMapOffset
TombstoneProtos.BacktraceFrame.Builder clearFileMapOffset()
uint64 file_map_offset = 7;
-
getBuildId
String getBuildId()
string build_id = 8;
-
getBuildIdBytes
ByteString getBuildIdBytes()
string build_id = 8;
-
setBuildId
TombstoneProtos.BacktraceFrame.Builder setBuildId(String value)
string build_id = 8;- Parameters:
value- The buildId to set.
-
clearBuildId
TombstoneProtos.BacktraceFrame.Builder clearBuildId()
string build_id = 8;
-
setBuildIdBytes
TombstoneProtos.BacktraceFrame.Builder setBuildIdBytes(ByteString value)
string build_id = 8;- Parameters:
value- The bytes for buildId to set.
-
-
-
-