Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.EventStreamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.EventStream,RedvoxApiM.RedvoxPacketM.EventStream.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM
public static interface RedvoxApiM.RedvoxPacketM.EventStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadatagetEvents(int index) List of events that belong to this streamintList of events that belong to this streamList of events that belong to this streamgetEventsOrBuilder(int index) List of events that belong to this streamList of events that belong to this streamDeprecated.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 metadatagetName()The name of this streamcom.google.protobuf.ByteStringThe name of this streamList of timestamps, each associated with one EventList of timestamps, each associated with one EventbooleanList of timestamps, each associated with one EventMethods 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
-
getName
String getName()The name of this stream
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of this stream
string name = 1;- Returns:
- The bytes for name.
-
hasTimestamps
boolean hasTimestamps()List of timestamps, each associated with one Event
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;- Returns:
- Whether the timestamps field is set.
-
getTimestamps
RedvoxApiM.RedvoxPacketM.TimingPayload getTimestamps()List of timestamps, each associated with one Event
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;- Returns:
- The timestamps.
-
getTimestampsOrBuilder
RedvoxApiM.RedvoxPacketM.TimingPayloadOrBuilder getTimestampsOrBuilder()List of timestamps, each associated with one Event
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2; -
getEventsList
List<RedvoxApiM.RedvoxPacketM.EventStream.Event> getEventsList()List of events that belong to this stream
repeated .redvox_api_m.RedvoxPacketM.EventStream.Event events = 3; -
getEvents
List of events that belong to this stream
repeated .redvox_api_m.RedvoxPacketM.EventStream.Event events = 3; -
getEventsCount
int getEventsCount()List of events that belong to this stream
repeated .redvox_api_m.RedvoxPacketM.EventStream.Event events = 3; -
getEventsOrBuilderList
List<? extends RedvoxApiM.RedvoxPacketM.EventStream.EventOrBuilder> getEventsOrBuilderList()List of events that belong to this stream
repeated .redvox_api_m.RedvoxPacketM.EventStream.Event events = 3; -
getEventsOrBuilder
List of events that belong to this stream
repeated .redvox_api_m.RedvoxPacketM.EventStream.Event events = 3; -
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 4;
-