Skip to content

Commit 4ae5e74

Browse files
feat: Automated regeneration of appengine v1beta client (#24956)
Auto-created at 2025-11-16 09:26:43 +0000 using the toys pull request generator.
1 parent 8cd1610 commit 4ae5e74

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45923,6 +45923,8 @@
4592345923
"/appengine:v1beta/Version": version
4592445924
"/appengine:v1beta/Version/apiConfig": api_config
4592545925
"/appengine:v1beta/Version/appEngineApis": app_engine_apis
45926+
"/appengine:v1beta/Version/appEngineBundledServices": app_engine_bundled_services
45927+
"/appengine:v1beta/Version/appEngineBundledServices/app_engine_bundled_service": app_engine_bundled_service
4592645928
"/appengine:v1beta/Version/automaticScaling": automatic_scaling
4592745929
"/appengine:v1beta/Version/basicScaling": basic_scaling
4592845930
"/appengine:v1beta/Version/betaSettings": beta_settings

generated/google-apis-appengine_v1beta/CHANGELOG.md

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

3+
### v0.61.0 (2025-11-16)
4+
5+
* Regenerated from discovery document revision 20251110
6+
37
### v0.60.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251103

generated/google-apis-appengine_v1beta/lib/google/apis/appengine_v1beta/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3321,6 +3321,11 @@ class Version
33213321
attr_accessor :app_engine_apis
33223322
alias_method :app_engine_apis?, :app_engine_apis
33233323

3324+
# List of specific App Engine Bundled Services that are enabled for this Version.
3325+
# Corresponds to the JSON property `appEngineBundledServices`
3326+
# @return [Array<String>]
3327+
attr_accessor :app_engine_bundled_services
3328+
33243329
# Automatic scaling is based on request rate, response latencies, and other
33253330
# application metrics.
33263331
# Corresponds to the JSON property `automaticScaling`
@@ -3581,6 +3586,7 @@ def initialize(**args)
35813586
def update!(**args)
35823587
@api_config = args[:api_config] if args.key?(:api_config)
35833588
@app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
3589+
@app_engine_bundled_services = args[:app_engine_bundled_services] if args.key?(:app_engine_bundled_services)
35843590
@automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
35853591
@basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
35863592
@beta_settings = args[:beta_settings] if args.key?(:beta_settings)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AppengineV1beta
1818
# Version of the google-apis-appengine_v1beta gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-appengine_v1beta/lib/google/apis/appengine_v1beta/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
13801380
property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1beta::ApiConfigHandler, decorator: Google::Apis::AppengineV1beta::ApiConfigHandler::Representation
13811381

13821382
property :app_engine_apis, as: 'appEngineApis'
1383+
collection :app_engine_bundled_services, as: 'appEngineBundledServices'
13831384
property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1beta::AutomaticScaling, decorator: Google::Apis::AppengineV1beta::AutomaticScaling::Representation
13841385

13851386
property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1beta::BasicScaling, decorator: Google::Apis::AppengineV1beta::BasicScaling::Representation

0 commit comments

Comments
 (0)