Interface GamesListRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getEndDateTime()
      Use to ask with precise boundaries.
      com.google.protobuf.ByteString getEndDateTimeBytes()
      Use to ask with precise boundaries.
      int getLeagueId()
      int32 league_id = 2 [json_name = "leagueId"];
      java.lang.String getSport()
      Deprecated.
      streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated.
      com.google.protobuf.ByteString getSportBytes()
      Deprecated.
      streamlayer.sportsdata.client.games.GamesListRequest.Filter.sport is deprecated.
      SportType getSportType()
      .streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];
      int getSportTypeValue()
      .streamlayer.sportsdata.SportType sport_type = 5 [json_name = "sportType"];
      java.lang.String getStartDateTime()
      Use to ask with precise boundaries.
      com.google.protobuf.ByteString getStartDateTimeBytes()
      Use to ask with precise boundaries.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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=56
        string 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=56
        string 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.