google-apis-eventarc_v1 0.37.0 → 0.38.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: dbb6ce2750d45f8c45f72ed77645e7d4ed91d878ffcca4308e8f91b700b997a7
4
- data.tar.gz: 12c5e014e4be6f11926f70efc4fa51b6f597212aef7543415ae43a9da9f2968f
3
+ metadata.gz: 8dd163949366b162c54c5362482602982b5a05644e02689897d7ebd7c5ff5ac4
4
+ data.tar.gz: 2660b1781d32418aaaeaaef6637b73b32a5e158a7975ed073966e4cdcaed1bc3
5
5
  SHA512:
6
- metadata.gz: 44783870e3573643b20c410b0ce859dc97ad362ae46f169d57ae07883cae71e3b0dda68fe2b5e86f21e4c0d14405f9f20bfb6914968cbd73631154d91de8b42c
7
- data.tar.gz: 67175c4ee9600ad48e0e56c67691162b3f7b33a19ea9d3739913d0f0c56349d02a7b094b0d6d4d9a7d979637eb1902989e2031f98d1c11692cf09017f2e61cb2
6
+ metadata.gz: 8ceb8c997355809ba80bd6b4ba528ab0e70db90e9ff96992005f6854e82d38dd45583fab503285fc4198b92c1f0b0dc56ffba0d369cbea5334f574abdc46f6cd
7
+ data.tar.gz: c518248eabc89e3cab6b09de3861faa102dfaded9db6f2d2b625d79f4a30ae974290f406fe488d5f65451e32771d0181b17972bedbad0394b548ec740360b999
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.38.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230331
6
+
3
7
  ### v0.37.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230321
@@ -187,9 +187,9 @@ module Google
187
187
  # @return [String]
188
188
  attr_accessor :create_time
189
189
 
190
- # Optional. Resource name of a KMS crypto key (managed by the user) used to
191
- # encrypt/decrypt their event data. It must match the pattern `projects/*/
192
- # locations/*/keyRings/*/cryptoKeys/*`.
190
+ # Resource name of a KMS crypto key (managed by the user) used to encrypt/
191
+ # decrypt their event data. It must match the pattern `projects/*/locations/*/
192
+ # keyRings/*/cryptoKeys/*`.
193
193
  # Corresponds to the JSON property `cryptoKeyName`
194
194
  # @return [String]
195
195
  attr_accessor :crypto_key_name
@@ -1388,8 +1388,8 @@ module Google
1388
1388
  attr_accessor :etag
1389
1389
 
1390
1390
  # Optional. EventDataContentType specifies the type of payload in MIME format
1391
- # that is expected from the CloudEvent data field. This will be set to `
1392
- # application/json` if the value is not defined.
1391
+ # that is expected from the CloudEvent data field. This is set to `application/
1392
+ # json` if the value is not defined.
1393
1393
  # Corresponds to the JSON property `eventDataContentType`
1394
1394
  # @return [String]
1395
1395
  attr_accessor :event_data_content_type
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230321"
25
+ REVISION = "20230331"
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-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-16 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-eventarc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
63
63
  post_install_message:
64
64
  rdoc_options: []