google-apis-appengine_v1 0.19.0 → 0.22.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: eccc69376e298c5b41e3c314ff97ecf4b4786f11906c399b258ea25d719a7893
4
- data.tar.gz: f0058c9a138b341c5718e4bb6a5f0614aeeb492a593b6c953e5fe585de9c8d9c
3
+ metadata.gz: 9802344e9ff5ed2eaa9ddfd536729ec9f9c32d0f4b354361ff6dac9e124e3ff5
4
+ data.tar.gz: d0b9e1c8d3cce6d6b3a4a371cf1eb78c632530a74edea78e79fd820987d639d7
5
5
  SHA512:
6
- metadata.gz: 7fec7596b3e1ed00964101f6e76c141e542bc13c6b0e6ff10891984c38b663a1902a4e33b9b1dd3dfc596ce2ae92110dad5fba1c38ab443bb8d7a66ea16e7f3f
7
- data.tar.gz: ac930a48c092125fd8fa5705f55e73b6769108831e0e425d3c2e5ae3ade57405e222fa13c5c5d5f83e1e6400de2d6865f1af77e73bb657a378f3379e3f686df1
6
+ metadata.gz: 5be180974fa70dccdc2de0a74f0c5ae850da9c542d3ea0fd95b5e142f66fdf7a0e8402cb5356c688061841c471840bfedea17b7929d0ea205a03050629cb1960
7
+ data.tar.gz: 46d72ef919b86734a152a62a3736e3badc1ad07d95520b0094039a6c23c938e3791d07079135e076113fd77ac4551e45680708a5874805a6048981ff82938c4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.22.0 (2022-06-04)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.21.0 (2022-05-13)
8
+
9
+ * Regenerated from discovery document revision 20220509
10
+
11
+ ### v0.20.0 (2022-04-01)
12
+
13
+ * Regenerated from discovery document revision 20220326
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.19.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -809,8 +809,7 @@ module Google
809
809
  # A generic empty message that you can re-use to avoid defining duplicated empty
810
810
  # messages in your APIs. A typical example is to use it as the request or the
811
811
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
812
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
813
- # Empty is empty JSON object ``.
812
+ # protobuf.Empty) returns (google.protobuf.Empty); `
814
813
  class Empty
815
814
  include Google::Apis::Core::Hashable
816
815
 
@@ -2715,6 +2714,13 @@ module Google
2715
2714
  # @return [Google::Apis::AppengineV1::ApiConfigHandler]
2716
2715
  attr_accessor :api_config
2717
2716
 
2717
+ # Allows App Engine second generation runtimes to access the legacy bundled
2718
+ # services.
2719
+ # Corresponds to the JSON property `appEngineApis`
2720
+ # @return [Boolean]
2721
+ attr_accessor :app_engine_apis
2722
+ alias_method :app_engine_apis?, :app_engine_apis
2723
+
2718
2724
  # Automatic scaling is based on request rate, response latencies, and other
2719
2725
  # application metrics.
2720
2726
  # Corresponds to the JSON property `automaticScaling`
@@ -2957,6 +2963,7 @@ module Google
2957
2963
  # Update properties of this object
2958
2964
  def update!(**args)
2959
2965
  @api_config = args[:api_config] if args.key?(:api_config)
2966
+ @app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
2960
2967
  @automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
2961
2968
  @basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
2962
2969
  @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.19.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211016"
25
+ REVISION = "20220509"
26
26
  end
27
27
  end
28
28
  end
@@ -1142,6 +1142,7 @@ module Google
1142
1142
  class Representation < Google::Apis::Core::JsonRepresentation
1143
1143
  property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1::ApiConfigHandler, decorator: Google::Apis::AppengineV1::ApiConfigHandler::Representation
1144
1144
 
1145
+ property :app_engine_apis, as: 'appEngineApis'
1145
1146
  property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1::AutomaticScaling, decorator: Google::Apis::AppengineV1::AutomaticScaling::Representation
1146
1147
 
1147
1148
  property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1::BasicScaling, decorator: Google::Apis::AppengineV1::BasicScaling::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1