google-apis-appengine_v1beta 0.60.0 → 0.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3381401f3028695e74b9e9e44d88549e01601ab64f7b37431d90f210c5d29c65
4
- data.tar.gz: c0a0bfe246c6a05f190adf02516fee3826f84c6d04fde25f5d8432edc8508388
3
+ metadata.gz: c021fbb3427ee8de8b8dbb02ae7c790a6df5487ce1148578a4d1e4faae56b7b2
4
+ data.tar.gz: fe8e2cd3b5aeb7589cea0eed5e00be91379e0394062bbb33bd28c3ca7d7e405f
5
5
  SHA512:
6
- metadata.gz: 9e1daf86386ff515f31148330ff9fc10aaaff0494495d1d3504de95f5770c44084685d25d4872b3a939dbd72996f9740fccf1ee49e62782c863720931154ba3d
7
- data.tar.gz: 62e1da0e894e46dc603dbc4560003b660958838ec18b3a35d91c2d1f4076e39cce4d6dff7cf7f8fc88b46b431f8c766cf5b151ce2f34faf625b662d759be1840
6
+ metadata.gz: e7c0e1686a144b1cf4a39c2374e1d93215933118c95c5b948f813ef63ec33d7a670d1835d01fd86a97d03fa598efb7a43aaef982007d350520160691e529ba3f
7
+ data.tar.gz: 342d98fbf0ab8ca006b0e0592372c06f7aea065ca1d4897128636c240cf5fa206e98489f032db6eddb78d53fd53c6a554ab3f9c1c2c785475ab8ed0b48a67505
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.61.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251110
6
+
3
7
  ### v0.60.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251103
@@ -3321,6 +3321,11 @@ module Google
3321
3321
  attr_accessor :app_engine_apis
3322
3322
  alias_method :app_engine_apis?, :app_engine_apis
3323
3323
 
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
+
3324
3329
  # Automatic scaling is based on request rate, response latencies, and other
3325
3330
  # application metrics.
3326
3331
  # Corresponds to the JSON property `automaticScaling`
@@ -3581,6 +3586,7 @@ module Google
3581
3586
  def update!(**args)
3582
3587
  @api_config = args[:api_config] if args.key?(:api_config)
3583
3588
  @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)
3584
3590
  @automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
3585
3591
  @basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
3586
3592
  @beta_settings = args[:beta_settings] if args.key?(:beta_settings)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251103"
25
+ REVISION = "20251110"
26
26
  end
27
27
  end
28
28
  end
@@ -1380,6 +1380,7 @@ module Google
1380
1380
  property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1beta::ApiConfigHandler, decorator: Google::Apis::AppengineV1beta::ApiConfigHandler::Representation
1381
1381
 
1382
1382
  property :app_engine_apis, as: 'appEngineApis'
1383
+ collection :app_engine_bundled_services, as: 'appEngineBundledServices'
1383
1384
  property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1beta::AutomaticScaling, decorator: Google::Apis::AppengineV1beta::AutomaticScaling::Representation
1384
1385
 
1385
1386
  property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1beta::BasicScaling, decorator: Google::Apis::AppengineV1beta::BasicScaling::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.61.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: