Skip to content

Commit b22c5e1

Browse files
feat: Automated regeneration of gamesManagement v1management client (googleapis#22303)
Auto-created at 2025-03-30 10:31:00 +0000 using the toys pull request generator.
1 parent c299f3d commit b22c5e1

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

generated/google-apis-games_management_v1management/.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": "gamesManagement:v1management",
3-
"name_pretty": "Google Play Game Management",
3+
"name_pretty": "Google Play Games Services Management API",
44
"distribution_name": "google-apis-games_management_v1management",
55
"language": "ruby",
66
"library_type": "REST"

generated/google-apis-games_management_v1management/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_management_v1management
22

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

510
* Regenerated from discovery document revision 20241209

generated/google-apis-games_management_v1management/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 V1management of the Google Play Game Management
1+
# Simple REST client for version V1management of the Google Play Games Services Management API
22

3-
This is a simple client library for version V1management of the Google Play Game Management. It provides:
3+
This is a simple client library for version V1management of the Google Play Games Services Management 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 GamesManagement service in particular.)
6767

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

7070
## Which client should I use?
7171

generated/google-apis-games_management_v1management/google-apis-games_management_v1management.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 Management V1management"
9+
gem.summary = "Simple REST client for Google Play Games Services Management API V1management"
1010
gem.description =
11-
"This is the simple REST client for Google Play Game Management V1management." \
11+
"This is the simple REST client for Google Play Games Services Management API V1management." \
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 Management, but note that some" \
17+
" this client to access the Google Play Games Services Management 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_management_v1management/lib/google/apis/games_management_v1management.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 Management
22+
# Google Play Games Services Management API
2323
#
2424
# The Google Play Games Management API allows developers to manage resources
2525
# from the Google Play Game service.
2626
#
2727
# @see https://developers.google.com/games/
2828
module GamesManagementV1management
29-
# Version of the Google Play Game Management this client connects to.
29+
# Version of the Google Play Games Services Management API this client connects to.
3030
# This is NOT the gem version.
3131
VERSION = 'V1management'
3232

generated/google-apis-games_management_v1management/lib/google/apis/games_management_v1management/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 GamesManagementV1management
1818
# Version of the google-apis-games_management_v1management gem
19-
GEM_VERSION = "0.18.0"
19+
GEM_VERSION = "0.19.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_management_v1management/lib/google/apis/games_management_v1management/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 GamesManagementV1management
23-
# Google Play Game Management
23+
# Google Play Games Services Management API
2424
#
2525
# The Google Play Games Management API allows developers to manage resources
2626
# from the Google Play Game service.

0 commit comments

Comments
 (0)