Google Play Game Management . scores

Instance Methods

close()

Close httplib2 connections.

reset(leaderboardId, x__xgafv=None)

Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

resetAll(x__xgafv=None)

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

resetAllForAllPlayers(x__xgafv=None)

Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.

resetForAllPlayers(leaderboardId, x__xgafv=None)

Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.

resetMultipleForAllPlayers(body=None, x__xgafv=None)

Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.

Method Details

close()
Close httplib2 connections.
reset(leaderboardId, x__xgafv=None)
Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

Args:
  leaderboardId: string, The ID of the leaderboard. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A list of reset leaderboard entry resources.
  "definitionId": "A String", # The ID of an leaderboard for which player state has been updated.
  "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#playerScoreResetResponse`.
  "resetScoreTimeSpans": [ # The time spans of the updated score. Possible values are: - "`ALL_TIME`" - The score is an all-time score. - "`WEEKLY`" - The score is a weekly score. - "`DAILY`" - The score is a daily score.
    "A String",
  ],
}
resetAll(x__xgafv=None)
Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

Args:
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A list of leaderboard reset resources.
  "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#playerScoreResetAllResponse`.
  "results": [ # The leaderboard reset results.
    { # A list of reset leaderboard entry resources.
      "definitionId": "A String", # The ID of an leaderboard for which player state has been updated.
      "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#playerScoreResetResponse`.
      "resetScoreTimeSpans": [ # The time spans of the updated score. Possible values are: - "`ALL_TIME`" - The score is an all-time score. - "`WEEKLY`" - The score is a weekly score. - "`DAILY`" - The score is a daily score.
        "A String",
      ],
    },
  ],
}
resetAllForAllPlayers(x__xgafv=None)
Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.

Args:
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
resetForAllPlayers(leaderboardId, x__xgafv=None)
Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.

Args:
  leaderboardId: string, The ID of the leaderboard. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
resetMultipleForAllPlayers(body=None, x__xgafv=None)
Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.

Args:
  body: object, The request body.
    The object takes the form of:

{
  "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#scoresResetMultipleForAllRequest`.
  "leaderboard_ids": [ # The IDs of leaderboards to reset.
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format