Package com.streamlayer.interactive.feed
Class SyncQuestionRequest.SyncQuestionRequestFilter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<SyncQuestionRequest.SyncQuestionRequestFilter,SyncQuestionRequest.SyncQuestionRequestFilter.Builder>
-
- com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder
- Enclosing class:
- SyncQuestionRequest
public static final class SyncQuestionRequest.SyncQuestionRequestFilter extends com.google.protobuf.GeneratedMessageLite<SyncQuestionRequest.SyncQuestionRequestFilter,SyncQuestionRequest.SyncQuestionRequestFilter.Builder> implements SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder
Protobuf typestreamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyncQuestionRequest.SyncQuestionRequestFilter.BuilderProtobuf typestreamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter-
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
-
-
Field Summary
Fields Modifier and Type Field Description static intEVENT_ID_FIELD_NUMBERstatic intTYPES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static SyncQuestionRequest.SyncQuestionRequestFiltergetDefaultInstance()java.lang.StringgetEventId()sport event idcom.google.protobuf.ByteStringgetEventIdBytes()sport event idQuestionTypegetTypes(int index)if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.intgetTypesCount()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.java.util.List<QuestionType>getTypesList()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.intgetTypesValue(int index)if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.java.util.List<java.lang.Integer>getTypesValueList()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.static SyncQuestionRequest.SyncQuestionRequestFilter.BuildernewBuilder()static SyncQuestionRequest.SyncQuestionRequestFilter.BuildernewBuilder(SyncQuestionRequest.SyncQuestionRequestFilter prototype)static SyncQuestionRequest.SyncQuestionRequestFilterparseDelimitedFrom(java.io.InputStream input)static SyncQuestionRequest.SyncQuestionRequestFilterparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(byte[] data)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(com.google.protobuf.ByteString data)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(com.google.protobuf.CodedInputStream input)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(java.io.InputStream input)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(java.nio.ByteBuffer data)static SyncQuestionRequest.SyncQuestionRequestFilterparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SyncQuestionRequest.SyncQuestionRequestFilter>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
-
-
-
-
Field Detail
-
EVENT_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPES_FIELD_NUMBER
public static final int TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventId
public java.lang.String getEventId()
sport event id
string event_id = 1 [json_name = "eventId"];- Specified by:
getEventIdin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Returns:
- The eventId.
-
getEventIdBytes
public com.google.protobuf.ByteString getEventIdBytes()
sport event id
string event_id = 1 [json_name = "eventId"];- Specified by:
getEventIdBytesin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Returns:
- The bytes for eventId.
-
getTypesList
public java.util.List<QuestionType> getTypesList()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Specified by:
getTypesListin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Returns:
- A list containing the types.
-
getTypesCount
public int getTypesCount()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Specified by:
getTypesCountin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Returns:
- The count of types.
-
getTypes
public QuestionType getTypes(int index)
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Specified by:
getTypesin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- 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()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Specified by:
getTypesValueListin interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Returns:
- A list containing the enum numeric values on the wire for types.
-
getTypesValue
public int getTypesValue(int index)
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Specified by:
getTypesValuein interfaceSyncQuestionRequest.SyncQuestionRequestFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of types at the given index.
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static SyncQuestionRequest.SyncQuestionRequestFilter.Builder newBuilder()
-
newBuilder
public static SyncQuestionRequest.SyncQuestionRequestFilter.Builder newBuilder(SyncQuestionRequest.SyncQuestionRequestFilter prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<SyncQuestionRequest.SyncQuestionRequestFilter,SyncQuestionRequest.SyncQuestionRequestFilter.Builder>
-
getDefaultInstance
public static SyncQuestionRequest.SyncQuestionRequestFilter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SyncQuestionRequest.SyncQuestionRequestFilter> parser()
-
-