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: 1ae058f30984ba5501b1fe4c72e97d3552419f1b2c1e8d64b13894fadc92123d
4
- data.tar.gz: 3e5d4676729f4ae6f84b54bb361a74177d224d2c5e3a8caaf4800e48b80f6582
3
+ metadata.gz: c2913554a72dadf27796a5b05c9375fce504dbee4251a9f03671a8c2fb19ae81
4
+ data.tar.gz: 27dc9bd4d26ce3d26138c46bfdf164e37c8ae879ddf4566dde058bc6b99bfffa
5
5
  SHA512:
6
- metadata.gz: 43253ff326f578b601db2232ab0319d2563b149576686216ab332060bd24b3828bc10251c1951f9b55261db961c06492536456f76b5bc4321e60a98cfeb2ea2c
7
- data.tar.gz: efd6471fa9c52fd7810aa5353a81b27bd8ab6f5e4c75543f70cb227f16650bf48ed90dffb9c3f8d081f4f1db9cd32f7aa06d78b5a1abd38d204243c01cdb590e
6
+ metadata.gz: 1a612719d4d58663cad3e8b927e107d2589d713803c2319aec7d9602878679b9c6a4f406b3a3879468979dc3ad7d24ecdd2678fcf39c52bd4ce0465466361d14
7
+ data.tar.gz: 8ac90bc28a5cc48f929772ac2dac9bd0deacf4d3d2f961f3734dc029c1ec360d15be6c309d07afb8ed3410883b0fb5bbf43e5b802cd79a77a4818d7951e83c96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.31.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
3
7
  ### v0.30.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 CloudfunctionsV2
18
18
  # Version of the google-apis-cloudfunctions_v2 gem
19
- GEM_VERSION = "0.30.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 = "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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.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-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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.30.0
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: []