google-apis-appengine_v1alpha 0.3.0 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46192dca9a7cd374dfc11785f5e42077d349a3302aa10cb615edec4fe07632c7
|
|
4
|
+
data.tar.gz: 2c015ccffa1717d1c68aee4aeb90d76621a4f8c0ee8c8779d5758b5bf3af8f19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49f28e8777957d836042fb74160d8c9b4964e0776de5e38d5904744a2f893b6a4630deba0d797438a17f120575b430619d993f2c38c12327f49ce050ed6d51bd
|
|
7
|
+
data.tar.gz: 9ddc443533322de57eae3b57f34ac536271913ba32a209aee3c66d8b8dc4d57d9ceec285d413009417581bc20fb3137b88db8338bba6bf4ba037cfb98ba0468e
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1alpha
|
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
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
|
|
@@ -509,11 +509,15 @@ module Google
|
|
|
509
509
|
# @param [String] apps_id
|
|
510
510
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
511
511
|
# @param [String] filter
|
|
512
|
-
#
|
|
512
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
513
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
514
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
513
515
|
# @param [Fixnum] page_size
|
|
514
|
-
# The
|
|
516
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
517
|
+
# default.
|
|
515
518
|
# @param [String] page_token
|
|
516
|
-
#
|
|
519
|
+
# A page token received from the next_page_token field in the response. Send
|
|
520
|
+
# that page token to receive the subsequent page.
|
|
517
521
|
# @param [String] fields
|
|
518
522
|
# Selector specifying which fields to include in a partial response.
|
|
519
523
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-appengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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_v1alpha/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1alpha
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|