Skip to content

Commit 56141c7

Browse files
feat: Automated regeneration of gamesConfiguration v1configuration client (googleapis#22327)
Auto-created at 2025-03-30 10:48:47 +0000 using the toys pull request generator.
1 parent 9a7b485 commit 56141c7

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

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

generated/google-apis-games_configuration_v1configuration/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_configuration_v1configuration
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-05-19)
49

510
* Regenerated using generator version 0.15.0

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

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

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

7070
## Which client should I use?
7171

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

generated/google-apis-games_configuration_v1configuration/lib/google/apis/games_configuration_v1configuration/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 GamesConfigurationV1configuration
1818
# Version of the google-apis-games_configuration_v1configuration 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.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

generated/google-apis-games_configuration_v1configuration/lib/google/apis/games_configuration_v1configuration/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 GamesConfigurationV1configuration
23-
# Google Play Game Services Publishing API
23+
# Google Play Games Services Publishing API
2424
#
2525
# The Google Play Game Services Publishing API allows developers to configure
2626
# their games in Game Services.

0 commit comments

Comments
 (0)