google-apis-cloudfunctions_v2beta 0.42.0 → 0.44.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: f176e1ea716cf57789cf54cf901dddd6f4a61ab60667dee37ff814d62c00bdd7
4
- data.tar.gz: ef8b00b92864e8f9479047b6e7d210e1b0fa401271b9fdc81f0181a3995bda74
3
+ metadata.gz: 7837cc6bc728b114d9dc9123bb4a38128d1d297ab1686f54584d5a27e97cb841
4
+ data.tar.gz: 45fe6835008a0e0d95e2f9a7f2ce1e74f7824089f9f738a0b7287d6b84040482
5
5
  SHA512:
6
- metadata.gz: d845d2ce0ba63bf16fd1ac5e274755b64f179ce1c92b5ff0fb38d8cf50755688788de768f818d9956fb58331e98299f1e5a8e838045d15c0c11048058ef0b307
7
- data.tar.gz: 78f7c9f2b1d33b7b7af806c36bf8a2b5efc57c69ff3b2f5877ac3f7b7c16800808a1b51efa6041ff661e8edfb66b5a2dfd83f87a46983a2561efac4a124c46cf
6
+ metadata.gz: ea6b2a9a5dfb32fc2c0f44dd5a8d1db9527352fb45c2cb53dbe9058c31b80e9354a66d87f01118f6d1f88a03d93e26a85c09ba2caaa3a23a9f6e893350d7de06
7
+ data.tar.gz: aef4b5df673ef8e911919ff1db956aa748976d15104b98351bcf4ecb117494adad3b69c49a325764f8becdf0cde98c690c7885aa7734af482e5dfe5d76f13e4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.44.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.43.0 (2024-03-17)
8
+
9
+ * Regenerated from discovery document revision 20240307
10
+
3
11
  ### v0.42.0 (2024-03-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20240229
@@ -240,10 +240,9 @@ module Google
240
240
 
241
241
  # Docker Registry to use for this deployment. This configuration is only
242
242
  # applicable to 1st Gen functions, 2nd Gen functions can only use Artifact
243
- # Registry. If `docker_repository` field is specified, this field will be
244
- # automatically set as `ARTIFACT_REGISTRY`. If unspecified, it currently
245
- # defaults to `CONTAINER_REGISTRY`. This field may be overridden by the backend
246
- # for eligible deployments.
243
+ # Registry. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `
244
+ # docker_repository` field is specified, this field should either be left
245
+ # unspecified or set to `ARTIFACT_REGISTRY`.
247
246
  # Corresponds to the JSON property `dockerRegistry`
248
247
  # @return [String]
249
248
  attr_accessor :docker_registry
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240229"
25
+ REVISION = "20240307"
26
26
  end
27
27
  end
28
28
  end
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.42.0
4
+ version: 0.44.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: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.44.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: []