google-apis-eventarc_v1 0.19.0 → 0.20.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: 88f47b0004db3509e3de5c07a214a4b5ea338674c7e6bee482807760d89c5e2b
4
+ data.tar.gz: 229b21d0c8a79341fa513cec86c8efb9fd7ba97477925ad346cc7082824b2589
5
5
  SHA512:
6
- metadata.gz: 4c15576f8f0872f31c043272227dd37c04ee6ba02c1430920f42c347bc221a8a188ee69d0f55307406196b21976fcfc4da2ef8bc7f1ee229ab903c92c78d697a
7
- data.tar.gz: c17e021cbcbc3ab533b8e0dd99cf4c28322742bb089c2eadd26f55e269587e8d7c3270f6e227f6e5c0195ad32d4b1ec0ef42907e7d3b69c798f4a1346d94b8d9
6
+ metadata.gz: 8b4aa82aaaddec9404d28bcbd8892977c30a1a75aed5f9b010109d5216d51b0de32073575849a91bd5c4e971a6a30ebad04dd8ff0ef19ce18d22769554da525b
7
+ data.tar.gz: 69ba956efbe3b7f8c28ae37fc27982d909cfe22f281fd750b95543b764a287c5156305528f2b706569e64d79f3ee8f0b12e4461602f0080ba682cce759b77953
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.20.0 (2022-03-06)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.19.0 (2022-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220205
@@ -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.20.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 = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -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.20.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-03-07 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.20.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: []