google-apis-appengine_v1 0.76.0 → 0.77.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: 38c60b820390133d4b9f3f86856058ad144e09edcb1ba3654a976a76077d85a1
4
- data.tar.gz: c1a4c6e3f5d2a1c2e2d1abdf2e0a943b3c0f54875d858d34d08aa792919dd3da
3
+ metadata.gz: cf83a36728bbbdf706522947c1c15b24c6e939a1fbf958c5204534cf31bd23a9
4
+ data.tar.gz: 4ba8c1efc3d6cb23954d3159af187fd6c10bcf6a8aa4f37ed0a93c7605bb0b6e
5
5
  SHA512:
6
- metadata.gz: 89f12b90ab9bb08d06fcfc6835df26a309a45ff46719f3ba50c6418bb52039d2471b5cd251e064c847248b580dccd7b3ef2c7c519945953baa587071ea4a11f4
7
- data.tar.gz: 53d43f19ad1dfc1b01baa047e528df0a151709c01d65b8721fa3c6496b649e0ad466980b396f1c60f0d5271200a01373b35759219db031fcc2a0998641db53af
6
+ metadata.gz: 7af279f4b81632ed821090ae6606c4f5cbcdd5f84e2e28de12d698e026dec6a0ad6e0c193f8daba76fa96a219f196c209390bed22365b5fb4097910c573b9cf6
7
+ data.tar.gz: 410925c3d2cd0fddae7bac33c57b709fd5c4d704696c7c134465f8234c242cc794134a1db67699005398fad1f8d3ac4cbe192067e88a90e2157ffa196ab86d58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.77.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260717
6
+
3
7
  ### v0.76.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -3249,6 +3249,11 @@ module Google
3249
3249
  attr_accessor :app_engine_apis
3250
3250
  alias_method :app_engine_apis?, :app_engine_apis
3251
3251
 
3252
+ # List of specific App Engine Bundled Services that are enabled for this Version.
3253
+ # Corresponds to the JSON property `appEngineBundledServices`
3254
+ # @return [Array<String>]
3255
+ attr_accessor :app_engine_bundled_services
3256
+
3252
3257
  # Automatic scaling is based on request rate, response latencies, and other
3253
3258
  # application metrics.
3254
3259
  # Corresponds to the JSON property `automaticScaling`
@@ -3504,6 +3509,7 @@ module Google
3504
3509
  def update!(**args)
3505
3510
  @api_config = args[:api_config] if args.key?(:api_config)
3506
3511
  @app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
3512
+ @app_engine_bundled_services = args[:app_engine_bundled_services] if args.key?(:app_engine_bundled_services)
3507
3513
  @automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
3508
3514
  @basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
3509
3515
  @beta_settings = args[:beta_settings] if args.key?(:beta_settings)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1
18
18
  # Version of the google-apis-appengine_v1 gem
19
- GEM_VERSION = "0.76.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260429"
25
+ REVISION = "20260717"
26
26
  end
27
27
  end
28
28
  end
@@ -1334,6 +1334,7 @@ module Google
1334
1334
  property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1::ApiConfigHandler, decorator: Google::Apis::AppengineV1::ApiConfigHandler::Representation
1335
1335
 
1336
1336
  property :app_engine_apis, as: 'appEngineApis'
1337
+ collection :app_engine_bundled_services, as: 'appEngineBundledServices'
1337
1338
  property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1::AutomaticScaling, decorator: Google::Apis::AppengineV1::AutomaticScaling::Representation
1338
1339
 
1339
1340
  property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1::BasicScaling, decorator: Google::Apis::AppengineV1::BasicScaling::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.77.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.77.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
62
62
  rdoc_options: []
63
63
  require_paths: