-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.LogMessageOrBuilder
public final class TombstoneProtos.LogMessage extends GeneratedMessageLite<TombstoneProtos.LogMessage, TombstoneProtos.LogMessage.Builder> implements TombstoneProtos.LogMessageOrBuilder
Protobuf type
{@code LogMessage}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTombstoneProtos.LogMessage.BuilderProtobuf type
{@code LogMessage}
-
Field Summary
Fields Modifier and Type Field Description public final static intTIMESTAMP_FIELD_NUMBERpublic final static intPID_FIELD_NUMBERpublic final static intTID_FIELD_NUMBERpublic final static intPRIORITY_FIELD_NUMBERpublic final static intTAG_FIELD_NUMBERpublic final static intMESSAGE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetTimestamp()string timestamp = 1;ByteStringgetTimestampBytes()string timestamp = 1;intgetPid()uint32 pid = 2;intgetTid()uint32 tid = 3;intgetPriority()uint32 priority = 4;StringgetTag()string tag = 5;ByteStringgetTagBytes()string tag = 5;StringgetMessage()string message = 6;ByteStringgetMessageBytes()string message = 6;static TombstoneProtos.LogMessageparseFrom(ByteBuffer data)static TombstoneProtos.LogMessageparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessageparseFrom(ByteString data)static TombstoneProtos.LogMessageparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessageparseFrom(Array<byte> data)static TombstoneProtos.LogMessageparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessageparseFrom(InputStream input)static TombstoneProtos.LogMessageparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessageparseDelimitedFrom(InputStream input)static TombstoneProtos.LogMessageparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessageparseFrom(CodedInputStream input)static TombstoneProtos.LogMessageparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static TombstoneProtos.LogMessage.BuildernewBuilder()static TombstoneProtos.LogMessage.BuildernewBuilder(TombstoneProtos.LogMessage prototype)static TombstoneProtos.LogMessagegetDefaultInstance()static Parser<TombstoneProtos.LogMessage>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
-
getTimestamp
String getTimestamp()
string timestamp = 1;
-
getTimestampBytes
ByteString getTimestampBytes()
string timestamp = 1;
-
getPid
int getPid()
uint32 pid = 2;
-
getTid
int getTid()
uint32 tid = 3;
-
getPriority
int getPriority()
uint32 priority = 4;
-
getTagBytes
ByteString getTagBytes()
string tag = 5;
-
getMessage
String getMessage()
string message = 6;
-
getMessageBytes
ByteString getMessageBytes()
string message = 6;
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(ByteBuffer data)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(ByteString data)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(Array<byte> data)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(InputStream input)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TombstoneProtos.LogMessage parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TombstoneProtos.LogMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(CodedInputStream input)
-
parseFrom
static TombstoneProtos.LogMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static TombstoneProtos.LogMessage.Builder newBuilder()
-
newBuilder
static TombstoneProtos.LogMessage.Builder newBuilder(TombstoneProtos.LogMessage prototype)
-
getDefaultInstance
static TombstoneProtos.LogMessage getDefaultInstance()
-
parser
static Parser<TombstoneProtos.LogMessage> parser()
-
-
-
-