google-apis-eventarc_v1 0.20.0 → 0.21.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: 88f47b0004db3509e3de5c07a214a4b5ea338674c7e6bee482807760d89c5e2b
4
- data.tar.gz: 229b21d0c8a79341fa513cec86c8efb9fd7ba97477925ad346cc7082824b2589
3
+ metadata.gz: d92937efc5735fcb886264fc01b674e155824c3487fb066f9a4782c1eb5d859b
4
+ data.tar.gz: 28fc74c8ca698fb0e24b87a7f9936ae094286049d27fee13db7606f26e4af797
5
5
  SHA512:
6
- metadata.gz: 8b4aa82aaaddec9404d28bcbd8892977c30a1a75aed5f9b010109d5216d51b0de32073575849a91bd5c4e971a6a30ebad04dd8ff0ef19ce18d22769554da525b
7
- data.tar.gz: 69ba956efbe3b7f8c28ae37fc27982d909cfe22f281fd750b95543b764a287c5156305528f2b706569e64d79f3ee8f0b12e4461602f0080ba682cce759b77953
6
+ metadata.gz: d626aff2cd5286e85ef6404453e3fc3a7bcec02a24276bdeb756612d57bf3d992cab97a06a4fe0f548aefb43e225f4f29ef91374d65fc5df85bd01b7ee298173
7
+ data.tar.gz: e8e8a9be2e87cd00c1669108f48844245e4e4af59b8b0ab92833abe4cdf348d909940ef2e28bdc887dc9fdd2247d4f1da8d046712de3ca8636e10910ad71268a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.21.0 (2022-03-27)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
3
7
  ### v0.20.0 (2022-03-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220301
@@ -219,6 +219,13 @@ module Google
219
219
  # @return [Google::Apis::EventarcV1::Gke]
220
220
  attr_accessor :gke
221
221
 
222
+ # The resource name of the Workflow whose Executions are triggered by the events.
223
+ # The Workflow resource should be deployed in the same project as the trigger.
224
+ # Format: `projects/`project`/locations/`location`/workflows/`workflow``
225
+ # Corresponds to the JSON property `workflow`
226
+ # @return [String]
227
+ attr_accessor :workflow
228
+
222
229
  def initialize(**args)
223
230
  update!(**args)
224
231
  end
@@ -228,14 +235,14 @@ module Google
228
235
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
229
236
  @cloud_run = args[:cloud_run] if args.key?(:cloud_run)
230
237
  @gke = args[:gke] if args.key?(:gke)
238
+ @workflow = args[:workflow] if args.key?(:workflow)
231
239
  end
232
240
  end
233
241
 
234
242
  # A generic empty message that you can re-use to avoid defining duplicated empty
235
243
  # messages in your APIs. A typical example is to use it as the request or the
236
244
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
237
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
238
- # `Empty` is empty JSON object ````.
245
+ # protobuf.Empty) returns (google.protobuf.Empty); `
239
246
  class Empty
240
247
  include Google::Apis::Core::Hashable
241
248
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
25
+ REVISION = "20220318"
26
26
  end
27
27
  end
28
28
  end
@@ -234,6 +234,7 @@ module Google
234
234
 
235
235
  property :gke, as: 'gke', class: Google::Apis::EventarcV1::Gke, decorator: Google::Apis::EventarcV1::Gke::Representation
236
236
 
237
+ property :workflow, as: 'workflow'
237
238
  end
238
239
  end
239
240
 
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.20.0
4
+ version: 0.21.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.21.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: []