-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.CrashDetailOrBuilder,java.lang.Cloneable
public final class TombstoneProtos.CrashDetail.Builder extends GeneratedMessageLite.Builder<TombstoneProtos.CrashDetail, TombstoneProtos.CrashDetail.Builder> implements TombstoneProtos.CrashDetailOrBuilder
Protobuf typeNOTE TO OEMS: If you add custom fields to this proto, do not use numbers in the reserved range. NOTE TO CONSUMERS: With proto3 -- unlike proto2 -- HasValue is unreliable for any field where the default value for that type is also a valid value for the field. This means, for example, that a boolean that is false or an integer that is zero will appear to be missing --- but because they're not actually marked as `optional` in this schema, consumers should just use values without first checking whether or not they're "present". https://protobuf.dev/programming-guides/proto3/#default{@code CrashDetail}
-
-
Method Summary
Modifier and Type Method Description ByteStringgetName()bytes name = 1;TombstoneProtos.CrashDetail.BuildersetName(ByteString value)bytes name = 1;TombstoneProtos.CrashDetail.BuilderclearName()bytes name = 1;ByteStringgetData()bytes data = 2;TombstoneProtos.CrashDetail.BuildersetData(ByteString value)bytes data = 2;TombstoneProtos.CrashDetail.BuilderclearData()bytes data = 2;-
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
-
getName
ByteString getName()
bytes name = 1;
-
setName
TombstoneProtos.CrashDetail.Builder setName(ByteString value)
bytes name = 1;- Parameters:
value- The name to set.
-
clearName
TombstoneProtos.CrashDetail.Builder clearName()
bytes name = 1;
-
getData
ByteString getData()
bytes data = 2;
-
setData
TombstoneProtos.CrashDetail.Builder setData(ByteString value)
bytes data = 2;- Parameters:
value- The data to set.
-
clearData
TombstoneProtos.CrashDetail.Builder clearData()
bytes data = 2;
-
-
-
-