Package 

Class TombstoneProtos.CrashDetail.Builder

  • 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
                        
    NOTE 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
    
    Protobuf type {@code CrashDetail}
    • Method Summary

      Modifier and Type Method Description
      ByteString getName() bytes name = 1;
      TombstoneProtos.CrashDetail.Builder setName(ByteString value) bytes name = 1;
      TombstoneProtos.CrashDetail.Builder clearName() bytes name = 1;
      ByteString getData() bytes data = 2;
      TombstoneProtos.CrashDetail.Builder setData(ByteString value) bytes data = 2;
      TombstoneProtos.CrashDetail.Builder clearData() 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