google-apis-appengine_v1 0.4.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/appengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/appengine_v1/service.rb +7 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d15aca414c643d4cfe9c6d2a759e1c591cd0383970290d05124a095ca954948e
|
|
4
|
+
data.tar.gz: 17ac7ade4a3f5383f8efffd23524158373232543656909e43a75ab594e977bf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc1f8d9f7d80438d52c3f10c26fc89a94860030183b7bcfd544ff198cf11e6090b12446400b67f8ca0fd9da42bd7d1435a820e6750814778cc30bbfb9435baba
|
|
7
|
+
data.tar.gz: e6cef2db27efc486e8291044a8ce6cb101e1ec4c2e2c6d54536751bcc1ddc29de53942fbb1ab152883a711b4687a6a59a15713ec199490fbd83eef35ed702317
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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
|
-
#
|
|
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
|
|
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
|
-
#
|
|
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
|
+
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-
|
|
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.
|
|
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: []
|