google-apis-eventarc_v1 0.44.0 → 0.45.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: a7a677de177e89b171c55d9143b77237137b5913fd5d9a10f0043b4dad3ea5c3
4
- data.tar.gz: 0524a534b6b17e7a20abaa6f8033c1ef2875c105d1a71aef05fb622b67e04f17
3
+ metadata.gz: f4a6aaa00495eba3b613cb7e80dbe8aa32b35fba87d27adb91b7d19fc978b29c
4
+ data.tar.gz: 598e7aa87f7c7fc986130ed6968ef674ef403b9f38c566b457500ba49ee9dbef
5
5
  SHA512:
6
- metadata.gz: c5d9f469cb98419fa6a8a144dc98a85f850bcd53084e0acaf19bcb3730b5d2802ba119c8c254eaf541fa48d0615f1a5af23cb80382eaa674300cef2a1bf8a42b
7
- data.tar.gz: 8fe80323869d6ad6d6a00207c760f10307d88a88dcd30c2db800117129a6bb73064c6342401afe744eb9f36f19492e69100b875e01e7a5fb9296ab534acfc681
6
+ metadata.gz: a6b7f19a3f629f2936bd9c6d572473971bfe6a3c680e180e1d2fe7850658a026ba21123dae188ca3b939f89299631edb82602f3687e90466cbaaf323ac9e4d51
7
+ data.tar.gz: abc5c122f46368fabfc4fdf577d2eb3808bd05ad1be54de729c8858263be5a2071af51eabe94e92a97d5e1e02b0265b2df10314d43954a8b28150d4607062cc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.45.0 (2023-08-20)
4
+
5
+ * Regenerated from discovery document revision 20230811
6
+
3
7
  ### v0.44.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230804
@@ -345,10 +345,11 @@ module Google
345
345
  class Destination
346
346
  include Google::Apis::Core::Hashable
347
347
 
348
- # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format:
349
- # `projects/`project`/locations/`location`/functions/`function`` This is a read-
350
- # only field. Creating Cloud Functions V2 triggers is only supported via the
351
- # Cloud Functions product. An error will be returned if the user sets this value.
348
+ # The Cloud Function resource name. Cloud Functions V1 and V2 are supported.
349
+ # Format: `projects/`project`/locations/`location`/functions/`function`` This is
350
+ # a read-only field. Creating Cloud Functions V1/V2 triggers is only supported
351
+ # via the Cloud Functions product. An error will be returned if the user sets
352
+ # this value.
352
353
  # Corresponds to the JSON property `cloudFunction`
353
354
  # @return [String]
354
355
  attr_accessor :cloud_function
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.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 = "20230804"
25
+ REVISION = "20230811"
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.44.0
4
+ version: 0.45.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-08-13 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.45.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: []