google-apis-cloudfunctions_v1 0.62.0 → 0.63.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: 207d863ed8ccc105ee763036eeea3bac136da45d6d4700acb4d16639f5b132ba
4
- data.tar.gz: c68241cd78e4ec89165784598e0d2c1c5ec3f8447caec7129a45b9c39c90e575
3
+ metadata.gz: e4284d969f6bea218affaa4030ca8db493921e5f6905fb2f00f1112ab554425b
4
+ data.tar.gz: 0210e6900c2295fbfd657a9f71078517b631853db47998f2c41aaae3ea99f5c5
5
5
  SHA512:
6
- metadata.gz: 2978b1484d52a3c957341eb6d5dc8a1d22e49d1d18e660f0c537d299a019424e902629dc4f37b6a29e16fff588237003e7dcaa3cc19136d22d038ddcc43eecbf
7
- data.tar.gz: b9974ac85ea4f28cebd944f75956e650174b3431ec8b33c561ae299b458812bae4ed54458e2feed8b3a884537472533c522082fb6c4e500c61121e1ec3e778cc
6
+ metadata.gz: ab9db214f924df4a75397c566c562a0ce6b0a6b25ee3ad5318ba13cae0fc1da1602d1cb08790c68162145bfe4747ddd89b49fb9abca93428c2ed0b34e8c24f36
7
+ data.tar.gz: 430d0f4103487083b91fc788d468104f2276d20a2373d388126860089ecbd5f2b7079f512d14acaac4837644de410ea222417026e2d1f024c377e8c150445f6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.63.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250814
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.62.0 (2025-05-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20250430
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.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 = "20250430"
25
+ REVISION = "20250814"
26
26
  end
27
27
  end
28
28
  end
@@ -126,8 +126,8 @@ module Google
126
126
  # @param [String] name
127
127
  # The resource that owns the locations collection, if applicable.
128
128
  # @param [Array<String>, String] extra_location_types
129
- # Optional. A list of extra location types that should be used as conditions for
130
- # controlling the visibility of the locations.
129
+ # Optional. Do not use this field. It is unsupported and is ignored unless
130
+ # explicitly documented otherwise. This is primarily for internal usage.
131
131
  # @param [String] filter
132
132
  # A filter to narrow down results to a preferred subset. The filtering language
133
133
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
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 V1
79
79
  test_files: []