google-apis-appengine_v1 0.17.0 → 0.18.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: 28e330f5ea5e78be17485d80494090a27f4d7395ec8440a9b3270748c6f40041
4
- data.tar.gz: b6e15257722f78ea8289ac5f3120a2e8e822be5211fa7b02bd1038ea294117d8
3
+ metadata.gz: c2fc65e3fa70ab1a81ddb3faaac75263f0437d4e610a1984fda76f217414c82f
4
+ data.tar.gz: 4ab3017cf27d9b20bacda6e256359bcd7f5e01804d1383580e68708af1106a6a
5
5
  SHA512:
6
- metadata.gz: 85343ae7c12476ee085386249c97cde98cb905c23c5fb6a429e49d451f32f74e63bc718ae750e8e6a0b4d6097e5cad35713abd637e9646c45b9af6a1e404c748
7
- data.tar.gz: 93707b6dd782c667e4278ab7a056a072e90d007e45daeffee633434e7df5df5aa33692094f9ad15c9aa081c788bbd7a98da0c1f149e7d6c584a491685e6b16ac
6
+ metadata.gz: 2bd36547e4d67bd112895812de8cb40e5d10cf951b7be7418cb0be2efa919763d4e3cbfbad14046330d16ff69892ebd9aa285fe74d5ff95b17cdb1695bd413bb
7
+ data.tar.gz: 1a5e8798dc43339ba235f319b4a359a54fe58ad95fb860a623b8df930eb1cfb35f6056a964b70380804396ff9e7e551f197c73a52b9c322be552b68da8e945e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.18.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211016
6
+ * Unspecified changes
7
+
3
8
  ### v0.17.0 (2021-10-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20211002
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Appengine service in particular.)
67
67
 
@@ -2335,7 +2335,7 @@ module Google
2335
2335
  # usage and billing reports, enabling fine-grain analysis of costs. An example
2336
2336
  # of using labels is to tag resources belonging to different environments (e.g.,
2337
2337
  # "env=prod", "env=qa"). Label keys and values can be no longer than 63
2338
- # characters, can only contain lowercase letters, numeric characters,
2338
+ # characters and can only contain lowercase letters, numeric characters,
2339
2339
  # underscores, dashes, and international characters. Label keys must start with
2340
2340
  # a lowercase letter or an international character. Each service can have at
2341
2341
  # most 32 labels.
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211002"
25
+ REVISION = "20211016"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.17.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
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.18.0
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: []
65
65
  require_paths: