Interface GameMarketsSubscriptionRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      int getGameId()
      int32 game_id = 2 [json_name = "gameId"];
      java.lang.String getSport()
      Deprecated.
      streamlayer.sportsdata.client.bets.GameMarketsSubscriptionRequest.Filter.sport is deprecated.
      com.google.protobuf.ByteString getSportBytes()
      Deprecated.
      streamlayer.sportsdata.client.bets.GameMarketsSubscriptionRequest.Filter.sport is deprecated.
      SportType getSportType()
      .streamlayer.sportsdata.SportType sport_type = 3 [json_name = "sportType"];
      int getSportTypeValue()
      .streamlayer.sportsdata.SportType sport_type = 3 [json_name = "sportType"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getSport

        @Deprecated
        java.lang.String getSport()
        Deprecated.
        streamlayer.sportsdata.client.bets.GameMarketsSubscriptionRequest.Filter.sport is deprecated. See streamlayer/sportsdata/client/bets/bets.proto;l=299
        string sport = 1 [json_name = "sport", deprecated = true];
        Returns:
        The sport.
      • getSportBytes

        @Deprecated
        com.google.protobuf.ByteString getSportBytes()
        Deprecated.
        streamlayer.sportsdata.client.bets.GameMarketsSubscriptionRequest.Filter.sport is deprecated. See streamlayer/sportsdata/client/bets/bets.proto;l=299
        string sport = 1 [json_name = "sport", deprecated = true];
        Returns:
        The bytes for sport.
      • getGameId

        int getGameId()
        int32 game_id = 2 [json_name = "gameId"];
        Returns:
        The gameId.
      • getSportTypeValue

        int getSportTypeValue()
        .streamlayer.sportsdata.SportType sport_type = 3 [json_name = "sportType"];
        Returns:
        The enum numeric value on the wire for sportType.
      • getSportType

        SportType getSportType()
        .streamlayer.sportsdata.SportType sport_type = 3 [json_name = "sportType"];
        Returns:
        The sportType.