The "achievementConfigurations" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($achievementId, $optParams=array()) |
| Delete the achievement configuration with the given ID.
|
|
| get ($achievementId, $optParams=array()) |
| Retrieves the metadata of the achievement configuration with the given ID.
|
|
| insert ($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams=array()) |
| Insert a new achievement configuration in this application.
|
|
| listAchievementConfigurations ($applicationId, $optParams=array()) |
| Returns a list of the achievement configurations in this application.
|
|
| patch ($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams=array()) |
| Update the metadata of the achievement configuration with the given ID.
|
|
| update ($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams=array()) |
| Update the metadata of the achievement configuration with the given ID.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "achievementConfigurations" collection of methods.
Typical usage is: $gamesConfigurationService = new Google_Service_GamesConfiguration(...); $achievementConfigurations = $gamesConfigurationService->achievementConfigurations;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_GamesConfiguration_AchievementConfigurations_Resource::delete |
( |
| $achievementId, |
|
|
| $optParams = array() ) |
Delete the achievement configuration with the given ID.
(achievementConfigurations.delete)
- Parameters
-
string | $achievementId | The ID of the achievement used by this method. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_GamesConfiguration_AchievementConfigurations_Resource::get |
( |
| $achievementId, |
|
|
| $optParams = array() ) |
Retrieves the metadata of the achievement configuration with the given ID.
(achievementConfigurations.get)
- Parameters
-
string | $achievementId | The ID of the achievement used by this method. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Insert a new achievement configuration in this application.
(achievementConfigurations.insert)
- Parameters
-
string | $applicationId | The application ID from the Google Play developer console. |
Google_AchievementConfiguration | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAchievementConfigurations()
Google_Service_GamesConfiguration_AchievementConfigurations_Resource::listAchievementConfigurations |
( |
| $applicationId, |
|
|
| $optParams = array() ) |
Returns a list of the achievement configurations in this application.
(achievementConfigurations.listAchievementConfigurations)
- Parameters
-
string | $applicationId | The application ID from the Google Play developer console. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The token returned by the previous request. @opt_param int maxResults The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified maxResults.
- Return values
-
◆ patch()
Update the metadata of the achievement configuration with the given ID.
This method supports patch semantics. (achievementConfigurations.patch)
- Parameters
-
string | $achievementId | The ID of the achievement used by this method. |
Google_AchievementConfiguration | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update the metadata of the achievement configuration with the given ID.
(achievementConfigurations.update)
- Parameters
-
string | $achievementId | The ID of the achievement used by this method. |
Google_AchievementConfiguration | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/GamesConfiguration.php