Interface LeaguesListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
LeaguesListRequest,LeaguesListRequest.Builder
public interface LeaguesListRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetSport()Deprecated.streamlayer.sportsdata.client.games.LeaguesListRequest.sport is deprecated.com.google.protobuf.ByteStringgetSportBytes()Deprecated.streamlayer.sportsdata.client.games.LeaguesListRequest.sport is deprecated.SportTypegetSportType().streamlayer.sportsdata.SportType sport_type = 2 [json_name = "sportType"];intgetSportTypeValue().streamlayer.sportsdata.SportType sport_type = 2 [json_name = "sportType"];
-
-
-
Method Detail
-
getSport
@Deprecated java.lang.String getSport()
Deprecated.streamlayer.sportsdata.client.games.LeaguesListRequest.sport is deprecated. See streamlayer/sportsdata/client/games/games.proto;l=88string sport = 1 [json_name = "sport", deprecated = true];- Returns:
- The sport.
-
getSportBytes
@Deprecated com.google.protobuf.ByteString getSportBytes()
Deprecated.streamlayer.sportsdata.client.games.LeaguesListRequest.sport is deprecated. See streamlayer/sportsdata/client/games/games.proto;l=88string sport = 1 [json_name = "sport", deprecated = true];- Returns:
- The bytes for sport.
-
getSportTypeValue
int getSportTypeValue()
.streamlayer.sportsdata.SportType sport_type = 2 [json_name = "sportType"];- Returns:
- The enum numeric value on the wire for sportType.
-
getSportType
SportType getSportType()
.streamlayer.sportsdata.SportType sport_type = 2 [json_name = "sportType"];- Returns:
- The sportType.
-
-