public final class Event extends com.google.protobuf.GeneratedMessage implements EventOrBuilder
A single event. Usually, but not necessarily, part of a batch.Protobuf type
satori.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
Event.Builder
A single event.
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ID_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetadata(java.lang.String key)
Event metadata, if any.
|
boolean |
equals(java.lang.Object obj) |
static Event |
getDefaultInstance() |
Event |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getId()
Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios.
|
com.google.protobuf.ByteString |
getIdBytes()
Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
Event metadata, if any.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadataMap()
Event metadata, if any.
|
java.lang.String |
getMetadataOrDefault(java.lang.String key,
java.lang.String defaultValue)
Event metadata, if any.
|
java.lang.String |
getMetadataOrThrow(java.lang.String key)
Event metadata, if any.
|
java.lang.String |
getName()
Event name.
|
com.google.protobuf.ByteString |
getNameBytes()
Event name.
|
com.google.protobuf.Parser<Event> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTimestamp()
The time when the event was triggered on the producer side.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The time when the event was triggered on the producer side.
|
java.lang.String |
getValue()
Optional value.
|
com.google.protobuf.ByteString |
getValueBytes()
Optional value.
|
int |
hashCode() |
boolean |
hasTimestamp()
The time when the event was triggered on the producer side.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static Event.Builder |
newBuilder() |
static Event.Builder |
newBuilder(Event prototype) |
Event.Builder |
newBuilderForType() |
protected Event.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Event |
parseDelimitedFrom(java.io.InputStream input) |
static Event |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(byte[] data) |
static Event |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(java.nio.ByteBuffer data) |
static Event |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(com.google.protobuf.ByteString data) |
static Event |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Event |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(java.io.InputStream input) |
static Event |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Event> |
parser() |
Event.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NAME_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection
in class com.google.protobuf.GeneratedMessage
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public java.lang.String getName()
Event name.
string name = 1 [json_name = "name"];
getName
in interface EventOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Event name.
string name = 1 [json_name = "name"];
getNameBytes
in interface EventOrBuilder
public java.lang.String getId()
Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.
string id = 2 [json_name = "id"];
getId
in interface EventOrBuilder
public com.google.protobuf.ByteString getIdBytes()
Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.
string id = 2 [json_name = "id"];
getIdBytes
in interface EventOrBuilder
public int getMetadataCount()
EventOrBuilder
Event metadata, if any.
map<string, string> metadata = 3 [json_name = "metadata"];
getMetadataCount
in interface EventOrBuilder
public boolean containsMetadata(java.lang.String key)
Event metadata, if any.
map<string, string> metadata = 3 [json_name = "metadata"];
containsMetadata
in interface EventOrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMetadata()
getMetadataMap()
instead.getMetadata
in interface EventOrBuilder
public java.util.Map<java.lang.String,java.lang.String> getMetadataMap()
Event metadata, if any.
map<string, string> metadata = 3 [json_name = "metadata"];
getMetadataMap
in interface EventOrBuilder
public java.lang.String getMetadataOrDefault(java.lang.String key, java.lang.String defaultValue)
Event metadata, if any.
map<string, string> metadata = 3 [json_name = "metadata"];
getMetadataOrDefault
in interface EventOrBuilder
public java.lang.String getMetadataOrThrow(java.lang.String key)
Event metadata, if any.
map<string, string> metadata = 3 [json_name = "metadata"];
getMetadataOrThrow
in interface EventOrBuilder
public java.lang.String getValue()
Optional value.
string value = 4 [json_name = "value"];
getValue
in interface EventOrBuilder
public com.google.protobuf.ByteString getValueBytes()
Optional value.
string value = 4 [json_name = "value"];
getValueBytes
in interface EventOrBuilder
public boolean hasTimestamp()
The time when the event was triggered on the producer side.
.google.protobuf.Timestamp timestamp = 5 [json_name = "timestamp"];
hasTimestamp
in interface EventOrBuilder
public com.google.protobuf.Timestamp getTimestamp()
The time when the event was triggered on the producer side.
.google.protobuf.Timestamp timestamp = 5 [json_name = "timestamp"];
getTimestamp
in interface EventOrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The time when the event was triggered on the producer side.
.google.protobuf.Timestamp timestamp = 5 [json_name = "timestamp"];
getTimestampOrBuilder
in interface EventOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Event parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Event parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Event parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Event parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Event parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Event.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Event.Builder newBuilder()
public static Event.Builder newBuilder(Event prototype)
public Event.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Event.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static Event getDefaultInstance()
public static com.google.protobuf.Parser<Event> parser()
public com.google.protobuf.Parser<Event> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public Event getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder