01README
Google Cloud gamesConfiguration infrastructure models
02Models
@swamp/gcp/gamesconfiguration/achievementconfigurationsv2026.04.23.1achievementconfigurations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| achievementType? | enum | The type of the achievement. |
| draft? | object | An achievement configuration detail. |
| id? | string | The ID of the achievement. |
| initialState? | enum | The initial state of the achievement. |
| published? | object | An achievement configuration detail. |
| stepsToUnlock? | number | Steps to unlock. Only applicable to incremental achievements. |
| token? | string | The token for this resource. |
| applicationId | string | The application ID from the Google Play developer console. |
fn create()
Create a achievementConfigurations
fn get(identifier: string)
Get a achievementConfigurations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the achievementConfigurations |
fn update()
Update achievementConfigurations attributes
fn delete(identifier: string)
Delete the achievementConfigurations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| draft? | object | A leaderboard configuration detail. |
| id? | string | The ID of the leaderboard. |
| published? | object | A leaderboard configuration detail. |
| scoreMax? | string | Maximum score that can be posted to this leaderboard. |
| scoreMin? | string | Minimum score that can be posted to this leaderboard. |
| scoreOrder? | enum | |
| token? | string | The token for this resource. |
| applicationId | string | The application ID from the Google Play developer console. |
fn create()
Create a leaderboardConfigurations
fn get(identifier: string)
Get a leaderboardConfigurations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the leaderboardConfigurations |
fn update()
Update leaderboardConfigurations attributes
fn delete(identifier: string)
Delete the leaderboardConfigurations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the leaderboardConfigurations |
fn sync()
Sync leaderboardConfigurations state from GCP
Resources
state(infinite)— An leaderboard configuration resource.
03Previous Versions
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