google-apis-eventarc_v1 0.57.0 → 0.58.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: 4e18e157b72f74ef163088300a5215e0ea4e3f408df2bee3d40811401f683ca6
4
- data.tar.gz: dd08f9ca7108d5ac27ab68f6dfc835284e7c385b1b9d8ac43c36137b900c3d4b
3
+ metadata.gz: 7acd3cf450482352e68ae293ef39f7dcf88afd8b01f6fec96995c741f1538c15
4
+ data.tar.gz: b4a2f83c829f52fa7e3241e76107f8197ad668d84c63b64151fe64415353a7de
5
5
  SHA512:
6
- metadata.gz: 9ad79e08478d4718bff144e591141a35e6c365d956da2f0e5e52b181e4130601e6ff5a63550730bfdfd0630249edf9e89b5ffbc1afdb9117f6796424624d2f76
7
- data.tar.gz: 60903ab2fbb1d7f6740e95c8943becaab69bb9b32723549865f345fef8596dfef848d3bb59ee5b7c6ed4f4eb8aaac7ef8527b53c971fc837c4a411edb4e95f5c
6
+ metadata.gz: bf70c2e128891aac8becee6710f1163acb72d18c0ca4edbea39914376cb133e05a90d18802d72bf8d91b3b50dd37cea8030470906643d3be5510642dce1c9eeb
7
+ data.tar.gz: fa439dc82445ca37c115fe43d90d2acd0ff50cb03c1a35ef7ff89e6670de4582b2f04a426e30d1204d90c45972c3b1d4a5a6951b2d8287c4bb3be6e46f2950f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.58.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.57.0 (2024-12-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20241119
@@ -1065,14 +1065,15 @@ module Google
1065
1065
  # Optional. The CEL expression used to modify how the destination-bound HTTP
1066
1066
  # request is constructed. If a binding expression is not specified here, the
1067
1067
  # message is treated as a CloudEvent and is mapped to the HTTP request according
1068
- # to the CloudEvent HTTP Protocol Binding Binary Content Mode. In this
1069
- # representation, all fields except the `data` and `datacontenttype` field on
1070
- # the message are mapped to HTTP request headers with a prefix of `ce-`. To
1071
- # construct the HTTP request payload and the value of the content-type HTTP
1072
- # header, the payload format is defined as follows: 1) Use the
1073
- # output_payload_format_type on the Pipeline.Destination if it is set, else: 2)
1074
- # Use the input_payload_format_type on the Pipeline if it is set, else: 3) Treat
1075
- # the payload as opaque binary data. The `data` field of the message is
1068
+ # to the CloudEvent HTTP Protocol Binding Binary Content Mode (https://github.
1069
+ # com/cloudevents/spec/blob/main/cloudevents/bindings/http-protocol-binding.md#
1070
+ # 31-binary-content-mode). In this representation, all fields except the `data`
1071
+ # and `datacontenttype` field on the message are mapped to HTTP request headers
1072
+ # with a prefix of `ce-`. To construct the HTTP request payload and the value of
1073
+ # the content-type HTTP header, the payload format is defined as follows: 1) Use
1074
+ # the output_payload_format_type on the Pipeline.Destination if it is set, else:
1075
+ # 2) Use the input_payload_format_type on the Pipeline if it is set, else: 3)
1076
+ # Treat the payload as opaque binary data. The `data` field of the message is
1076
1077
  # converted to the payload format or left as-is for case 3) and then attached as
1077
1078
  # the payload of the HTTP request. The `content-type` header on the HTTP request
1078
1079
  # is set to the payload format type or left empty for case 3). However, if a
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241119"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -1585,7 +1585,7 @@ module Google
1585
1585
 
1586
1586
  # List message buses.
1587
1587
  # @param [String] parent
1588
- # Required. The parent collection to list triggers on.
1588
+ # Required. The parent collection to list message buses on.
1589
1589
  # @param [String] filter
1590
1590
  # Optional. The filter field that the list request will filter on. Possible
1591
1591
  # filtersare described in https://google.aip.dev/160.
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.57.0
4
+ version: 0.58.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: 2024-12-08 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.58.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: []