-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.CrashDetailOrBuilder
public final class TombstoneProtos.CrashDetail extends GeneratedMessageLite<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}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTombstoneProtos.CrashDetail.Builder
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}
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intDATA_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
getData
ByteString getData()
bytes data = 2;
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(ByteBuffer data)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(ByteString data)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(Array<byte> data)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(InputStream input)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TombstoneProtos.CrashDetail parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TombstoneProtos.CrashDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(CodedInputStream input)
-
parseFrom
static TombstoneProtos.CrashDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static TombstoneProtos.CrashDetail.Builder newBuilder()
-
newBuilder
static TombstoneProtos.CrashDetail.Builder newBuilder(TombstoneProtos.CrashDetail prototype)
-
getDefaultInstance
static TombstoneProtos.CrashDetail getDefaultInstance()
-
parser
static Parser<TombstoneProtos.CrashDetail> parser()
-
-
-
-