google-apis-cloudfunctions_v2 0.45.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d76eccfb0c2ec866f9796badf6f8b2fd18947e3f239f578f5844cd23f60a5363
|
|
4
|
+
data.tar.gz: 4218ffde5608b0657e6285a1f4f80d57afa32542a1b427958645c2835860171c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1de68003f01425708a72eac8cf98b03608ab5e955fc0f6389bba04f2af5d6b17a0bb9dc898aad63846169d3f3848a2a9f81ff7d72fde1957b1467f9bc7f43e9c
|
|
7
|
+
data.tar.gz: 226c9d334f56873827ab1bc47294c0fe63f8028bb455968681f875adffbf84897de9d9e0df6e28983536ad99376fb8cbe830702a48ff0e757ef7d8e0c48ba1a0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.46.0 (2024-11-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20241024
|
|
10
|
+
|
|
3
11
|
### v0.45.0 (2024-09-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240905
|
|
@@ -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``.
|
|
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
|
|
@@ -649,7 +647,8 @@ module Google
|
|
|
649
647
|
attr_accessor :update_time
|
|
650
648
|
|
|
651
649
|
# Information related to: * A function's eligibility for 1st Gen to 2nd Gen
|
|
652
|
-
# migration * Current state of migration for function
|
|
650
|
+
# migration and 2nd Gen to CRf detach. * Current state of migration for function
|
|
651
|
+
# undergoing migration/detach.
|
|
653
652
|
# Corresponds to the JSON property `upgradeInfo`
|
|
654
653
|
# @return [Google::Apis::CloudfunctionsV2::UpgradeInfo]
|
|
655
654
|
attr_accessor :upgrade_info
|
|
@@ -2046,7 +2045,8 @@ module Google
|
|
|
2046
2045
|
end
|
|
2047
2046
|
|
|
2048
2047
|
# Information related to: * A function's eligibility for 1st Gen to 2nd Gen
|
|
2049
|
-
# migration * Current state of migration for function
|
|
2048
|
+
# migration and 2nd Gen to CRf detach. * Current state of migration for function
|
|
2049
|
+
# undergoing migration/detach.
|
|
2050
2050
|
class UpgradeInfo
|
|
2051
2051
|
include Google::Apis::Core::Hashable
|
|
2052
2052
|
|
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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
|
+
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.
|
|
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.
|
|
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
|