Skip to main content

Gcp/gamesconfiguration

@swamp/gcp/gamesconfigurationv2026.04.23.1· 8d agoMODELS
01README

Google Cloud gamesConfiguration infrastructure models

02Models2
@swamp/gcp/gamesconfiguration/achievementconfigurationsv2026.04.23.1achievementconfigurations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
achievementType?enumThe type of the achievement.
draft?objectAn achievement configuration detail.
id?stringThe ID of the achievement.
initialState?enumThe initial state of the achievement.
published?objectAn achievement configuration detail.
stepsToUnlock?numberSteps to unlock. Only applicable to incremental achievements.
token?stringThe token for this resource.
applicationIdstringThe application ID from the Google Play developer console.
fn create()
Create a achievementConfigurations
fn get(identifier: string)
Get a achievementConfigurations
ArgumentTypeDescription
identifierstringThe name of the achievementConfigurations
fn update()
Update achievementConfigurations attributes
fn delete(identifier: string)
Delete the achievementConfigurations
ArgumentTypeDescription
identifierstringThe name of the achievementConfigurations
fn sync()
Sync achievementConfigurations state from GCP

Resources

state(infinite)— An achievement configuration resource.
@swamp/gcp/gamesconfiguration/leaderboardconfigurationsv2026.04.23.1leaderboardconfigurations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
draft?objectA leaderboard configuration detail.
id?stringThe ID of the leaderboard.
published?objectA leaderboard configuration detail.
scoreMax?stringMaximum score that can be posted to this leaderboard.
scoreMin?stringMinimum score that can be posted to this leaderboard.
scoreOrder?enum
token?stringThe token for this resource.
applicationIdstringThe application ID from the Google Play developer console.
fn create()
Create a leaderboardConfigurations
fn get(identifier: string)
Get a leaderboardConfigurations
ArgumentTypeDescription
identifierstringThe name of the leaderboardConfigurations
fn update()
Update leaderboardConfigurations attributes
fn delete(identifier: string)
Delete the leaderboardConfigurations
ArgumentTypeDescription
identifierstringThe name of the leaderboardConfigurations
fn sync()
Sync leaderboardConfigurations state from GCP

Resources

state(infinite)— An leaderboard configuration resource.
03Previous Versions1
2026.04.04.1Apr 4, 2026
  • Updated: achievementconfigurations, leaderboardconfigurations
04Stats
A
100 / 100
Downloads
0
Archive size
21.8 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels