google-apis-appengine_v1 0.4.0 → 0.5.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: 5e41d61dd92643fd277cbb8dec048b5cc33dcf1fb30b4af56d93a5ab39518d5f
4
- data.tar.gz: fdfd80a643a24e21e9ab8eb0413632c2de26240bfd014c51499fade7975fc397
3
+ metadata.gz: d15aca414c643d4cfe9c6d2a759e1c591cd0383970290d05124a095ca954948e
4
+ data.tar.gz: 17ac7ade4a3f5383f8efffd23524158373232543656909e43a75ab594e977bf1
5
5
  SHA512:
6
- metadata.gz: 5ef84770b20381009c7bfb56731bca4594cb3fc7801295f2dec40ad372d6f3af8e4fe5c771f599e6ab5c12990d977c9fa0e2b8dbafdae5b45cfbfac88351369e
7
- data.tar.gz: 5229a563bcb54511b4defa06744c0408b94b168cdd3aa5982403e5f4fc193c1a626c5034482663548b50abd26e019ce79c33050a2f7c253bfe26667ab315689f
6
+ metadata.gz: fc1f8d9f7d80438d52c3f10c26fc89a94860030183b7bcfd544ff198cf11e6090b12446400b67f8ca0fd9da42bd7d1435a820e6750814778cc30bbfb9435baba
7
+ data.tar.gz: e6cef2db27efc486e8291044a8ce6cb101e1ec4c2e2c6d54536751bcc1ddc29de53942fbb1ab152883a711b4687a6a59a15713ec199490fbd83eef35ed702317
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.5.0 (2021-03-19)
4
+
5
+ * Regenerated from discovery document revision 20210315
6
+
3
7
  ### v0.4.0 (2021-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210308
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.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 = "20210308"
25
+ REVISION = "20210315"
26
26
  end
27
27
  end
28
28
  end
@@ -863,11 +863,15 @@ module Google
863
863
  # @param [String] apps_id
864
864
  # Part of `name`. The resource that owns the locations collection, if applicable.
865
865
  # @param [String] filter
866
- # The standard list filter.
866
+ # A filter to narrow down results to a preferred subset. The filtering language
867
+ # accepts strings like "displayName=tokyo", and is documented in more detail in
868
+ # AIP-160 (https://google.aip.dev/160).
867
869
  # @param [Fixnum] page_size
868
- # The standard list page size.
870
+ # The maximum number of results to return. If not set, the service will select a
871
+ # default.
869
872
  # @param [String] page_token
870
- # The standard list page token.
873
+ # A page token received from the next_page_token field in the response. Send
874
+ # that page token to receive the subsequent page.
871
875
  # @param [String] fields
872
876
  # Selector specifying which fields to include in a partial response.
873
877
  # @param [String] quota_user
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.4.0
4
+ version: 0.5.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-15 00:00:00.000000000 Z
11
+ date: 2021-03-22 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
57
57
  post_install_message:
58
58
  rdoc_options: []