Skip to content

Commit 3014406

Browse files
feat: Automated regeneration of games v1 client (googleapis#22306)
Auto-created at 2025-03-30 10:32:22 +0000 using the toys pull request generator.
1 parent b22c5e1 commit 3014406

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

generated/google-apis-games_v1/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api_id": "games:v1",
3-
"name_pretty": "Google Play Game Services",
3+
"name_pretty": "Google Play Games Services API",
44
"distribution_name": "google-apis-games_v1",
55
"language": "ruby",
66
"library_type": "REST"

generated/google-apis-games_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-games_v1
22

3+
### v0.30.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250320
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.29.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241209

generated/google-apis-games_v1/OVERVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Simple REST client for version V1 of the Google Play Game Services
1+
# Simple REST client for version V1 of the Google Play Games Services API
22

3-
This is a simple client library for version V1 of the Google Play Game Services. It provides:
3+
This is a simple client library for version V1 of the Google Play Games Services API. It provides:
44

55
* A client object that connects to the HTTP/JSON REST endpoint for the service.
66
* Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
6565

6666
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Games service in particular.)
6767

68-
For reference information on specific calls in the Google Play Game Services, see the {Google::Apis::GamesV1::GamesService class reference docs}.
68+
For reference information on specific calls in the Google Play Games Services API, see the {Google::Apis::GamesV1::GamesService class reference docs}.
6969

7070
## Which client should I use?
7171

generated/google-apis-games_v1/google-apis-games_v1.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Gem::Specification.new do |gem|
66
gem.version = gem_version
77
gem.authors = ["Google LLC"]
88
gem.email = "[email protected]"
9-
gem.summary = "Simple REST client for Google Play Game Services V1"
9+
gem.summary = "Simple REST client for Google Play Games Services API V1"
1010
gem.description =
11-
"This is the simple REST client for Google Play Game Services V1." \
11+
"This is the simple REST client for Google Play Games Services API V1." \
1212
" Simple REST clients are Ruby client libraries that provide access to" \
1313
" Google services via their HTTP REST API endpoints. These libraries are" \
1414
" generated and updated automatically based on the discovery documents" \
1515
" published by the service, and they handle most concerns such as" \
1616
" authentication, pagination, retry, timeouts, and logging. You can use" \
17-
" this client to access the Google Play Game Services, but note that some" \
17+
" this client to access the Google Play Games Services API, but note that some" \
1818
" services may provide a separate modern client that is easier to use."
1919
gem.homepage = "https://github.com/google/google-api-ruby-client"
2020
gem.license = "Apache-2.0"

generated/google-apis-games_v1/lib/google/apis/games_v1.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
module Google
2121
module Apis
22-
# Google Play Game Services
22+
# Google Play Games Services API
2323
#
2424
# The Google Play Games Service allows developers to enhance games with social
2525
# leaderboards, achievements, game state, sign-in with Google, and more.
2626
#
2727
# @see https://developers.google.com/games/
2828
module GamesV1
29-
# Version of the Google Play Game Services this client connects to.
29+
# Version of the Google Play Games Services API this client connects to.
3030
# This is NOT the gem version.
3131
VERSION = 'V1'
3232

generated/google-apis-games_v1/lib/google/apis/games_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module GamesV1
1818
# Version of the google-apis-games_v1 gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241209"
25+
REVISION = "20250320"
2626
end
2727
end
2828
end

generated/google-apis-games_v1/lib/google/apis/games_v1/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Apis
2222
module GamesV1
23-
# Google Play Game Services
23+
# Google Play Games Services API
2424
#
2525
# The Google Play Games Service allows developers to enhance games with social
2626
# leaderboards, achievements, game state, sign-in with Google, and more.

0 commit comments

Comments
 (0)