google-apis-eventarc_v1 0.1.0 → 0.2.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: 285587a984877eb0d88cb2d0beff522825ef50974e1c1ed91f5e42affa0ff15e
4
- data.tar.gz: b731a14e3e052f95c3eff496abab69793defb83a2a2baa7cb68c5034c0c5ae4a
3
+ metadata.gz: 85581adbc634c128714dfbd6c725f692a13a6ff6a15b3f66828510f6d03a717d
4
+ data.tar.gz: 111e3e35a31c7291ebc84a7c4138bfdcc03ea09f8920f86fdc8a09a9f889066a
5
5
  SHA512:
6
- metadata.gz: 7f3eabb1efde6bb58c0ac2e754364212ba3772b6c08c453f64d6e11228c63aeb8d7c1c7d4da2695fb6260790c34bcbf5624e005fcd69b2327ff0db33931d6d17
7
- data.tar.gz: a12e020e2a314b55c3e2c84df67dbe446ddf84a895572c703179fae96914a9190d59b273c5096430e0e17a7c0108d916cefc7f55c4aec3d67452f5d8acebc177
6
+ metadata.gz: f7d22add95689d2ac1799e4aedbe01b5e02f9f142164bbf1dbb4c8e7f364bdf0afebc0aef4136eb726e69d1f1f1610f8f8a494912c61ac4f0b75997041fbecb8
7
+ data.tar.gz: 4db551e9a4da78bd45c3c2a3471b6a08136cac9e3693de06d83135d0d0d06255aeeb9c174b403ba0f54a2f347078c8efc27259716713b13e4ec9d75ebbe4f3f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.2.0 (2021-02-26)
4
+
5
+ * Regenerated from discovery document revision 20210218
6
+
3
7
  ### v0.1.0 (2021-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20210113
@@ -873,12 +873,18 @@ module Google
873
873
  # @return [String]
874
874
  attr_accessor :etag
875
875
 
876
- # Required. The list of filters that applies to event attributes. Only events
877
- # that match all the provided filters will be sent to the destination.
876
+ # Required. null The list of filters that applies to event attributes. Only
877
+ # events that match all the provided filters will be sent to the destination.
878
878
  # Corresponds to the JSON property `eventFilters`
879
879
  # @return [Array<Google::Apis::EventarcV1::EventFilter>]
880
880
  attr_accessor :event_filters
881
881
 
882
+ # Optional. User labels attached to the triggers that can be used to group
883
+ # resources.
884
+ # Corresponds to the JSON property `labels`
885
+ # @return [Hash<String,String>]
886
+ attr_accessor :labels
887
+
882
888
  # Required. The resource name of the trigger. Must be unique within the location
883
889
  # on the project and must be in `projects/`project`/locations/`location`/
884
890
  # triggers/`trigger`` format.
@@ -894,8 +900,8 @@ module Google
894
900
  # account is used to generate identity tokens when invoking the service. See
895
901
  # https://cloud.google.com/run/docs/triggering/pubsub-push#create-service-
896
902
  # account for information on how to invoke authenticated Cloud Run services. In
897
- # order to create Audit Log triggers, the service account should also have '
898
- # eventarc.events.receiveAuditLogV1Written' permission.
903
+ # order to create Audit Log triggers, the service account should also have `
904
+ # roles/eventarc.eventReceiver` IAM role.
899
905
  # Corresponds to the JSON property `serviceAccount`
900
906
  # @return [String]
901
907
  attr_accessor :service_account
@@ -927,6 +933,7 @@ module Google
927
933
  @destination = args[:destination] if args.key?(:destination)
928
934
  @etag = args[:etag] if args.key?(:etag)
929
935
  @event_filters = args[:event_filters] if args.key?(:event_filters)
936
+ @labels = args[:labels] if args.key?(:labels)
930
937
  @name = args[:name] if args.key?(:name)
931
938
  @service_account = args[:service_account] if args.key?(:service_account)
932
939
  @transport = args[:transport] if args.key?(:transport)
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210113"
25
+ REVISION = "20210218"
26
26
  end
27
27
  end
28
28
  end
@@ -367,6 +367,7 @@ module Google
367
367
  property :etag, as: 'etag'
368
368
  collection :event_filters, as: 'eventFilters', class: Google::Apis::EventarcV1::EventFilter, decorator: Google::Apis::EventarcV1::EventFilter::Representation
369
369
 
370
+ hash :labels, as: 'labels'
370
371
  property :name, as: 'name'
371
372
  property :service_account, as: 'serviceAccount'
372
373
  property :transport, as: 'transport', class: Google::Apis::EventarcV1::Transport, decorator: Google::Apis::EventarcV1::Transport::Representation
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.1.0
4
+ version: 0.2.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-eventarc_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-eventarc_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Eventarc API V1