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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a891f1697ea55038d16406daaa5eb156778581b3be5ca4011682dd2430c2afc4
|
4
|
+
data.tar.gz: 1dcb3b9ad6618ffb4316761996778c25e639e1ab8055bbbe5276542f7398aa27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d888f556de6b4d3f7ea3656c71c94db2f831a984fca5a098453594c38b7314a93c54cd9620b28128ab88c2cf02e4022b04676de56443cfb70b339ca3926db4e5
|
7
|
+
data.tar.gz: e6039b76eb0e45d84ec28819cead091b08ceb899a135a00edf0628e210f5f49b63a9d6629805964c070473df0a9392e82a041d137887db18cb73197c73dc4f07
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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,
|
216
|
-
#
|
217
|
-
#
|
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.
|
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-
|
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.
|
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: []
|