google-apis-eventarc_v1 0.65.0 → 0.66.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/eventarc_v1/classes.rb +3 -3
- data/lib/google/apis/eventarc_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9399fc0c0fe818a001a4e973ae0e5e75b3e53566cc25de095304aebacd94e5ca
|
4
|
+
data.tar.gz: efc8ca2d64ec25b71c7d1228a732cf9b543d587c8ea816c628a672f2ff4ddc98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5685e1a44bbb638a85709477edbb1fc56a8be3036ad1c50da39145bc163c0b2951f9ecf2c058b0a34e9c33e12a9a923b0c056f994dff2827c3d44dfcb4d530b3
|
7
|
+
data.tar.gz: 94e59e6cee1ef589d8893c806d04401205e989f56f09c9302f3ab3fc296dd44922ee06ed1977b9a793d11aedcf5362a875f4af44adba2566882d95e3a76bd8b5
|
data/CHANGELOG.md
CHANGED
@@ -212,9 +212,9 @@ module Google
|
|
212
212
|
# @return [String]
|
213
213
|
attr_accessor :create_time
|
214
214
|
|
215
|
-
# Resource name of a KMS crypto key (managed by the user) used to
|
216
|
-
# decrypt their event data. It must match the pattern `projects/*/
|
217
|
-
# keyRings/*/cryptoKeys/*`.
|
215
|
+
# Optional. Resource name of a KMS crypto key (managed by the user) used to
|
216
|
+
# encrypt/decrypt their event data. It must match the pattern `projects/*/
|
217
|
+
# locations/*/keyRings/*/cryptoKeys/*`.
|
218
218
|
# Corresponds to the JSON property `cryptoKeyName`
|
219
219
|
# @return [String]
|
220
220
|
attr_accessor :crypto_key_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module EventarcV1
|
18
18
|
# Version of the google-apis-eventarc_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250801"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-eventarc_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.66.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|