Skip to content

Commit 465ec60

Browse files
1 parent ccfb2c6 commit 465ec60

15 files changed

+28
-28
lines changed

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Google Play Game Services Publishing API Client Library for Java
1+
# Google Play Games Services Publishing API Client Library for Java
22

33
The Google Play Game Services Publishing API allows developers to configure their games in Game Services.
44

5-
This page contains information about getting started with the Google Play Game Services Publishing API
5+
This page contains information about getting started with the Google Play Games Services Publishing API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Google Play Game Services Publishing API][javadoc]
9+
* Browse the [Javadoc reference for the Google Play Games Services Publishing API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Google Play Game Services Publishing API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Google Play Games Services Publishing API][api-explorer]
1212

1313
## Installation
1414

@@ -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-gamesConfiguration</artifactId>
25-
<version>v1configuration-rev20221124-2.0.0</version>
25+
<version>v1configuration-rev20250320-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-gamesConfiguration:v1configuration-rev20221124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gamesConfiguration:v1configuration-rev20250320-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/GamesConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class GamesConfiguration extends com.google.api.client.googleapis.service
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the Google Play Game Services Publishing API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the Google Play Games Services Publishing API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/GamesConfigurationScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.gamesConfiguration;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the Google Play Game Services Publishing API.
20+
* Available OAuth 2.0 scopes for use with the Google Play Games Services Publishing API.
2121
*
2222
* @since 1.4
2323
*/

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/AchievementConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* An achievement configuration resource.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/AchievementConfigurationDetail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* An achievement configuration detail.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/AchievementConfigurationListResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A ListConfigurations response.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/GamesNumberAffixConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A number affix resource.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/GamesNumberFormatConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A number format resource.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/LeaderboardConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* An leaderboard configuration resource.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

clients/google-api-services-gamesConfiguration/v1configuration/2.0.0/com/google/api/services/gamesConfiguration/model/LeaderboardConfigurationDetail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A leaderboard configuration detail.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Google Play Game Services Publishing API. For a
23+
* transmitted over HTTP when working with the Google Play Games Services Publishing API. For a
2424
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>

0 commit comments

Comments
 (0)