Interface GamesListRequest.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GamesListRequest.Filter,GamesListRequest.Filter.Builder
- Enclosing class:
- GamesListRequest
public static interface GamesListRequest.FilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetEndDateTime()Use to ask with precise boundaries.com.google.protobuf.ByteStringgetEndDateTimeBytes()Use to ask with precise boundaries.intgetLeagueId()int32 league_id = 2 [json_name = "leagueId"];java.lang.StringgetSport()Deprecated.streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated.com.google.protobuf.ByteStringgetSportBytes()Deprecated.streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated.SportTypegetSportType().streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];intgetSportTypeValue().streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];java.lang.StringgetStartDateTime()Use to ask with precise boundaries.com.google.protobuf.ByteStringgetStartDateTimeBytes()Use to ask with precise boundaries.
-
-
-
Method Detail
-
getSport
@Deprecated java.lang.String getSport()
Deprecated.streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated. See streamlayer/sportsdata/client/games/games.proto;l=56string sport = 1 [json_name = "sport", deprecated = true];- Returns:
- The sport.
-
getSportBytes
@Deprecated com.google.protobuf.ByteString getSportBytes()
Deprecated.streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated. See streamlayer/sportsdata/client/games/games.proto;l=56string sport = 1 [json_name = "sport", deprecated = true];- Returns:
- The bytes for sport.
-
getLeagueId
int getLeagueId()
int32 league_id = 2 [json_name = "leagueId"];- Returns:
- The leagueId.
-
getStartDateTime
java.lang.String getStartDateTime()
Use to ask with precise boundaries. Expected format is an ISO string
string start_date_time = 3 [json_name = "startDateTime"];- Returns:
- The startDateTime.
-
getStartDateTimeBytes
com.google.protobuf.ByteString getStartDateTimeBytes()
Use to ask with precise boundaries. Expected format is an ISO string
string start_date_time = 3 [json_name = "startDateTime"];- Returns:
- The bytes for startDateTime.
-
getEndDateTime
java.lang.String getEndDateTime()
Use to ask with precise boundaries. Expected format is an ISO string
string end_date_time = 4 [json_name = "endDateTime"];- Returns:
- The endDateTime.
-
getEndDateTimeBytes
com.google.protobuf.ByteString getEndDateTimeBytes()
Use to ask with precise boundaries. Expected format is an ISO string
string end_date_time = 4 [json_name = "endDateTime"];- Returns:
- The bytes for endDateTime.
-
getSportTypeValue
int getSportTypeValue()
.streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];- Returns:
- The enum numeric value on the wire for sportType.
-
getSportType
SportType getSportType()
.streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];- Returns:
- The sportType.
-
-