google-apis-appengine_v1beta 0.18.0 → 0.19.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: 2d8b4dbc57e8f28a77ccbc261a0327b27576a2736344b417ea8b22b8fe062b9e
4
- data.tar.gz: 1b3f4aa18401d8613b045bb5a1d8d19a36a285186b4fb4721d6ad24b860f7efc
3
+ metadata.gz: 89f4a40fa6e0867d56ac6ebcf6d56e31683b40eb7e61b76067539d3a9eb7a3f9
4
+ data.tar.gz: ef212d8ee696a02040913827ae3486eae56740500fbde4b9bfb6cb29499eafd6
5
5
  SHA512:
6
- metadata.gz: 7696522439ac2cf28abb3b496e48d82b527bfc8d7412565a642dcdc32ec029f0bcf083b14cfbdb57564d069d6970c5ea10c10861b0cd0df3d7783563f3461e70
7
- data.tar.gz: 257b316cffb38e41891a917b72f1998a31c365c3250af56bc5a0e61eef3d4510942b98e48b25b3cc8e9f46b6d18b7c51996234d31def2e4cd1d377f48a3aa06b
6
+ metadata.gz: 7b5464cae0384748f8964a0dac57bd1900ad198dc6d8d2a2cb3d270b7dc76042f055cfea4f662973b733915d677c5399993c0ec5879e71dcc74702c722f8a91e
7
+ data.tar.gz: 300d263d47a53f9703a9ce67829f12f73c51e82822b312579d1c2fdd163702dcfed1921202c771c43538900bde2a1d2a43ad7126f6e40390902aa0c045e231ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.19.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211016
6
+ * Unspecified changes
7
+
3
8
  ### v0.18.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
 
@@ -2421,7 +2421,7 @@ module Google
2421
2421
  # usage and billing reports, enabling fine-grain analysis of costs. An example
2422
2422
  # of using labels is to tag resources belonging to different environments (e.g.,
2423
2423
  # "env=prod", "env=qa"). Label keys and values can be no longer than 63
2424
- # characters, can only contain lowercase letters, numeric characters,
2424
+ # characters and can only contain lowercase letters, numeric characters,
2425
2425
  # underscores, dashes, and international characters. Label keys must start with
2426
2426
  # a lowercase letter or an international character. Each service can have at
2427
2427
  # most 32 labels.
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.18.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
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
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: []
65
65
  require_paths: