google-apis-cloudfunctions_v2alpha 0.19.0 → 0.21.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: e95c9651296e43220cf978542c2886c2354c84b1851a36a6dc8e6234a5bf0da6
4
- data.tar.gz: b45d595b870876a01aa1f05f02d1ef787cc2638d39b86ecfabda5032f734459e
3
+ metadata.gz: 2ee6a317950fabb7f7bbaab6cc2657a912d72a661ba8bcf1f61dc80107a3b11b
4
+ data.tar.gz: 693f6093952ec4c2be4617607cbbcc975f8d66b2c1ed067b600926edf8dfc805
5
5
  SHA512:
6
- metadata.gz: c9b8e50de06f1842a94b7f494312c79248625d1013715de02aa49cfba1266c5ae5c509efb213a0d689a472a02027bda24546846873f54fc594fa117716169e22
7
- data.tar.gz: 4e900825e76008d2d41e42c94069657bd659fbbdd3e0d7e1b19264a07411b43a256dec7c5732dbb94c1f480856e4d38881c1a95145aec1c3d2e9516c1d785e04
6
+ metadata.gz: 81eb0fc1335a43616d51b38909cd0b357541fcc6901d80276f53d84081d7dbe5e2c78b2eec38721808c1475d9b2a486b97a92ecfc54f3a464d58dfbb2c5c362f
7
+ data.tar.gz: 13500590cc1d088ecba84cd15456f4dd6479bef19c7d11b54f182c9151fbf9ba83c74ed8434e7aab4b5942f7482b873dfbebfac7ac691f4b222e0aa3dc14f07e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.21.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.20.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230202
10
+
3
11
  ### v0.19.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230126
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2alpha
18
18
  # Version of the google-apis-cloudfunctions_v2alpha gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230126"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -339,7 +339,10 @@ module Google
339
339
  # list of fields. The default sorting oder is ascending. See https://google.aip.
340
340
  # dev/132#ordering.
341
341
  # @param [Fixnum] page_size
342
- # Maximum number of functions to return per call.
342
+ # Maximum number of functions to return per call. The largest allowed page_size
343
+ # is 1,000, if the page_size is omitted or specified as greater than 1,000 then
344
+ # it will be replaced as 1,000. The size of the list response can be less than
345
+ # specified when used with filters.
343
346
  # @param [String] page_token
344
347
  # The value returned by the last `ListFunctionsResponse`; indicates that this is
345
348
  # a continuation of a prior `ListFunctions` call, and that the system should
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.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: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []