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 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

       List of timestamps, each associated with one Event
       
      .redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;
      Returns:
      The timestamps.
    • getTimestampsOrBuilder

       List of timestamps, each associated with one Event
       
      .redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;
    • 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

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;