google-apis-cloudfunctions_v2alpha 0.52.0 → 0.53.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: b3fcd030aa04ea4ce14b65431f11730d4507012ca0d4c39430c223aca18bc733
4
- data.tar.gz: 2e8a610128b2c369f3ea01c8dcd8952723576df8295793b254ec287602f39f83
3
+ metadata.gz: f40c231c1ccce1dbffcfc14fe99ec4f07faea17d922afed3807ae5a923e18c20
4
+ data.tar.gz: f6054cb8e21355f2c33296ebe1a4f99af4c3476216ede4ffa22628e7f438cc64
5
5
  SHA512:
6
- metadata.gz: 2c4e833f48ed0434b0cf6d5c2a32991b5a8545499a32304f76dbe659b655c276659a1821febeb6d8e1d301cc6e5acb1560dbc647602473363429ca61cd6f52a3
7
- data.tar.gz: a883bcc9dcbe60bb8a8657bbf8a6c8c49a670226f610eb893dba1527e73f5877fabbe8631c125dd1f5b787aa608d9d2c799f979fc9ceed53076300488a72ad8f
6
+ metadata.gz: 5ba4ba37cc3529b926c22e1c364f97e0ed65c33551e94aa7772be639f1119c532c70a028ff8f1e56ee22a748123358a7eef691e724e9a0c63eb4ce5a7c21bfb4
7
+ data.tar.gz: f83d3b4c6fc77c82e1aa112c1da5d5066b3ab035c14f67233e8ab5ae6ddfe4205dc02929570397b0c42ff67c69e2ef087cb702d0b3480702944f1ad60ba31425
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.53.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250424
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.52.0 (2025-04-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20250410
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/functions) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -240,12 +240,12 @@ 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. Deprecated: Container Registry option will no longer be available
244
- # after March 2025: https://cloud.google.com/artifact-registry/docs/transition/
245
- # transition-from-gcr Please use Artifact Registry instead, which is the default
246
- # choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `
247
- # docker_repository` field is specified, this field should either be left
248
- # unspecified or set to `ARTIFACT_REGISTRY`.
243
+ # Registry. Deprecated: as of March 2025, `CONTAINER_REGISTRY` option is no
244
+ # longer available in response to Container Registry's deprecation: https://
245
+ # cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please
246
+ # use Artifact Registry instead, which is the default choice. If unspecified, it
247
+ # defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified,
248
+ # this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
249
249
  # Corresponds to the JSON property `dockerRegistry`
250
250
  # @return [String]
251
251
  attr_accessor :docker_registry
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250410"
25
+ REVISION = "20250424"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.53.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Functions API V2alpha
79
79
  test_files: []