google-apis-cloudfunctions_v2 0.46.0 → 0.47.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: de43eeb6841241a1f2cc0b34b358928b6cd86d02ef4aad9421067a11e1824c5e
4
- data.tar.gz: 13ea949d376c66f5b5f6c3c414782e02817ba3231b3f05c150f9c43316d8af2e
3
+ metadata.gz: d76eccfb0c2ec866f9796badf6f8b2fd18947e3f239f578f5844cd23f60a5363
4
+ data.tar.gz: 4218ffde5608b0657e6285a1f4f80d57afa32542a1b427958645c2835860171c
5
5
  SHA512:
6
- metadata.gz: dc19864ad2eaf048101f41172cc964e0ecd78b4c7ce2bc5230926700e73cd3bee99af3f4f2e1254e757005b69c7f75f605458d028cda495cc21da3048458dc9f
7
- data.tar.gz: 8c7df046a5a5b0b7b8a0735b3f54d7d012af3d51753157a0d14abafa1999240e406012ac91a365d38c01fc1c2c4a23018397bc2d6d4bc68a44d954a38f9554fc
6
+ metadata.gz: 1de68003f01425708a72eac8cf98b03608ab5e955fc0f6389bba04f2af5d6b17a0bb9dc898aad63846169d3f3848a2a9f81ff7d72fde1957b1467f9bc7f43e9c
7
+ data.tar.gz: 226c9d334f56873827ab1bc47294c0fe63f8028bb455968681f875adffbf84897de9d9e0df6e28983536ad99376fb8cbe830702a48ff0e757ef7d8e0c48ba1a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.47.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241117
6
+
3
7
  ### v0.46.0 (2024-11-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20241024
@@ -252,9 +252,7 @@ module Google
252
252
  # and managed by user with a customer managed encryption key. Otherwise, GCF
253
253
  # will create and use a repository named 'gcf-artifacts' for every deployed
254
254
  # region. It must match the pattern `projects/`project`/locations/`location`/
255
- # repositories/`repository``. Cross-project repositories are not supported.
256
- # Cross-location repositories are not supported. Repository format must be '
257
- # DOCKER'.
255
+ # repositories/`repository``. Repository format must be 'DOCKER'.
258
256
  # Corresponds to the JSON property `dockerRepository`
259
257
  # @return [String]
260
258
  attr_accessor :docker_repository
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV2
18
18
  # Version of the google-apis-cloudfunctions_v2 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241024"
25
+ REVISION = "20241117"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-11-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.21
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Functions API V2