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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27bb478b4c305582ba206e4c33822ebd0d986cdde9f3390847b798eecae3a397
4
- data.tar.gz: 8c59024fb21370bb9605e8f35f787877267511047ec49bc9353afe2cfa59d37c
3
+ metadata.gz: c9c955416492684af0f6342c699f18fb064ea53941f5d6e6b642143ca107edee
4
+ data.tar.gz: c76d2f24ba8edf9bbdc40b23f86e4d70ed7b0fafae53df3952edf052a7230f52
5
5
  SHA512:
6
- metadata.gz: 147222d219812f8619e4a3f0423c5110609bc2fb10add3402a45f7f8dc203d4ba1b109e56449c5add836beef7799feddede264e43343794e3f0ebd179e3e7203
7
- data.tar.gz: 24a5b62aa63732c132a5a07e56066856d8a69657cdd96cf2d04daf9afaf1e569ec47f0e8f8b360580d93091bf354104007888ac0d70c8ec624245cc27fab40a9
6
+ metadata.gz: e97bd19f4665cf938df5dd5f3554ad531a4195bc066683402be656eb9865c533cd380dd525eef66c39694c7aaed0d871ba56421dda16cd7fef7ac519b7bb9e4a
7
+ data.tar.gz: d65c8974e40655902aa87a48987c9cd381f9a4d5296e34e0e35c0eddb7aa019e4b1681ccdf9a24656f8d84cacd8e3682e741b05d7c755e4751744d5540fbf52d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.44.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240822
6
+
3
7
  ### v0.43.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240725
@@ -603,9 +603,9 @@ module Google
603
603
  # @return [Google::Apis::CloudfunctionsV2::EventTrigger]
604
604
  attr_accessor :event_trigger
605
605
 
606
- # [Preview] Resource name of a KMS crypto key (managed by the user) used to
607
- # encrypt/decrypt function resources. It must match the pattern `projects/`
608
- # project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
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
- # [Preview] Resource name of a KMS crypto key (managed by the user) used to
731
- # encrypt/decrypt function source code objects in intermediate Cloud Storage
732
- # buckets. When you generate an upload url and upload your source code, it gets
733
- # copied to an intermediate Cloud Storage bucket. The source code is then copied
734
- # to a versioned directory in the sources bucket in the consumer project during
735
- # the function deployment. It must match the pattern `projects/`project`/
736
- # locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
737
- # Cloud Functions service account (service-`project_number`@gcf-admin-robot.iam.
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.43.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 = "20240725"
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.43.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-08-04 00:00:00.000000000 Z
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.43.0
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: []