Class PickHistoryRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PickHistoryRequest.Builder
      Protobuf type streamlayer.interactive.feed.PickHistoryRequest
      • 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 PickHistoryRequest getDefaultInstance()  
      java.lang.String getEventId()
      string event_id = 3 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 3 [json_name = "eventId"];
      Pagination getPagination()
      .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
      QuestionType getQuestionType​(int index)
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      int getQuestionTypeCount()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      java.util.List<QuestionType> getQuestionTypeList()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      int getQuestionTypeValue​(int index)
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      java.util.List<java.lang.Integer> getQuestionTypeValueList()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      boolean hasPagination()
      .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
      static PickHistoryRequest.Builder newBuilder()  
      static PickHistoryRequest.Builder newBuilder​(PickHistoryRequest prototype)  
      static PickHistoryRequest parseDelimitedFrom​(java.io.InputStream input)  
      static PickHistoryRequest parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistoryRequest parseFrom​(byte[] data)  
      static PickHistoryRequest parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistoryRequest parseFrom​(com.google.protobuf.ByteString data)  
      static PickHistoryRequest parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistoryRequest parseFrom​(com.google.protobuf.CodedInputStream input)  
      static PickHistoryRequest parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistoryRequest parseFrom​(java.io.InputStream input)  
      static PickHistoryRequest parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistoryRequest parseFrom​(java.nio.ByteBuffer data)  
      static PickHistoryRequest parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<PickHistoryRequest> 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

      • getQuestionTypeList

        public java.util.List<QuestionType> getQuestionTypeList()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Specified by:
        getQuestionTypeList in interface PickHistoryRequestOrBuilder
        Returns:
        A list containing the questionType.
      • getQuestionTypeCount

        public int getQuestionTypeCount()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Specified by:
        getQuestionTypeCount in interface PickHistoryRequestOrBuilder
        Returns:
        The count of questionType.
      • getQuestionType

        public QuestionType getQuestionType​(int index)
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Specified by:
        getQuestionType in interface PickHistoryRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The questionType at the given index.
      • getQuestionTypeValueList

        public java.util.List<java.lang.Integer> getQuestionTypeValueList()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Specified by:
        getQuestionTypeValueList in interface PickHistoryRequestOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for questionType.
      • getQuestionTypeValue

        public int getQuestionTypeValue​(int index)
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Specified by:
        getQuestionTypeValue in interface PickHistoryRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of questionType at the given index.
      • getEventId

        public java.lang.String getEventId()
        string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventId in interface PickHistoryRequestOrBuilder
        Returns:
        The eventId.
      • getEventIdBytes

        public com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventIdBytes in interface PickHistoryRequestOrBuilder
        Returns:
        The bytes for eventId.
      • hasPagination

        public boolean hasPagination()
        .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
        Specified by:
        hasPagination in interface PickHistoryRequestOrBuilder
        Returns:
        Whether the pagination field is set.
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

        public static PickHistoryRequest 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<PickHistoryRequest,​PickHistoryRequest.Builder>