Interface EventCustomFieldsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    EventCustomFields, EventCustomFields.Builder

    public interface EventCustomFieldsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      additional description
      com.google.protobuf.ByteString getDescriptionBytes()
      additional description
      java.lang.String getEventIds​(int index)
      repeated string event_ids = 5 [json_name = "eventIds"];
      com.google.protobuf.ByteString getEventIdsBytes​(int index)
      repeated string event_ids = 5 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated string event_ids = 5 [json_name = "eventIds"];
      java.util.List<java.lang.String> getEventIdsList()
      repeated string event_ids = 5 [json_name = "eventIds"];
      java.lang.String getHorizontalPreview()
      Horizontal preview image
      com.google.protobuf.ByteString getHorizontalPreviewBytes()
      Horizontal preview image
      java.lang.String getLogo()
      string logo = 4 [json_name = "logo"];
      com.google.protobuf.ByteString getLogoBytes()
      string logo = 4 [json_name = "logo"];
      java.lang.String getName()
      string name = 3 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 3 [json_name = "name"];
      java.lang.String getPreview()
      string preview = 1 [json_name = "preview"];
      com.google.protobuf.ByteString getPreviewBytes()
      string preview = 1 [json_name = "preview"];
      java.lang.String getPromotitle()
      string promotitle = 7 [json_name = "promotitle"];
      com.google.protobuf.ByteString getPromotitleBytes()
      string promotitle = 7 [json_name = "promotitle"];
      java.lang.String getSlate()
      fallback url when stream is offline
      com.google.protobuf.ByteString getSlateBytes()
      fallback url when stream is offline
      java.lang.String getSmallLogo()
      string small_logo = 10 [json_name = "smallLogo"];
      com.google.protobuf.ByteString getSmallLogoBytes()
      string small_logo = 10 [json_name = "smallLogo"];
      java.lang.String getStream()
      stream url
      com.google.protobuf.ByteString getStreamBytes()
      stream url
      java.lang.String getSubtitle()
      string subtitle = 6 [json_name = "subtitle"];
      com.google.protobuf.ByteString getSubtitleBytes()
      string subtitle = 6 [json_name = "subtitle"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPreview

        java.lang.String getPreview()
        string preview = 1 [json_name = "preview"];
        Returns:
        The preview.
      • getPreviewBytes

        com.google.protobuf.ByteString getPreviewBytes()
        string preview = 1 [json_name = "preview"];
        Returns:
        The bytes for preview.
      • getStream

        java.lang.String getStream()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Returns:
        The stream.
      • getStreamBytes

        com.google.protobuf.ByteString getStreamBytes()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Returns:
        The bytes for stream.
      • getName

        java.lang.String getName()
        string name = 3 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 3 [json_name = "name"];
        Returns:
        The bytes for name.
      • getLogo

        java.lang.String getLogo()
        string logo = 4 [json_name = "logo"];
        Returns:
        The logo.
      • getLogoBytes

        com.google.protobuf.ByteString getLogoBytes()
        string logo = 4 [json_name = "logo"];
        Returns:
        The bytes for logo.
      • getEventIdsList

        java.util.List<java.lang.String> getEventIdsList()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

        java.lang.String getEventIds​(int index)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getEventIdsBytes

        com.google.protobuf.ByteString getEventIdsBytes​(int index)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getSubtitle

        java.lang.String getSubtitle()
        string subtitle = 6 [json_name = "subtitle"];
        Returns:
        The subtitle.
      • getSubtitleBytes

        com.google.protobuf.ByteString getSubtitleBytes()
        string subtitle = 6 [json_name = "subtitle"];
        Returns:
        The bytes for subtitle.
      • getPromotitle

        java.lang.String getPromotitle()
        string promotitle = 7 [json_name = "promotitle"];
        Returns:
        The promotitle.
      • getPromotitleBytes

        com.google.protobuf.ByteString getPromotitleBytes()
        string promotitle = 7 [json_name = "promotitle"];
        Returns:
        The bytes for promotitle.
      • getSlate

        java.lang.String getSlate()
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Returns:
        The slate.
      • getSlateBytes

        com.google.protobuf.ByteString getSlateBytes()
         fallback url when stream is offline
         
        string slate = 8 [json_name = "slate"];
        Returns:
        The bytes for slate.
      • getHorizontalPreview

        java.lang.String getHorizontalPreview()
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Returns:
        The horizontalPreview.
      • getHorizontalPreviewBytes

        com.google.protobuf.ByteString getHorizontalPreviewBytes()
         Horizontal preview image
         
        string horizontal_preview = 9 [json_name = "horizontalPreview"];
        Returns:
        The bytes for horizontalPreview.
      • getSmallLogo

        java.lang.String getSmallLogo()
        string small_logo = 10 [json_name = "smallLogo"];
        Returns:
        The smallLogo.
      • getSmallLogoBytes

        com.google.protobuf.ByteString getSmallLogoBytes()
        string small_logo = 10 [json_name = "smallLogo"];
        Returns:
        The bytes for smallLogo.
      • getDescription

        java.lang.String getDescription()
         additional description
         
        string description = 11 [json_name = "description"];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         additional description
         
        string description = 11 [json_name = "description"];
        Returns:
        The bytes for description.