Enum TopicType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<TopicType>

    public enum TopicType
    extends java.lang.Enum<TopicType>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.analytics.v1.common.TopicType
    • Enum Constant Detail

      • TOPIC_TYPE_UNSET

        public static final TopicType TOPIC_TYPE_UNSET
        TOPIC_TYPE_UNSET = 0;
      • TOPIC_TYPE_CALL

        public static final TopicType TOPIC_TYPE_CALL
        TOPIC_TYPE_CALL = 1;
      • TOPIC_TYPE_CHAT

        public static final TopicType TOPIC_TYPE_CHAT
        TOPIC_TYPE_CHAT = 2;
      • TOPIC_TYPE_FANTASY

        public static final TopicType TOPIC_TYPE_FANTASY
        TOPIC_TYPE_FANTASY = 3;
      • TOPIC_TYPE_POLLS

        public static final TopicType TOPIC_TYPE_POLLS
        TOPIC_TYPE_POLLS = 4;
      • TOPIC_TYPE_POLLS_POLL

        public static final TopicType TOPIC_TYPE_POLLS_POLL
        TOPIC_TYPE_POLLS_POLL = 5;
      • TOPIC_TYPE_POLLS_TRIVIA

        public static final TopicType TOPIC_TYPE_POLLS_TRIVIA
        TOPIC_TYPE_POLLS_TRIVIA = 6;
      • TOPIC_TYPE_POLLS_PREDICTION

        public static final TopicType TOPIC_TYPE_POLLS_PREDICTION
        TOPIC_TYPE_POLLS_PREDICTION = 7;
      • TOPIC_TYPE_POLLS_INSIGHT

        public static final TopicType TOPIC_TYPE_POLLS_INSIGHT
        TOPIC_TYPE_POLLS_INSIGHT = 8;
      • TOPIC_TYPE_POLLS_TWITTER

        public static final TopicType TOPIC_TYPE_POLLS_TWITTER
        TOPIC_TYPE_POLLS_TWITTER = 9;
      • TOPIC_TYPE_LINK

        public static final TopicType TOPIC_TYPE_LINK
        TOPIC_TYPE_LINK = 10;
      • TOPIC_TYPE_MESSAGE

        public static final TopicType TOPIC_TYPE_MESSAGE
        TOPIC_TYPE_MESSAGE = 11;
      • TOPIC_TYPE_POLLS_PROMOTION

        public static final TopicType TOPIC_TYPE_POLLS_PROMOTION
         Required to be passed along with a sub-type
         
        TOPIC_TYPE_POLLS_PROMOTION = 12;
      • TOPIC_TYPE_PUBLIC_CHAT

        public static final TopicType TOPIC_TYPE_PUBLIC_CHAT
        TOPIC_TYPE_PUBLIC_CHAT = 13;
      • UNRECOGNIZED

        public static final TopicType UNRECOGNIZED
    • Field Detail

      • TOPIC_TYPE_UNSET_VALUE

        public static final int TOPIC_TYPE_UNSET_VALUE
        TOPIC_TYPE_UNSET = 0;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_CALL_VALUE

        public static final int TOPIC_TYPE_CALL_VALUE
        TOPIC_TYPE_CALL = 1;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_CHAT_VALUE

        public static final int TOPIC_TYPE_CHAT_VALUE
        TOPIC_TYPE_CHAT = 2;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_FANTASY_VALUE

        public static final int TOPIC_TYPE_FANTASY_VALUE
        TOPIC_TYPE_FANTASY = 3;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_VALUE

        public static final int TOPIC_TYPE_POLLS_VALUE
        TOPIC_TYPE_POLLS = 4;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_POLL_VALUE

        public static final int TOPIC_TYPE_POLLS_POLL_VALUE
        TOPIC_TYPE_POLLS_POLL = 5;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_TRIVIA_VALUE

        public static final int TOPIC_TYPE_POLLS_TRIVIA_VALUE
        TOPIC_TYPE_POLLS_TRIVIA = 6;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_PREDICTION_VALUE

        public static final int TOPIC_TYPE_POLLS_PREDICTION_VALUE
        TOPIC_TYPE_POLLS_PREDICTION = 7;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_INSIGHT_VALUE

        public static final int TOPIC_TYPE_POLLS_INSIGHT_VALUE
        TOPIC_TYPE_POLLS_INSIGHT = 8;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_TWITTER_VALUE

        public static final int TOPIC_TYPE_POLLS_TWITTER_VALUE
        TOPIC_TYPE_POLLS_TWITTER = 9;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_LINK_VALUE

        public static final int TOPIC_TYPE_LINK_VALUE
        TOPIC_TYPE_LINK = 10;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_MESSAGE_VALUE

        public static final int TOPIC_TYPE_MESSAGE_VALUE
        TOPIC_TYPE_MESSAGE = 11;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_POLLS_PROMOTION_VALUE

        public static final int TOPIC_TYPE_POLLS_PROMOTION_VALUE
         Required to be passed along with a sub-type
         
        TOPIC_TYPE_POLLS_PROMOTION = 12;
        See Also:
        Constant Field Values
      • TOPIC_TYPE_PUBLIC_CHAT_VALUE

        public static final int TOPIC_TYPE_PUBLIC_CHAT_VALUE
        TOPIC_TYPE_PUBLIC_CHAT = 13;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static TopicType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TopicType c : TopicType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TopicType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static TopicType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static TopicType forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<TopicType> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()