google-apis-eventarc_v1 0.35.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: 2ada8cf85f4e4c2d55da727f61611013da3685e96ae489acf9e84568a4219fc9
4
- data.tar.gz: f2fa5345d3af9a684832c939ad69d680c6e05238dae80d1a4eac4d2f0eea9f59
3
+ metadata.gz: dbb6ce2750d45f8c45f72ed77645e7d4ed91d878ffcca4308e8f91b700b997a7
4
+ data.tar.gz: 12c5e014e4be6f11926f70efc4fa51b6f597212aef7543415ae43a9da9f2968f
5
5
  SHA512:
6
- metadata.gz: a71bacfed66b01a2fd8f3a0cad92d9eec48a0421d744fca8734400e4510f7e3e618625f813361d71f6c64f83923727d88e8e9271144b064abad25db172081eb6
7
- data.tar.gz: b3e95becb27388ba0c10cfead4e99b6b545b50e5ff9239c1841fb619aeba2d31a5df6da85d8b6833f342b598122d6496f059d7f59e499831e2707e798945dd14
6
+ metadata.gz: 44783870e3573643b20c410b0ce859dc97ad362ae46f169d57ae07883cae71e3b0dda68fe2b5e86f21e4c0d14405f9f20bfb6914968cbd73631154d91de8b42c
7
+ data.tar.gz: 67175c4ee9600ad48e0e56c67691162b3f7b33a19ea9d3739913d0f0c56349d02a7b094b0d6d4d9a7d979637eb1902989e2031f98d1c11692cf09017f2e61cb2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.36.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.35.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230127
@@ -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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
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.35.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-05 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.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: []