google-apis-eventarc_v1 0.19.0 → 0.22.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: 96201d51bf08f04ba3a50da7c016882c55ffdf7c6a7064e96cd331de41b2d3a8
4
- data.tar.gz: ce01209dd36c8cd89921e444f4ee2811254e8cc75a0aecf02cc7b578ffac802d
3
+ metadata.gz: f93e9c5b7f3a62500f61748110667e5808d351caebb40c9cfd2761d4a913c9ab
4
+ data.tar.gz: 991cce9109abe122f3d5b42ea708d334c4670a6a4d1b01d408919e3275f5ffa7
5
5
  SHA512:
6
- metadata.gz: 4c15576f8f0872f31c043272227dd37c04ee6ba02c1430920f42c347bc221a8a188ee69d0f55307406196b21976fcfc4da2ef8bc7f1ee229ab903c92c78d697a
7
- data.tar.gz: c17e021cbcbc3ab533b8e0dd99cf4c28322742bb089c2eadd26f55e269587e8d7c3270f6e227f6e5c0195ad32d4b1ec0ef42907e7d3b69c798f4a1346d94b8d9
6
+ metadata.gz: d52c3abe7e11dfd3d7ce75d6819e47a807b5a51018510aed887fe77d3ad277c9491fdecc9ed68be08873548b3a1f7ec35b1f84477141b1ea00db1012529aa7b9
7
+ data.tar.gz: 7155a3cfe74533446e075780b246cfed83278cd01ce573b4406616dc20209f2ecfd4b7380802f600e7e56d187efefced8432d686b8f96ba83eb273f18510659e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.22.0 (2022-04-09)
4
+
5
+ * Regenerated from discovery document revision 20220331
6
+
7
+ ### v0.21.0 (2022-03-27)
8
+
9
+ * Regenerated from discovery document revision 20220318
10
+
11
+ ### v0.20.0 (2022-03-06)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.19.0 (2022-02-11)
4
16
 
5
17
  * Regenerated from discovery document revision 20220205
@@ -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.19.0"
19
+ GEM_VERSION = "0.22.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 = "20220205"
25
+ REVISION = "20220331"
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
 
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -744,6 +744,10 @@ module Google
744
744
  # List triggers.
745
745
  # @param [String] parent
746
746
  # Required. The parent collection to list triggers on.
747
+ # @param [String] filter
748
+ # Filter field. Used to filter the Triggers to be listed. Possible filters are
749
+ # described in https://google.aip.dev/160. For example, using "?filter=
750
+ # destination:gke" would list only Triggers with a gke destination.
747
751
  # @param [String] order_by
748
752
  # The sorting order of the resources returned. Value should be a comma-separated
749
753
  # list of fields. The default sorting order is ascending. To specify descending
@@ -774,11 +778,12 @@ module Google
774
778
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
775
779
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
776
780
  # @raise [Google::Apis::AuthorizationError] Authorization is required
777
- def list_project_location_triggers(parent, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
781
+ def list_project_location_triggers(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
778
782
  command = make_simple_command(:get, 'v1/{+parent}/triggers', options)
779
783
  command.response_representation = Google::Apis::EventarcV1::ListTriggersResponse::Representation
780
784
  command.response_class = Google::Apis::EventarcV1::ListTriggersResponse
781
785
  command.params['parent'] = parent unless parent.nil?
786
+ command.query['filter'] = filter unless filter.nil?
782
787
  command.query['orderBy'] = order_by unless order_by.nil?
783
788
  command.query['pageSize'] = page_size unless page_size.nil?
784
789
  command.query['pageToken'] = page_token unless page_token.nil?
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.19.0
4
+ version: 0.22.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.22.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: []