google-apis-eventarc_v1 0.36.0 → 0.37.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: '00594d03218148635e1a50502e9e4d6e78a13478bb82e9cddba140445431c2e7'
4
- data.tar.gz: 3f7694705c6fde58fdbb89faa968681d2e485d472c81282fabd53affa3c364fd
3
+ metadata.gz: dbb6ce2750d45f8c45f72ed77645e7d4ed91d878ffcca4308e8f91b700b997a7
4
+ data.tar.gz: 12c5e014e4be6f11926f70efc4fa51b6f597212aef7543415ae43a9da9f2968f
5
5
  SHA512:
6
- metadata.gz: 6de2a071f48601e39e5436df748f26da3413a1ed58b2d93ce5b61d82d2009458f757061b020bd13d952a4fbd46ec059dcc9ef336c43cfe389a4f04993eec00bb
7
- data.tar.gz: 0ed8c810dcb45c0515f09289baf3ba33cd08ff09bb41154f1f5cf02565776a6830b1f4b6bee08a0f9edd0b1a595e86463acd2ef76c8bc0ba73f4a64a8ce230ae
6
+ metadata.gz: 44783870e3573643b20c410b0ce859dc97ad362ae46f169d57ae07883cae71e3b0dda68fe2b5e86f21e4c0d14405f9f20bfb6914968cbd73631154d91de8b42c
7
+ data.tar.gz: 67175c4ee9600ad48e0e56c67691162b3f7b33a19ea9d3739913d0f0c56349d02a7b094b0d6d4d9a7d979637eb1902989e2031f98d1c11692cf09017f2e61cb2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.37.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
3
7
  ### v0.36.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -1387,6 +1387,13 @@ module Google
1387
1387
  # @return [String]
1388
1388
  attr_accessor :etag
1389
1389
 
1390
+ # Optional. EventDataContentType specifies the type of payload in MIME format
1391
+ # that is expected from the CloudEvent data field. This will be set to `
1392
+ # application/json` if the value is not defined.
1393
+ # Corresponds to the JSON property `eventDataContentType`
1394
+ # @return [String]
1395
+ attr_accessor :event_data_content_type
1396
+
1390
1397
  # Required. Unordered list. The list of filters that applies to event attributes.
1391
1398
  # Only events that match all the provided filters are sent to the destination.
1392
1399
  # Corresponds to the JSON property `eventFilters`
@@ -1448,6 +1455,7 @@ module Google
1448
1455
  @create_time = args[:create_time] if args.key?(:create_time)
1449
1456
  @destination = args[:destination] if args.key?(:destination)
1450
1457
  @etag = args[:etag] if args.key?(:etag)
1458
+ @event_data_content_type = args[:event_data_content_type] if args.key?(:event_data_content_type)
1451
1459
  @event_filters = args[:event_filters] if args.key?(:event_filters)
1452
1460
  @labels = args[:labels] if args.key?(:labels)
1453
1461
  @name = args[:name] if args.key?(:name)
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230127"
25
+ REVISION = "20230321"
26
26
  end
27
27
  end
28
28
  end
@@ -555,6 +555,7 @@ module Google
555
555
  property :destination, as: 'destination', class: Google::Apis::EventarcV1::Destination, decorator: Google::Apis::EventarcV1::Destination::Representation
556
556
 
557
557
  property :etag, as: 'etag'
558
+ property :event_data_content_type, as: 'eventDataContentType'
558
559
  collection :event_filters, as: 'eventFilters', class: Google::Apis::EventarcV1::EventFilter, decorator: Google::Apis::EventarcV1::EventFilter::Representation
559
560
 
560
561
  hash :labels, as: 'labels'
@@ -868,13 +868,7 @@ module Google
868
868
  end
869
869
 
870
870
  # Lists operations that match the specified filter in the request. If the server
871
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
872
- # binding allows API services to override the binding to use different resource
873
- # name schemes, such as `users/*/operations`. To override the binding, API
874
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
875
- # service configuration. For backwards compatibility, the default name includes
876
- # the operations collection id, however overriding users must ensure the name
877
- # binding is the parent resource, without the operations collection id.
871
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
878
872
  # @param [String] name
879
873
  # The name of the operation's parent resource.
880
874
  # @param [String] filter
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.36.0
4
+ version: 0.37.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.37.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: []