google-apis-cloudfunctions_v2 0.46.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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
|
@@ -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
|