-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.FDOrBuilder
public final class TombstoneProtos.FD extends GeneratedMessageLite<TombstoneProtos.FD, TombstoneProtos.FD.Builder> implements TombstoneProtos.FDOrBuilder
Protobuf type
{@code FD}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTombstoneProtos.FD.BuilderProtobuf type
{@code FD}
-
Field Summary
Fields Modifier and Type Field Description public final static intFD_FIELD_NUMBERpublic final static intPATH_FIELD_NUMBERpublic final static intOWNER_FIELD_NUMBERpublic final static intTAG_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetFd()int32 fd = 1;StringgetPath()string path = 2;ByteStringgetPathBytes()string path = 2;StringgetOwner()string owner = 3;ByteStringgetOwnerBytes()string owner = 3;longgetTag()uint64 tag = 4;static TombstoneProtos.FDparseFrom(ByteBuffer data)static TombstoneProtos.FDparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FDparseFrom(ByteString data)static TombstoneProtos.FDparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FDparseFrom(Array<byte> data)static TombstoneProtos.FDparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FDparseFrom(InputStream input)static TombstoneProtos.FDparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FDparseDelimitedFrom(InputStream input)static TombstoneProtos.FDparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FDparseFrom(CodedInputStream input)static TombstoneProtos.FDparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.FD.BuildernewBuilder()static TombstoneProtos.FD.BuildernewBuilder(TombstoneProtos.FD prototype)static TombstoneProtos.FDgetDefaultInstance()static Parser<TombstoneProtos.FD>parser()-
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
-
getFd
int getFd()
int32 fd = 1;
-
getPathBytes
ByteString getPathBytes()
string path = 2;
-
getOwnerBytes
ByteString getOwnerBytes()
string owner = 3;
-
getTag
long getTag()
uint64 tag = 4;
-
parseFrom
static TombstoneProtos.FD parseFrom(ByteBuffer data)
-
parseFrom
static TombstoneProtos.FD parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.FD parseFrom(ByteString data)
-
parseFrom
static TombstoneProtos.FD parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.FD parseFrom(Array<byte> data)
-
parseFrom
static TombstoneProtos.FD parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.FD parseFrom(InputStream input)
-
parseFrom
static TombstoneProtos.FD parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TombstoneProtos.FD parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TombstoneProtos.FD parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.FD parseFrom(CodedInputStream input)
-
parseFrom
static TombstoneProtos.FD parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static TombstoneProtos.FD.Builder newBuilder()
-
newBuilder
static TombstoneProtos.FD.Builder newBuilder(TombstoneProtos.FD prototype)
-
getDefaultInstance
static TombstoneProtos.FD getDefaultInstance()
-
parser
static Parser<TombstoneProtos.FD> parser()
-
-
-
-