Package com.streamlayer.inplay.bets
Class ListRequest.Filter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<ListRequest.Filter,ListRequest.Filter.Builder>
-
- com.streamlayer.inplay.bets.ListRequest.Filter
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,ListRequest.FilterOrBuilder
- Enclosing class:
- ListRequest
public static final class ListRequest.Filter extends com.google.protobuf.GeneratedMessageLite<ListRequest.Filter,ListRequest.Filter.Builder> implements ListRequest.FilterOrBuilder
Protobuf typestreamlayer.inplay.bets.ListRequest.Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListRequest.Filter.BuilderProtobuf typestreamlayer.inplay.bets.ListRequest.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 intCOUNTRIES_FIELD_NUMBERstatic intGAMES_FIELD_NUMBERstatic intSPORTS_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)java.lang.StringgetCountries(int index)repeated string countries = 3 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 3 [json_name = "countries"];intgetCountriesCount()repeated string countries = 3 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 3 [json_name = "countries"];static ListRequest.FiltergetDefaultInstance()java.lang.StringgetGames(int index)repeated string games = 1 [json_name = "games"];com.google.protobuf.ByteStringgetGamesBytes(int index)repeated string games = 1 [json_name = "games"];intgetGamesCount()repeated string games = 1 [json_name = "games"];java.util.List<java.lang.String>getGamesList()repeated string games = 1 [json_name = "games"];java.lang.StringgetSports(int index)repeated string sports = 2 [json_name = "sports"];com.google.protobuf.ByteStringgetSportsBytes(int index)repeated string sports = 2 [json_name = "sports"];intgetSportsCount()repeated string sports = 2 [json_name = "sports"];java.util.List<java.lang.String>getSportsList()repeated string sports = 2 [json_name = "sports"];static ListRequest.Filter.BuildernewBuilder()static ListRequest.Filter.BuildernewBuilder(ListRequest.Filter prototype)static ListRequest.FilterparseDelimitedFrom(java.io.InputStream input)static ListRequest.FilterparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.FilterparseFrom(byte[] data)static ListRequest.FilterparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.FilterparseFrom(com.google.protobuf.ByteString data)static ListRequest.FilterparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.FilterparseFrom(com.google.protobuf.CodedInputStream input)static ListRequest.FilterparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.FilterparseFrom(java.io.InputStream input)static ListRequest.FilterparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.FilterparseFrom(java.nio.ByteBuffer data)static ListRequest.FilterparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ListRequest.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
-
GAMES_FIELD_NUMBER
public static final int GAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPORTS_FIELD_NUMBER
public static final int SPORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COUNTRIES_FIELD_NUMBER
public static final int COUNTRIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGamesList
public java.util.List<java.lang.String> getGamesList()
repeated string games = 1 [json_name = "games"];- Specified by:
getGamesListin interfaceListRequest.FilterOrBuilder- Returns:
- A list containing the games.
-
getGamesCount
public int getGamesCount()
repeated string games = 1 [json_name = "games"];- Specified by:
getGamesCountin interfaceListRequest.FilterOrBuilder- Returns:
- The count of games.
-
getGames
public java.lang.String getGames(int index)
repeated string games = 1 [json_name = "games"];- Specified by:
getGamesin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The games at the given index.
-
getGamesBytes
public com.google.protobuf.ByteString getGamesBytes(int index)
repeated string games = 1 [json_name = "games"];- Specified by:
getGamesBytesin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the games at the given index.
-
getSportsList
public java.util.List<java.lang.String> getSportsList()
repeated string sports = 2 [json_name = "sports"];- Specified by:
getSportsListin interfaceListRequest.FilterOrBuilder- Returns:
- A list containing the sports.
-
getSportsCount
public int getSportsCount()
repeated string sports = 2 [json_name = "sports"];- Specified by:
getSportsCountin interfaceListRequest.FilterOrBuilder- Returns:
- The count of sports.
-
getSports
public java.lang.String getSports(int index)
repeated string sports = 2 [json_name = "sports"];- Specified by:
getSportsin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The sports at the given index.
-
getSportsBytes
public com.google.protobuf.ByteString getSportsBytes(int index)
repeated string sports = 2 [json_name = "sports"];- Specified by:
getSportsBytesin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sports at the given index.
-
getCountriesList
public java.util.List<java.lang.String> getCountriesList()
repeated string countries = 3 [json_name = "countries"];- Specified by:
getCountriesListin interfaceListRequest.FilterOrBuilder- Returns:
- A list containing the countries.
-
getCountriesCount
public int getCountriesCount()
repeated string countries = 3 [json_name = "countries"];- Specified by:
getCountriesCountin interfaceListRequest.FilterOrBuilder- Returns:
- The count of countries.
-
getCountries
public java.lang.String getCountries(int index)
repeated string countries = 3 [json_name = "countries"];- Specified by:
getCountriesin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
getCountriesBytes
public com.google.protobuf.ByteString getCountriesBytes(int index)
repeated string countries = 3 [json_name = "countries"];- Specified by:
getCountriesBytesin interfaceListRequest.FilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the countries at the given index.
-
parseFrom
public static ListRequest.Filter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.Filter parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.Filter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.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 ListRequest.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.Filter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.Filter parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.Filter parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListRequest.Filter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListRequest.Filter parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.Filter parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.Filter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ListRequest.Filter.Builder newBuilder()
-
newBuilder
public static ListRequest.Filter.Builder newBuilder(ListRequest.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<ListRequest.Filter,ListRequest.Filter.Builder>
-
getDefaultInstance
public static ListRequest.Filter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ListRequest.Filter> parser()
-
-