Interface GamePropsSubscriptionRequest.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GamePropsSubscriptionRequest.Filter,GamePropsSubscriptionRequest.Filter.Builder
- Enclosing class:
- GamePropsSubscriptionRequest
public static interface GamePropsSubscriptionRequest.FilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetGameId()int32 game_id = 2 [json_name = "gameId"];java.lang.StringgetSport()string sport = 1 [json_name = "sport"];com.google.protobuf.ByteStringgetSportBytes()string sport = 1 [json_name = "sport"];
-
-
-
Method Detail
-
getSport
java.lang.String getSport()
string sport = 1 [json_name = "sport"];- Returns:
- The sport.
-
getSportBytes
com.google.protobuf.ByteString getSportBytes()
string sport = 1 [json_name = "sport"];- Returns:
- The bytes for sport.
-
getGameId
int getGameId()
int32 game_id = 2 [json_name = "gameId"];- Returns:
- The gameId.
-
-