Package com.streamlayer.inplay
Class ListSportsRequest.Filter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<ListSportsRequest.Filter,ListSportsRequest.Filter.Builder>
-
- com.streamlayer.inplay.ListSportsRequest.Filter
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,ListSportsRequest.FilterOrBuilder
- Enclosing class:
- ListSportsRequest
public static final class ListSportsRequest.Filter extends com.google.protobuf.GeneratedMessageLite<ListSportsRequest.Filter,ListSportsRequest.Filter.Builder> implements ListSportsRequest.FilterOrBuilder
Protobuf typestreamlayer.inplay.ListSportsRequest.Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListSportsRequest.Filter.BuilderProtobuf typestreamlayer.inplay.ListSportsRequest.Filter-
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 intALLOW_CLOSED_MARKETS_FIELD_NUMBERstatic intALLOW_PAST_FIELD_NUMBERstatic intSYNCED_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)booleangetAllowClosedMarkets()set to true to include disqualified markets(i.e.booleangetAllowPast()set to true to include games that scheduled prior to 00:00 of current daystatic ListSportsRequest.FiltergetDefaultInstance()booleangetSynced()set to true to filter-out games without Sportradar IDstatic ListSportsRequest.Filter.BuildernewBuilder()static ListSportsRequest.Filter.BuildernewBuilder(ListSportsRequest.Filter prototype)static ListSportsRequest.FilterparseDelimitedFrom(java.io.InputStream input)static ListSportsRequest.FilterparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSportsRequest.FilterparseFrom(byte[] data)static ListSportsRequest.FilterparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSportsRequest.FilterparseFrom(com.google.protobuf.ByteString data)static ListSportsRequest.FilterparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSportsRequest.FilterparseFrom(com.google.protobuf.CodedInputStream input)static ListSportsRequest.FilterparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSportsRequest.FilterparseFrom(java.io.InputStream input)static ListSportsRequest.FilterparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSportsRequest.FilterparseFrom(java.nio.ByteBuffer data)static ListSportsRequest.FilterparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ListSportsRequest.Filter>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
-
ALLOW_CLOSED_MARKETS_FIELD_NUMBER
public static final int ALLOW_CLOSED_MARKETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOW_PAST_FIELD_NUMBER
public static final int ALLOW_PAST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SYNCED_FIELD_NUMBER
public static final int SYNCED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllowClosedMarkets
public boolean getAllowClosedMarkets()
set to true to include disqualified markets(i.e. closed or expired)"
bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];- Specified by:
getAllowClosedMarketsin interfaceListSportsRequest.FilterOrBuilder- Returns:
- The allowClosedMarkets.
-
getAllowPast
public boolean getAllowPast()
set to true to include games that scheduled prior to 00:00 of current day
bool allow_past = 2 [json_name = "allowPast"];- Specified by:
getAllowPastin interfaceListSportsRequest.FilterOrBuilder- Returns:
- The allowPast.
-
getSynced
public boolean getSynced()
set to true to filter-out games without Sportradar ID
bool synced = 3 [json_name = "synced"];- Specified by:
getSyncedin interfaceListSportsRequest.FilterOrBuilder- Returns:
- The synced.
-
parseFrom
public static ListSportsRequest.Filter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListSportsRequest.Filter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListSportsRequest.Filter parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListSportsRequest.Filter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ListSportsRequest.Filter.Builder newBuilder()
-
newBuilder
public static ListSportsRequest.Filter.Builder newBuilder(ListSportsRequest.Filter 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<ListSportsRequest.Filter,ListSportsRequest.Filter.Builder>
-
getDefaultInstance
public static ListSportsRequest.Filter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ListSportsRequest.Filter> parser()
-
-