Interface ListRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowClosedMarkets()
      bool allow_closed_markets = 4 [json_name = "allowClosedMarkets"];
      java.lang.String getCountries​(int index)
      repeated string countries = 3 [json_name = "countries"];
      com.google.protobuf.ByteString getCountriesBytes​(int index)
      repeated string countries = 3 [json_name = "countries"];
      int getCountriesCount()
      repeated string countries = 3 [json_name = "countries"];
      java.util.List<java.lang.String> getCountriesList()
      repeated string countries = 3 [json_name = "countries"];
      java.lang.String getGames​(int index)
      repeated string games = 1 [json_name = "games"];
      com.google.protobuf.ByteString getGamesBytes​(int index)
      repeated string games = 1 [json_name = "games"];
      int getGamesCount()
      repeated string games = 1 [json_name = "games"];
      java.util.List<java.lang.String> getGamesList()
      repeated string games = 1 [json_name = "games"];
      java.lang.String getSports​(int index)
      repeated string sports = 2 [json_name = "sports"];
      com.google.protobuf.ByteString getSportsBytes​(int index)
      repeated string sports = 2 [json_name = "sports"];
      int getSportsCount()
      repeated string sports = 2 [json_name = "sports"];
      java.util.List<java.lang.String> getSportsList()
      repeated string sports = 2 [json_name = "sports"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getGamesList

        java.util.List<java.lang.String> getGamesList()
        repeated string games = 1 [json_name = "games"];
        Returns:
        A list containing the games.
      • getGamesCount

        int getGamesCount()
        repeated string games = 1 [json_name = "games"];
        Returns:
        The count of games.
      • getGames

        java.lang.String getGames​(int index)
        repeated string games = 1 [json_name = "games"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The games at the given index.
      • getGamesBytes

        com.google.protobuf.ByteString getGamesBytes​(int index)
        repeated string games = 1 [json_name = "games"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The games at the given index.
      • getSportsList

        java.util.List<java.lang.String> getSportsList()
        repeated string sports = 2 [json_name = "sports"];
        Returns:
        A list containing the sports.
      • getSportsCount

        int getSportsCount()
        repeated string sports = 2 [json_name = "sports"];
        Returns:
        The count of sports.
      • getSports

        java.lang.String getSports​(int index)
        repeated string sports = 2 [json_name = "sports"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The sports at the given index.
      • getSportsBytes

        com.google.protobuf.ByteString getSportsBytes​(int index)
        repeated string sports = 2 [json_name = "sports"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The sports at the given index.
      • getCountriesList

        java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        A list containing the countries.
      • getCountriesCount

        int getCountriesCount()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        The count of countries.
      • getCountries

        java.lang.String getCountries​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getCountriesBytes

        com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getAllowClosedMarkets

        boolean getAllowClosedMarkets()
        bool allow_closed_markets = 4 [json_name = "allowClosedMarkets"];
        Returns:
        The allowClosedMarkets.