Home
last modified time | relevance | path

Searched refs:achievementId (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DAchievements.php42 * @param string $achievementId The ID of the achievement used by this method.
51 public function increment($achievementId, $stepsToIncrement, $optParams = []) argument
87 * @param string $achievementId The ID of the achievement used by this method.
91 public function reveal($achievementId, $optParams = []) argument
93 $params = ['achievementId' => $achievementId];
103 * @param string $achievementId The ID of the achievement used by this method.
108 public function setStepsAtLeast($achievementId, $steps, $optParams = []) argument
110 $params = ['achievementId' => $achievementId, 'steps' => $steps];
118 * @param string $achievementId The ID of the achievement used by this method.
122 public function unlock($achievementId, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/
H A DAchievementConfigurations.php37 * @param string $achievementId The ID of the achievement used by this method.
40 public function delete($achievementId, $optParams = []) argument
42 $params = ['achievementId' => $achievementId];
50 * @param string $achievementId The ID of the achievement used by this method.
54 public function get($achievementId, $optParams = []) argument
56 $params = ['achievementId' => $achievementId];
100 * @param string $achievementId The ID of the achievement used by this method.
105 public function update($achievementId, AchievementConfiguration $postBody, $optParams = []) argument
107 $params = ['achievementId' => $achievementId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/
H A DAchievements.php39 * @param string $achievementId The ID of the achievement used by this method.
43 public function reset($achievementId, $optParams = []) argument
45 $params = ['achievementId' => $achievementId];
81 * @param string $achievementId The ID of the achievement used by this method.
84 public function resetForAllPlayers($achievementId, $optParams = []) argument
86 $params = ['achievementId' => $achievementId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementUpdateRequest.php25 public $achievementId; variable in Google\\Service\\Games\\AchievementUpdateRequest
42 public function setAchievementId($achievementId) argument
44 $this->achievementId = $achievementId;
51 return $this->achievementId;
H A DAchievementUpdateResponse.php25 public $achievementId; variable in Google\\Service\\Games\\AchievementUpdateResponse
50 public function setAchievementId($achievementId) argument
52 $this->achievementId = $achievementId;
59 return $this->achievementId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesConfiguration.php69 'path' => 'games/v1configuration/achievements/{achievementId}',
72 'achievementId' => [
79 'path' => 'games/v1configuration/achievements/{achievementId}',
82 'achievementId' => [
117 'path' => 'games/v1configuration/achievements/{achievementId}',
120 'achievementId' => [
H A DGamesManagement.php71 'path' => 'games/v1management/achievements/{achievementId}/reset',
74 'achievementId' => [
89 'path' => 'games/v1management/achievements/{achievementId}/resetForAllPlayers',
92 'achievementId' => [
H A DGames.php107 'path' => 'games/v1/achievements/{achievementId}/increment',
110 'achievementId' => [
152 'path' => 'games/v1/achievements/{achievementId}/reveal',
155 'achievementId' => [
162 'path' => 'games/v1/achievements/{achievementId}/setStepsAtLeast',
165 'achievementId' => [
177 'path' => 'games/v1/achievements/{achievementId}/unlock',
180 'achievementId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesManagementService.php31 * @param string $achievementId The ID of the achievement used by this method.
35 public function reset($achievementId, $optParams = array()) { argument
36 $params = array('achievementId' => $achievementId);
H A DGoogle_GamesService.php63 * @param string $achievementId The ID of the achievement used by this method.
70 public function increment($achievementId, $stepsToIncrement, $optParams = array()) { argument
71 $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement);
107 * @param string $achievementId The ID of the achievement used by this method.
111 public function reveal($achievementId, $optParams = array()) { argument
112 $params = array('achievementId' => $achievementId);
124 * @param string $achievementId The ID of the achievement used by this method.
128 public function unlock($achievementId, $optParams = array()) { argument
129 $params = array('achievementId' => $achievementId);