google-apis-cloudfunctions_v2beta 0.51.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: d4cbf2c314e9330e04a78c4e0f8fa14fbb05cc1e579c209a265a9c59e634dccf
4
- data.tar.gz: a2fc4c869004203e00be1fc39339ba97b58e18dc65b49f5fb07ae5834c61d914
3
+ metadata.gz: 270a0bf1f4a5eb3a599b90c113c89d887e36638edddb3563aa58769a49f49c20
4
+ data.tar.gz: 567a94d958d3ff8937801c02c79f25392348f448682fda5608b4c13bacfbb7d7
5
5
  SHA512:
6
- metadata.gz: ef6dc6718bab84ab0de1cffd27978c810227b827612c9f0ebd0001760ffd62cd41d3673c1cb71688580c748da1ec73b096ba2bc2831f1f7b1d205573be6c5ef9
7
- data.tar.gz: 43073fd05acc596dc5661bc81daef453701bf1a344054d06de01bb2da265058e132a8336e7ee2c4bc230372835bb5b35233b2cec82ec4e35f8eee9cec3f82586
6
+ metadata.gz: 1d6218e232d074487785c4456bb43e4cd102cdda1a97779b71e3986e6531640eb54b2998d836c6fb3628d7a2214035adc0114a58e7d149e320daf033e2b5da78
7
+ data.tar.gz: a69277845ea1f58ef2b3dd886825c56dc3f850dcbeb1028525e0b78d0add5a835891a1b3479c1d75fa4a504b9a763a2db6dcab3ec82432f06467e4715effd885
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.53.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250908
6
+
7
+ ### v0.52.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250814
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.51.0 (2025-05-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20250424
@@ -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.51.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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250424"
25
+ REVISION = "20250908"
26
26
  end
27
27
  end
28
28
  end
@@ -55,8 +55,8 @@ module Google
55
55
  # @param [String] name
56
56
  # The resource that owns the locations collection, if applicable.
57
57
  # @param [Array<String>, String] extra_location_types
58
- # Optional. A list of extra location types that should be used as conditions for
59
- # controlling the visibility of the locations.
58
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
59
+ # field which is primarily intended for internal usage.
60
60
  # @param [String] filter
61
61
  # A filter to narrow down results to a preferred subset. The filtering language
62
62
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.53.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Functions API V2beta
79
79
  test_files: []