Class StatsRequest.StatsRequestFilter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StatsRequest.StatsRequestFilter.Builder
      Protobuf type streamlayer.interactive.question.StatsRequest.StatsRequestFilter
      • 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 Detail

      • getTypeValue

        @Deprecated
        public int getTypeValue()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Specified by:
        getTypeValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • getType

        @Deprecated
        public QuestionType getType()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Specified by:
        getType in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The type.
      • getStatusValue

        @Deprecated
        public int getStatusValue()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=222
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Specified by:
        getStatusValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        @Deprecated
        public QuestionStatus getStatus()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=222
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Specified by:
        getStatus in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The status.
      • getStatuses

        public QuestionStatus getStatuses​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatuses in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The statuses at the given index.
      • getStatusesValueList

        public java.util.List<java.lang.Integer> getStatusesValueList()
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatusesValueList in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for statuses.
      • getStatusesValue

        public int getStatusesValue​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatusesValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of statuses at the given index.
      • getTypes

        public QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypes in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The types at the given index.
      • getTypesValueList

        public java.util.List<java.lang.Integer> getTypesValueList()
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypesValueList in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for types.
      • getTypesValue

        public int getTypesValue​(int index)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypesValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of types at the given index.
      • getIds

        public java.lang.String getIds​(int index)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Specified by:
        getIds in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        public com.google.protobuf.ByteString getIdsBytes​(int index)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Specified by:
        getIdsBytes in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ids at the given index.
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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