Class EventCustomFields

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EventCustomFields.Builder
      Protobuf type streamlayer.sports.EventCustomFields
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)  
      static EventCustomFields getDefaultInstance()  
      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"];
      static EventCustomFields.Builder newBuilder()  
      static EventCustomFields.Builder newBuilder​(EventCustomFields prototype)  
      static EventCustomFields parseDelimitedFrom​(java.io.InputStream input)  
      static EventCustomFields parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventCustomFields parseFrom​(byte[] data)  
      static EventCustomFields parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventCustomFields parseFrom​(com.google.protobuf.ByteString data)  
      static EventCustomFields parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventCustomFields parseFrom​(com.google.protobuf.CodedInputStream input)  
      static EventCustomFields parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventCustomFields parseFrom​(java.io.InputStream input)  
      static EventCustomFields parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventCustomFields parseFrom​(java.nio.ByteBuffer data)  
      static EventCustomFields parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<EventCustomFields> parser()  
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite

        createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPreview

        public java.lang.String getPreview()
        string preview = 1 [json_name = "preview"];
        Specified by:
        getPreview in interface EventCustomFieldsOrBuilder
        Returns:
        The preview.
      • getPreviewBytes

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

        public java.lang.String getStream()
         stream url
         
        string stream = 2 [json_name = "stream"];
        Specified by:
        getStream in interface EventCustomFieldsOrBuilder
        Returns:
        The stream.
      • getStreamBytes

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

        public java.lang.String getName()
        string name = 3 [json_name = "name"];
        Specified by:
        getName in interface EventCustomFieldsOrBuilder
        Returns:
        The name.
      • getNameBytes

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

        public java.lang.String getLogo()
        string logo = 4 [json_name = "logo"];
        Specified by:
        getLogo in interface EventCustomFieldsOrBuilder
        Returns:
        The logo.
      • getLogoBytes

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

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

        public int getEventIdsCount()
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIdsCount in interface EventCustomFieldsOrBuilder
        Returns:
        The count of eventIds.
      • getEventIds

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

        public com.google.protobuf.ByteString getEventIdsBytes​(int index)
        repeated string event_ids = 5 [json_name = "eventIds"];
        Specified by:
        getEventIdsBytes in interface EventCustomFieldsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the eventIds at the given index.
      • getSubtitle

        public java.lang.String getSubtitle()
        string subtitle = 6 [json_name = "subtitle"];
        Specified by:
        getSubtitle in interface EventCustomFieldsOrBuilder
        Returns:
        The subtitle.
      • getSubtitleBytes

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

        public java.lang.String getPromotitle()
        string promotitle = 7 [json_name = "promotitle"];
        Specified by:
        getPromotitle in interface EventCustomFieldsOrBuilder
        Returns:
        The promotitle.
      • getPromotitleBytes

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

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

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

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

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

        public java.lang.String getSmallLogo()
        string small_logo = 10 [json_name = "smallLogo"];
        Specified by:
        getSmallLogo in interface EventCustomFieldsOrBuilder
        Returns:
        The smallLogo.
      • getSmallLogoBytes

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

        public java.lang.String getDescription()
         additional description
         
        string description = 11 [json_name = "description"];
        Specified by:
        getDescription in interface EventCustomFieldsOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         additional description
         
        string description = 11 [json_name = "description"];
        Specified by:
        getDescriptionBytes in interface EventCustomFieldsOrBuilder
        Returns:
        The bytes for description.
      • parseFrom

        public static EventCustomFields parseFrom​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(java.nio.ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventCustomFields parseFrom​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventCustomFields parseFrom​(java.io.InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EventCustomFields parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EventCustomFields parseDelimitedFrom​(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventCustomFields parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventCustomFields parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<EventCustomFields,​EventCustomFields.Builder>