google-apis-appengine_v1beta 0.5.0 → 0.6.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: a6639fd7687f2b6199b437d6d5089419a9b206eb0bd647a8b63cc14d1289fe8d
4
- data.tar.gz: a4ad75e229065f7255b427bf3e8bfcd54b339e600c6e484147eedd7fb428abda
3
+ metadata.gz: 413b0b7824316a0e72785ae608d0b569494c6e0de90a94cfd414cc40c3b9a701
4
+ data.tar.gz: 364737d61f2b7057a28b0117cdd155cbd9433c3f198878250db2cc304df79332
5
5
  SHA512:
6
- metadata.gz: 593e60444d2567e29a8f2baf2cb0aeae83cd77d7cc8b4ac531f2d5239ba7f2409f9f378cb675d671038b261bd99a1d9f4b8f08e3735087e8b5d2827c35c2dfef
7
- data.tar.gz: ad8f5cad51df347431b4e40a88880f0c048ce64fc97890d44603a6c9f3ccc224f904f0dd58b16a6825e03f68499118b3bbf88453943f6dec5dc96fe456599dc0
6
+ metadata.gz: 94d7c7f317d0ceaa10e82dba8eba1b21949991049cd3405783921a37ac2121c5dba097f6f070322a888881c960231ddbbf474739e85a63a81b37e015a17a02e0
7
+ data.tar.gz: e88e632e348e8adfc004efeb8c4e991f9458fea49f1fb06eae1899cb3db0f60975d566a42bb104a7be146a4d5576564774637da43bb78bd5df1a35d9ad39f0d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.6.0 (2021-03-26)
4
+
5
+ * Regenerated from discovery document revision 20210319
6
+
3
7
  ### v0.5.0 (2021-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210315
@@ -32,7 +32,7 @@ module Google
32
32
  # View and manage your applications deployed on Google App Engine
33
33
  AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
34
34
 
35
- # View and manage your data across Google Cloud Platform services
35
+ # See, edit, configure, and delete your Google Cloud Platform data
36
36
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
37
37
 
38
38
  # View your data across Google Cloud Platform services
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20210319"
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.5.0
4
+ version: 0.6.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
57
57
  post_install_message:
58
58
  rdoc_options: []