google-apis-cloudfunctions_v2alpha 0.35.0 → 0.36.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: d5cbf1386934b713f853801c0424391fff2cf1351d8d2a0e95f64dd413c8af77
4
- data.tar.gz: a73f38d66d97a9661196da2c8e3edde2f9b14f4173fb2c686d1d9b68f55f6399
3
+ metadata.gz: 296f29d57a307a0d116c529c231e68369f9cfafcf2d495b0a954994eb7d58ede
4
+ data.tar.gz: 2309d8c65907a6233bb6e6aa1d89ab11c383138690aa147dd9cc29d43a8443c5
5
5
  SHA512:
6
- metadata.gz: 650f796a804fa56a929a06c034bb1c8842ed91a88da75fb058c97828267da99140038cade0594abbbbca035f25100d96a374f3a3b07b4d3749d19098fd97117d
7
- data.tar.gz: bea2714af4a30ae15438e314e216ae54666372c7c4eb35737d0d4c8115c7e2d9273b62fd4e5a7662991546566fb2ad5da6e5f5fdcfbe622e0c4b06037f96ceed
6
+ metadata.gz: aa07342708687409c7b23a8f75c744edf7013fee66d6077fcb4e63d138128485be021806daef0293158409353c37e2284ce9451bb776bba2fef3d9123139aa72
7
+ data.tar.gz: '08172958dbe407a166132f0c399f5dc82c81d7d7eab2767a69e786703863fe84f06df67343e37f2be879e9dde60504982d6ee2373000a8859b5ce9b9f14de86e'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.36.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
3
7
  ### v0.35.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 CloudfunctionsV2alpha
18
18
  # Version of the google-apis-cloudfunctions_v2alpha gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.36.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: []