Google Play Game Services (games:v1)

2023-07-19

4 updated methods

Updates

    Methods
  • games.scores.list

      Parameters:

        collection

          Enum Descriptions:

        • Default value. This value is unused.
        • List all scores in the public leaderboard.
        • (Obsolete) Legacy G+ social scores.
        • List only scores of friends.
        • Type: string

          Required: Yes

          Enum:

        • SCORE_COLLECTION_UNSPECIFIED
        • PUBLIC
        • SOCIAL
        • FRIENDS
        • Description: The collection of scores you're requesting.

          Location: path

          Enumdeprecated:

        • No
        • No
        • Yes
        • No

  • games.scores.listWindow

      Parameters:

        collection

          Enum Descriptions:

        • Default value. This value is unused.
        • List all scores in the public leaderboard.
        • (Obsolete) Legacy G+ social scores.
        • List only scores of friends.
        • Description: The collection of scores you're requesting.

          Enumdeprecated:

        • No
        • No
        • Yes
        • No
        • Enum:

        • SCORE_COLLECTION_UNSPECIFIED
        • PUBLIC
        • SOCIAL
        • FRIENDS
        • Location: path

          Required: Yes

          Type: string

  • games.scores.get

      Parameters:

        includeRankType

          Location: query

          Type: string

          Enum Descriptions:

        • Default value. Should be unused.
        • Retrieve all supported ranks. In HTTP, this parameter value can also be specified as `ALL`.
        • Retrieve public ranks, if the player is sharing their gameplay activity publicly.
        • (Obsolete) Retrieve the social rank.
        • Retrieve the rank on the friends collection.
        • Enumdeprecated:

        • No
        • No
        • No
        • Yes
        • No
        • Description: The types of ranks to return. If the parameter is omitted, no ranks will be returned.

          Enum:

        • INCLUDE_RANK_TYPE_UNSPECIFIED
        • ALL
        • PUBLIC
        • SOCIAL
        • FRIENDS

  • games.players.list

      Parameters:

        collection

          Enumdeprecated:

        • Yes
        • Yes
        • No
        • Location: path

          Required: Yes

          Type: string

          Description: Collection of players being retrieved

          Enum:

        • CONNECTED
        • VISIBLE
        • FRIENDS_ALL
        • Enum Descriptions:

        • Retrieve a list of players that are also playing this game in reverse chronological order.
        • Retrieve a list of players in the user's social graph that are visible to this game.
        • Retrieve a list of players who are friends of the user in alphabetical order.