Skip to content

Commit 5499ed0

Browse files
1 parent 6a01905 commit 5499ed0

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

clients/google-api-services-games/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-games</artifactId>
25-
<version>v1-rev20251003-2.0.0</version>
25+
<version>v1-rev20260416-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-games:v1-rev20251003-2.0.0'
38+
implementation 'com.google.apis:google-api-services-games:v1-rev20260416-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-games/v1/2.0.0/com/google/api/services/games/model/AchievementDefinition.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class AchievementDefinition extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. The lifecycle state of the achievement.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String achievementLifecycleState;
39+
3340
/**
3441
* The type of the achievement.
3542
* The value may be {@code null}.
@@ -124,6 +131,23 @@ public final class AchievementDefinition extends com.google.api.client.json.Gene
124131
@com.google.api.client.util.Key
125132
private java.lang.String unlockedIconUrl;
126133

134+
/**
135+
* Output only. The lifecycle state of the achievement.
136+
* @return value or {@code null} for none
137+
*/
138+
public java.lang.String getAchievementLifecycleState() {
139+
return achievementLifecycleState;
140+
}
141+
142+
/**
143+
* Output only. The lifecycle state of the achievement.
144+
* @param achievementLifecycleState achievementLifecycleState or {@code null} for none
145+
*/
146+
public AchievementDefinition setAchievementLifecycleState(java.lang.String achievementLifecycleState) {
147+
this.achievementLifecycleState = achievementLifecycleState;
148+
return this;
149+
}
150+
127151
/**
128152
* The type of the achievement.
129153
* @return value or {@code null} for none

clients/google-api-services-games/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-games</artifactId>
11-
<version>v1-rev20251003-2.0.0</version>
12-
<name>Google Play Games Services API v1-rev20251003-2.0.0</name>
11+
<version>v1-rev20260416-2.0.0</version>
12+
<name>Google Play Games Services API v1-rev20260416-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-games/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-games</artifactId>
25-
<version>v1-rev20251003-2.0.0</version>
25+
<version>v1-rev20260416-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-games:v1-rev20251003-2.0.0'
38+
implementation 'com.google.apis:google-api-services-games:v1-rev20260416-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)