File tree Expand file tree Collapse file tree
clients/google-api-services-games/v1
com/google/api/services/games/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3030@ SuppressWarnings ("javadoc" )
3131public 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments