Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.EventStream.EventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.EventStream.Event,RedvoxApiM.RedvoxPacketM.EventStream.Event.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM.EventStream
public static interface RedvoxApiM.RedvoxPacketM.EventStream.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanKey-pairs of type string to booleanbooleanKey-pairs of type string to bytes.booleancontainsMetadata(String key) A map from string to string for including untyped metadatabooleanKey-pairs of type string to doublebooleanKey-pairs of type string to stringDeprecated.intKey-pairs of type string to booleanKey-pairs of type string to booleanbooleangetBooleanPayloadOrDefault(String key, boolean defaultValue) Key-pairs of type string to booleanbooleanKey-pairs of type string to booleanDeprecated.intKey-pairs of type string to bytes.Key-pairs of type string to bytes.com.google.protobuf.ByteStringgetBytePayloadOrDefault(String key, com.google.protobuf.ByteString defaultValue) Key-pairs of type string to bytes.com.google.protobuf.ByteStringKey-pairs of type string to bytes.Textual description of the eventcom.google.protobuf.ByteStringTextual description of the eventDeprecated.intA map from string to string for including untyped metadataA map from string to string for including untyped metadatagetMetadataOrDefault(String key, String defaultValue) A map from string to string for including untyped metadatagetMetadataOrThrow(String key) A map from string to string for including untyped metadataDeprecated.intKey-pairs of type string to doubleKey-pairs of type string to doubledoublegetNumericPayloadOrDefault(String key, double defaultValue) Key-pairs of type string to doubledoubleKey-pairs of type string to doubleDeprecated.intKey-pairs of type string to stringKey-pairs of type string to stringgetStringPayloadOrDefault(String key, String defaultValue) Key-pairs of type string to stringKey-pairs of type string to stringMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescription
String getDescription()Textual description of the event
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Textual description of the event
string description = 1;- Returns:
- The bytes for description.
-
getStringPayloadCount
int getStringPayloadCount()Key-pairs of type string to string
map<string, string> string_payload = 2; -
containsStringPayload
Key-pairs of type string to string
map<string, string> string_payload = 2; -
getStringPayload
Deprecated.UsegetStringPayloadMap()instead. -
getStringPayloadMap
Key-pairs of type string to string
map<string, string> string_payload = 2; -
getStringPayloadOrDefault
Key-pairs of type string to string
map<string, string> string_payload = 2; -
getStringPayloadOrThrow
Key-pairs of type string to string
map<string, string> string_payload = 2; -
getNumericPayloadCount
int getNumericPayloadCount()Key-pairs of type string to double
map<string, double> numeric_payload = 3; -
containsNumericPayload
Key-pairs of type string to double
map<string, double> numeric_payload = 3; -
getNumericPayload
Deprecated.UsegetNumericPayloadMap()instead. -
getNumericPayloadMap
Key-pairs of type string to double
map<string, double> numeric_payload = 3; -
getNumericPayloadOrDefault
Key-pairs of type string to double
map<string, double> numeric_payload = 3; -
getNumericPayloadOrThrow
Key-pairs of type string to double
map<string, double> numeric_payload = 3; -
getBooleanPayloadCount
int getBooleanPayloadCount()Key-pairs of type string to boolean
map<string, bool> boolean_payload = 4; -
containsBooleanPayload
Key-pairs of type string to boolean
map<string, bool> boolean_payload = 4; -
getBooleanPayload
Deprecated.UsegetBooleanPayloadMap()instead. -
getBooleanPayloadMap
Key-pairs of type string to boolean
map<string, bool> boolean_payload = 4; -
getBooleanPayloadOrDefault
Key-pairs of type string to boolean
map<string, bool> boolean_payload = 4; -
getBooleanPayloadOrThrow
Key-pairs of type string to boolean
map<string, bool> boolean_payload = 4; -
getBytePayloadCount
int getBytePayloadCount()Key-pairs of type string to bytes. This one is mainly for transmitting binary or data that doesn't fit well into one of the other payloads.
map<string, bytes> byte_payload = 5; -
containsBytePayload
Key-pairs of type string to bytes. This one is mainly for transmitting binary or data that doesn't fit well into one of the other payloads.
map<string, bytes> byte_payload = 5; -
getBytePayload
Deprecated.UsegetBytePayloadMap()instead. -
getBytePayloadMap
Key-pairs of type string to bytes. This one is mainly for transmitting binary or data that doesn't fit well into one of the other payloads.
map<string, bytes> byte_payload = 5; -
getBytePayloadOrDefault
com.google.protobuf.ByteString getBytePayloadOrDefault(String key, com.google.protobuf.ByteString defaultValue) Key-pairs of type string to bytes. This one is mainly for transmitting binary or data that doesn't fit well into one of the other payloads.
map<string, bytes> byte_payload = 5; -
getBytePayloadOrThrow
Key-pairs of type string to bytes. This one is mainly for transmitting binary or data that doesn't fit well into one of the other payloads.
map<string, bytes> byte_payload = 5; -
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 6;
-