google-apis-cloudfunctions_v2 0.30.0 → 0.31.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2913554a72dadf27796a5b05c9375fce504dbee4251a9f03671a8c2fb19ae81
|
|
4
|
+
data.tar.gz: 27dc9bd4d26ce3d26138c46bfdf164e37c8ae879ddf4566dde058bc6b99bfffa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a612719d4d58663cad3e8b927e107d2589d713803c2319aec7d9602878679b9c6a4f406b3a3879468979dc3ad7d24ecdd2678fcf39c52bd4ce0465466361d14
|
|
7
|
+
data.tar.gz: 8ac90bc28a5cc48f929772ac2dac9bd0deacf4d3d2f961f3734dc029c1ec360d15be6c309d07afb8ed3410883b0fb5bbf43e5b802cd79a77a4818d7951e83c96
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudfunctionsV2
|
|
18
18
|
# Version of the google-apis-cloudfunctions_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|