google-apis-cloudfunctions_v1 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: 1a489ba516745ad23c5e3809bc613d6aada80d42ff84d3789fd80d05b336c102
4
- data.tar.gz: 860b2e516d406cdf576a0e4f48c6c79ca35850d920cfc52556caa3610f541ca6
3
+ metadata.gz: 78d50f173d2029b4ee8ae19aec4926fcb881ea7e9cf3d427dc1f508c0565a357
4
+ data.tar.gz: 1d8dbf7e323f23d3e4f3079828e45d3af70aac20bd6964e555166272beef03ff
5
5
  SHA512:
6
- metadata.gz: fdabe156db135c7ee6b28d46564a5772a98d6b51dd3395ccc78ce8df4f79e2cc76060e8515ea130c143a487104e9bb975b1f670491fa90af934300881203396d
7
- data.tar.gz: 248411df7ba32ae69faa9fb63cd440b3bb27fe5373f120fa5fcf98643d9519e62fe591134adb6fedb1ebd389d4c13855ed9ea377c2f2739538cd7f39410b1315
6
+ metadata.gz: 68e2766c4d5b6d640b79b7c061942cdab654013a7d415875d6008c8507e6b1d5d4b2ebc0459aad5496f8aa465221095cd14c1d7792ef1f2a7e9f4b63782d0256
7
+ data.tar.gz: b2fd2500ea4bd76d571b8935356474c90f233e06dacb1502bf0b6cd05a1b67efc272471047ff7b85c55e97205c06aefaa6dac5c7ff242aba90c40e8a0d7f0388
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.4.0 (2021-03-18)
4
+
5
+ * Regenerated from discovery document revision 20210309
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -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.3.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210114"
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
- # The standard list filter.
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 standard list page size.
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
- # The standard list page token.
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.3.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-08 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-cloudfunctions_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.3.0
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: []