google-apis-cloudfunctions_v2 0.43.0 → 0.44.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudfunctions_v2/classes.rb +11 -11
- data/lib/google/apis/cloudfunctions_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9c955416492684af0f6342c699f18fb064ea53941f5d6e6b642143ca107edee
|
|
4
|
+
data.tar.gz: c76d2f24ba8edf9bbdc40b23f86e4d70ed7b0fafae53df3952edf052a7230f52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e97bd19f4665cf938df5dd5f3554ad531a4195bc066683402be656eb9865c533cd380dd525eef66c39694c7aaed0d871ba56421dda16cd7fef7ac519b7bb9e4a
|
|
7
|
+
data.tar.gz: d65c8974e40655902aa87a48987c9cd381f9a4d5296e34e0e35c0eddb7aa019e4b1681ccdf9a24656f8d84cacd8e3682e741b05d7c755e4751744d5540fbf52d
|
data/CHANGELOG.md
CHANGED
|
@@ -603,9 +603,9 @@ module Google
|
|
|
603
603
|
# @return [Google::Apis::CloudfunctionsV2::EventTrigger]
|
|
604
604
|
attr_accessor :event_trigger
|
|
605
605
|
|
|
606
|
-
#
|
|
607
|
-
#
|
|
608
|
-
#
|
|
606
|
+
# Resource name of a KMS crypto key (managed by the user) used to encrypt/
|
|
607
|
+
# decrypt function resources. It must match the pattern `projects/`project`/
|
|
608
|
+
# locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
|
|
609
609
|
# Corresponds to the JSON property `kmsKeyName`
|
|
610
610
|
# @return [String]
|
|
611
611
|
attr_accessor :kms_key_name
|
|
@@ -727,14 +727,14 @@ module Google
|
|
|
727
727
|
# @return [String]
|
|
728
728
|
attr_accessor :environment
|
|
729
729
|
|
|
730
|
-
#
|
|
731
|
-
#
|
|
732
|
-
#
|
|
733
|
-
#
|
|
734
|
-
#
|
|
735
|
-
#
|
|
736
|
-
#
|
|
737
|
-
#
|
|
730
|
+
# Resource name of a KMS crypto key (managed by the user) used to encrypt/
|
|
731
|
+
# decrypt function source code objects in intermediate Cloud Storage buckets.
|
|
732
|
+
# When you generate an upload url and upload your source code, it gets copied to
|
|
733
|
+
# an intermediate Cloud Storage bucket. The source code is then copied to a
|
|
734
|
+
# versioned directory in the sources bucket in the consumer project during the
|
|
735
|
+
# function deployment. It must match the pattern `projects/`project`/locations/`
|
|
736
|
+
# location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google Cloud
|
|
737
|
+
# Functions service account (service-`project_number`@gcf-admin-robot.iam.
|
|
738
738
|
# gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/
|
|
739
739
|
# Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/
|
|
740
740
|
# Project/Organization (least access preferred).
|
|
@@ -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.44.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 = "20240822"
|
|
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.44.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-09-01 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.44.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: []
|