google-apis-eventarc_v1 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97804abcca43b87fcbc71a9a0f12a2143f845ff806980d31eacabc8a435806f2
4
- data.tar.gz: b531b32a04145c3c3ffa42858f2bd6a634432f1997d8919ccf3d6149643be434
3
+ metadata.gz: 0f7e91268fb6fe94da762e612218f8bc4dbb4a58c650026f0b45a03e45819401
4
+ data.tar.gz: 1595f64f4642600db22fd8bca62b765b03c589abd088e457e1fbfae9a97b303d
5
5
  SHA512:
6
- metadata.gz: cb1a66e0a3c8085e49ead74999e0cf68259a55286e582f01635b3888a19525323d01463b2d7796bba9073c9b983d11b579f6d7cb81e68be91b4e904931a851fc
7
- data.tar.gz: 1a334f87cf95ee425d8db1af58be566f9aa77a51aebfefd8d70ada069169c13f260c65d3fbb2fa0190b3e5de5240ef15ee2a87653dade125c3266eda0ef43a7d
6
+ metadata.gz: daae906cbd3f508984d3c395eb532b82f39c8a05c08e797e6f80f7716f3f4bcbf6b358dfb32ccd0a0baaf6c60939cd062298e5caebbbfd866920c38f75552660
7
+ data.tar.gz: b1f2bcc8d2eac6338e98028f397428b87a9428082df8e3b431f0b29e24824eb5cdbb48e1edd244b8ac940ac6fad49d9a4c2dc706398dffd2411474a14a7674dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.17.0 (2022-01-17)
4
+
5
+ * Regenerated from discovery document revision 20220111
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.16.0 (2022-01-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20220104
@@ -203,6 +203,12 @@ module Google
203
203
  class Destination
204
204
  include Google::Apis::Core::Hashable
205
205
 
206
+ # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format:
207
+ # projects/`project`/locations/`location`/functions/`function`
208
+ # Corresponds to the JSON property `cloudFunction`
209
+ # @return [String]
210
+ attr_accessor :cloud_function
211
+
206
212
  # Represents a Cloud Run destination.
207
213
  # Corresponds to the JSON property `cloudRun`
208
214
  # @return [Google::Apis::EventarcV1::CloudRun]
@@ -219,6 +225,7 @@ module Google
219
225
 
220
226
  # Update properties of this object
221
227
  def update!(**args)
228
+ @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
222
229
  @cloud_run = args[:cloud_run] if args.key?(:cloud_run)
223
230
  @gke = args[:gke] if args.key?(:gke)
224
231
  end
@@ -534,7 +541,7 @@ module Google
534
541
  end
535
542
  end
536
543
 
537
- # The response message for the ListTriggers method.
544
+ # The response message for the `ListTriggers` method.
538
545
  class ListTriggersResponse
539
546
  include Google::Apis::Core::Hashable
540
547
 
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220104"
25
+ REVISION = "20220111"
26
26
  end
27
27
  end
28
28
  end
@@ -205,6 +205,7 @@ module Google
205
205
  class Destination
206
206
  # @private
207
207
  class Representation < Google::Apis::Core::JsonRepresentation
208
+ property :cloud_function, as: 'cloudFunction'
208
209
  property :cloud_run, as: 'cloudRun', class: Google::Apis::EventarcV1::CloudRun, decorator: Google::Apis::EventarcV1::CloudRun::Representation
209
210
 
210
211
  property :gke, as: 'gke', class: Google::Apis::EventarcV1::Gke, decorator: Google::Apis::EventarcV1::Gke::Representation
@@ -515,8 +515,8 @@ module Google
515
515
  # @param [String] trigger_id
516
516
  # Required. The user-provided ID to be assigned to the trigger.
517
517
  # @param [Boolean] validate_only
518
- # Required. If set, validate the request and preview the review, but do not
519
- # actually post it.
518
+ # Required. If set, validate the request and preview the review, but do not post
519
+ # it.
520
520
  # @param [String] fields
521
521
  # Selector specifying which fields to include in a partial response.
522
522
  # @param [String] quota_user
@@ -558,8 +558,8 @@ module Google
558
558
  # If provided, the trigger will only be deleted if the etag matches the current
559
559
  # etag on the resource.
560
560
  # @param [Boolean] validate_only
561
- # Required. If set, validate the request and preview the review, but do not
562
- # actually post it.
561
+ # Required. If set, validate the request and preview the review, but do not post
562
+ # it.
563
563
  # @param [String] fields
564
564
  # Selector specifying which fields to include in a partial response.
565
565
  # @param [String] quota_user
@@ -668,10 +668,10 @@ module Google
668
668
  # @param [String] parent
669
669
  # Required. The parent collection to list triggers on.
670
670
  # @param [String] order_by
671
- # The sorting order of the resources returned. Value should be a comma separated
672
- # list of fields. The default sorting oder is ascending. To specify descending
673
- # order for a field, append a ` desc` suffix; for example: `name desc,
674
- # trigger_id`.
671
+ # The sorting order of the resources returned. Value should be a comma-separated
672
+ # list of fields. The default sorting order is ascending. To specify descending
673
+ # order for a field, append a `desc` suffix; for example: `name desc, trigger_id`
674
+ # .
675
675
  # @param [Fixnum] page_size
676
676
  # The maximum number of triggers to return on each page. Note: The service may
677
677
  # send fewer.
@@ -720,12 +720,12 @@ module Google
720
720
  # If set to true, and the trigger is not found, a new trigger will be created.
721
721
  # In this situation, `update_mask` is ignored.
722
722
  # @param [String] update_mask
723
- # The fields to be updated; only fields explicitly provided will be updated. If
724
- # no field mask is provided, all provided fields in the request will be updated.
725
- # To update all fields, provide a field mask of "*".
723
+ # The fields to be updated; only fields explicitly provided are updated. If no
724
+ # field mask is provided, all provided fields in the request are updated. To
725
+ # update all fields, provide a field mask of "*".
726
726
  # @param [Boolean] validate_only
727
- # Required. If set, validate the request and preview the review, but do not
728
- # actually post it.
727
+ # Required. If set, validate the request and preview the review, but do not post
728
+ # it.
729
729
  # @param [String] fields
730
730
  # Selector specifying which fields to include in a partial response.
731
731
  # @param [String] quota_user
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.16.0
4
+ version: 0.17.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.17.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: []