google-apis-cloudfunctions_v2beta 0.33.0 → 0.34.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: d236eeeb77cadaac0ac14e32a22af5bb2aaed51190d29cdb0c98ed72d11c94e5
4
- data.tar.gz: e192529a9f67114fae59ea2bd5e6d22e868bdb802e72ddcae8ff3e57d1a8c002
3
+ metadata.gz: a891f1697ea55038d16406daaa5eb156778581b3be5ca4011682dd2430c2afc4
4
+ data.tar.gz: 1dcb3b9ad6618ffb4316761996778c25e639e1ab8055bbbe5276542f7398aa27
5
5
  SHA512:
6
- metadata.gz: e69a6478bd3c3b8496fa53c46dc1bd479330c46b6412b07bc7d4399b9b427bcc33109770d5380318310a823c3858fd238f07619450b00b65d7f5c6fca6cc52d1
7
- data.tar.gz: 2d0877e04b47a08352fc8ec52ceb346dfdbcf601a04aec4f2f41f32119abdb4a6b355f8cdfd6bd54da4798d3d3a8f259039ddd8089b8c060ef2ef2eeb026b005
6
+ metadata.gz: d888f556de6b4d3f7ea3656c71c94db2f831a984fca5a098453594c38b7314a93c54cd9620b28128ab88c2cf02e4022b04676de56443cfb70b339ca3926db4e5
7
+ data.tar.gz: e6039b76eb0e45d84ec28819cead091b08ceb899a135a00edf0628e210f5f49b63a9d6629805964c070473df0a9392e82a041d137887db18cb73197c73dc4f07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.34.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
3
7
  ### v0.33.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230907
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2beta
18
18
  # Version of the google-apis-cloudfunctions_v2beta gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230907"
25
+ REVISION = "20231102"
26
26
  end
27
27
  end
28
28
  end
@@ -212,9 +212,9 @@ module Google
212
212
  # be attached - the signed URLs provide access to the target bucket using
213
213
  # internal service identity; if credentials were attached, the identity from the
214
214
  # credentials would be used, but that identity does not have permissions to
215
- # upload files to the URL. When making a HTTP PUT request, these two headers
216
- # need to be specified: * `content-type: application/zip` And this header SHOULD
217
- # NOT be specified: * `Authorization: Bearer YOUR_TOKEN`
215
+ # upload files to the URL. When making a HTTP PUT request, specify this header: *
216
+ # `content-type: application/zip` Do not specify this header: * `Authorization:
217
+ # Bearer YOUR_TOKEN`
218
218
  # @param [String] parent
219
219
  # Required. The project and location in which the Google Cloud Storage signed
220
220
  # URL should be generated, specified in the format `projects/*/locations/*`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []