google-apis-cloudfunctions_v1 0.3.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78d50f173d2029b4ee8ae19aec4926fcb881ea7e9cf3d427dc1f508c0565a357
|
4
|
+
data.tar.gz: 1d8dbf7e323f23d3e4f3079828e45d3af70aac20bd6964e555166272beef03ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68e2766c4d5b6d640b79b7c061942cdab654013a7d415875d6008c8507e6b1d5d4b2ebc0459aad5496f8aa465221095cd14c1d7792ef1f2a7e9f4b63782d0256
|
7
|
+
data.tar.gz: b2fd2500ea4bd76d571b8935356474c90f233e06dacb1502bf0b6cd05a1b67efc272471047ff7b85c55e97205c06aefaa6dac5c7ff242aba90c40e8a0d7f0388
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudfunctionsV1
|
18
18
|
# Version of the google-apis-cloudfunctions_v1 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 = "20210309"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -136,11 +136,15 @@ module Google
|
|
136
136
|
# @param [String] name
|
137
137
|
# The resource that owns the locations collection, if applicable.
|
138
138
|
# @param [String] filter
|
139
|
-
#
|
139
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
140
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
141
|
+
# AIP-160](https://google.aip.dev/160).
|
140
142
|
# @param [Fixnum] page_size
|
141
|
-
# The
|
143
|
+
# The maximum number of results to return. If not set, the service will select a
|
144
|
+
# default.
|
142
145
|
# @param [String] page_token
|
143
|
-
#
|
146
|
+
# A page token received from the `next_page_token` field in the response. Send
|
147
|
+
# that page token to receive the subsequent page.
|
144
148
|
# @param [String] fields
|
145
149
|
# Selector specifying which fields to include in a partial response.
|
146
150
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudfunctions_v1
|
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-cloudfunctions_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudfunctions_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|