public static final class EventLogProto.Event extends com.google.protobuf.GeneratedMessageV3 implements EventLogProto.EventOrBuilder
Event is sent to create an event log. When should be set using the UnixNano() method in package time.Protobuf type
eventlog.Event| Modifier and Type | Class and Description |
|---|---|
static class |
EventLogProto.Event.Builder
Event is sent to create an event log.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT_FIELD_NUMBER |
static com.google.protobuf.Parser<EventLogProto.Event> |
PARSER
Deprecated.
|
static int |
TOPIC_FIELD_NUMBER |
static int |
WHEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent()
required string content = 3; |
com.google.protobuf.ByteString |
getContentBytes()
required string content = 3; |
static EventLogProto.Event |
getDefaultInstance() |
EventLogProto.Event |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<EventLogProto.Event> |
getParserForType() |
int |
getSerializedSize() |
String |
getTopic()
required string topic = 2; |
com.google.protobuf.ByteString |
getTopicBytes()
required string topic = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWhen()
required sint64 when = 1; |
boolean |
hasContent()
required string content = 3; |
int |
hashCode() |
boolean |
hasTopic()
required string topic = 2; |
boolean |
hasWhen()
required sint64 when = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EventLogProto.Event.Builder |
newBuilder() |
static EventLogProto.Event.Builder |
newBuilder(EventLogProto.Event prototype) |
EventLogProto.Event.Builder |
newBuilderForType() |
protected EventLogProto.Event.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EventLogProto.Event |
parseDelimitedFrom(InputStream input) |
static EventLogProto.Event |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventLogProto.Event |
parseFrom(byte[] data) |
static EventLogProto.Event |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventLogProto.Event |
parseFrom(ByteBuffer data) |
static EventLogProto.Event |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventLogProto.Event |
parseFrom(com.google.protobuf.ByteString data) |
static EventLogProto.Event |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventLogProto.Event |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EventLogProto.Event |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventLogProto.Event |
parseFrom(InputStream input) |
static EventLogProto.Event |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EventLogProto.Event> |
parser() |
EventLogProto.Event.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int WHEN_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<EventLogProto.Event> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasWhen()
required sint64 when = 1;hasWhen in interface EventLogProto.EventOrBuilderpublic long getWhen()
required sint64 when = 1;getWhen in interface EventLogProto.EventOrBuilderpublic boolean hasTopic()
required string topic = 2;hasTopic in interface EventLogProto.EventOrBuilderpublic String getTopic()
required string topic = 2;getTopic in interface EventLogProto.EventOrBuilderpublic com.google.protobuf.ByteString getTopicBytes()
required string topic = 2;getTopicBytes in interface EventLogProto.EventOrBuilderpublic boolean hasContent()
required string content = 3;hasContent in interface EventLogProto.EventOrBuilderpublic String getContent()
required string content = 3;getContent in interface EventLogProto.EventOrBuilderpublic com.google.protobuf.ByteString getContentBytes()
required string content = 3;getContentBytes in interface EventLogProto.EventOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EventLogProto.Event parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventLogProto.Event parseFrom(InputStream input) throws IOException
IOExceptionpublic static EventLogProto.Event parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventLogProto.Event parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EventLogProto.Event parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventLogProto.Event parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EventLogProto.Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EventLogProto.Event.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EventLogProto.Event.Builder newBuilder()
public static EventLogProto.Event.Builder newBuilder(EventLogProto.Event prototype)
public EventLogProto.Event.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EventLogProto.Event.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EventLogProto.Event getDefaultInstance()
public static com.google.protobuf.Parser<EventLogProto.Event> parser()
public com.google.protobuf.Parser<EventLogProto.Event> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EventLogProto.Event getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.