google-apis-appengine_v1beta 0.19.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89f4a40fa6e0867d56ac6ebcf6d56e31683b40eb7e61b76067539d3a9eb7a3f9
4
- data.tar.gz: ef212d8ee696a02040913827ae3486eae56740500fbde4b9bfb6cb29499eafd6
3
+ metadata.gz: 775c652a660ea2d25d7560dc0e56c13dceecedad4d3ca0cc93be01ae18648676
4
+ data.tar.gz: 9c85534793482dd4f6e884b3536e4b604359f51da889a0005acc762b3a6d159d
5
5
  SHA512:
6
- metadata.gz: 7b5464cae0384748f8964a0dac57bd1900ad198dc6d8d2a2cb3d270b7dc76042f055cfea4f662973b733915d677c5399993c0ec5879e71dcc74702c722f8a91e
7
- data.tar.gz: 300d263d47a53f9703a9ce67829f12f73c51e82822b312579d1c2fdd163702dcfed1921202c771c43538900bde2a1d2a43ad7126f6e40390902aa0c045e231ad
6
+ metadata.gz: fd68b398cdace2e557ed5df9d29fa0a8a6891f9e59656805e77c8d4ad2048832c8ee85fb65f8ba1f339b176d5dc19e2c2984bd9d963ceb14746768d2d26d31fa
7
+ data.tar.gz: e04c382b2d40e52994cad7b978b15ce2efe5f17da5e709ad2c677b2eb62dfe8e4501acee6c73dad63b3d1bda87e19943a218491e248dabac6d5f9c071ef28fb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.22.0 (2022-05-13)
4
+
5
+ * Regenerated from discovery document revision 20220509
6
+
7
+ ### v0.21.0 (2022-04-01)
8
+
9
+ * Regenerated from discovery document revision 20220326
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.20.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.19.0 (2021-10-22)
4
17
 
5
18
  * Regenerated from discovery document revision 20211016
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/appengine_v1beta"
51
51
  client = Google::Apis::AppengineV1beta::AppengineService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -888,8 +888,7 @@ module Google
888
888
  # A generic empty message that you can re-use to avoid defining duplicated empty
889
889
  # messages in your APIs. A typical example is to use it as the request or the
890
890
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
891
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
892
- # Empty is empty JSON object ``.
891
+ # protobuf.Empty) returns (google.protobuf.Empty); `
893
892
  class Empty
894
893
  include Google::Apis::Core::Hashable
895
894
 
@@ -2801,8 +2800,8 @@ module Google
2801
2800
  # @return [Google::Apis::AppengineV1beta::ApiConfigHandler]
2802
2801
  attr_accessor :api_config
2803
2802
 
2804
- # app_engine_apis allows second generation runtimes to access the App Engine
2805
- # APIs.
2803
+ # Allows App Engine second generation runtimes to access the legacy bundled
2804
+ # services.
2806
2805
  # Corresponds to the JSON property `appEngineApis`
2807
2806
  # @return [Boolean]
2808
2807
  attr_accessor :app_engine_apis
@@ -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.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.4.1"
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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1beta