google-apis-eventarc_v1 0.64.0 → 0.65.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: 41683859f0936a5e4879aaea4e0a15ed063585330a539fdce7b965d417bdb6a4
4
- data.tar.gz: b339f9e8324dc6016b8e21a7af1592bc7e9310894bad43f6dc347458749fef64
3
+ metadata.gz: 7ff15302dd00752525a7f9326770d131f7a5a40b2911894261360410dad7fda5
4
+ data.tar.gz: a84ddd7607a38b20c09b33d8268f3483141b502dcc8c4612ec7ed09a89a65428
5
5
  SHA512:
6
- metadata.gz: '05984c7312e33aa28526d3cdb9667733719d1e02d9f80ae42c282712dd4cd1d15388b1605d6b7b18a9e6a9ad864aa525ac16a1adfd356f4ecde340f38fa6fa9e'
7
- data.tar.gz: 9a8ce1d7716b415ab549114f6d63ad88ee0000652b0b258363a6cdfa499d3495131fd99bae39bce6263ec61b90de4a4728c75fa63419b92d20d1a0533b1ba8dd
6
+ metadata.gz: 6d267bf2c616fe03af0c73a19755ee46810c67ce412650dbf993e222390faefc655bdf086cacc8c435a015e6f78193281ce3f3e27fc6e46d26170bd01e8ebb5a
7
+ data.tar.gz: 29df5995a4bcfee7258532613858da023116f47e91d87ddf96cf03f4f73e3d1303c74eb67733010a13cd4f05e3aabb0a7a8b5ad2552abeafc2bb3087e0377e6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.65.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250624
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.64.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -2197,6 +2197,13 @@ module Google
2197
2197
  # @return [Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineRetryPolicy]
2198
2198
  attr_accessor :retry_policy
2199
2199
 
2200
+ # Output only. Whether or not this Pipeline satisfies the requirements of
2201
+ # physical zone separation
2202
+ # Corresponds to the JSON property `satisfiesPzs`
2203
+ # @return [Boolean]
2204
+ attr_accessor :satisfies_pzs
2205
+ alias_method :satisfies_pzs?, :satisfies_pzs
2206
+
2200
2207
  # Output only. Server-assigned unique identifier for the Pipeline. The value is
2201
2208
  # a UUID4 string and guaranteed to remain unchanged until the resource is
2202
2209
  # deleted.
@@ -2229,6 +2236,7 @@ module Google
2229
2236
  @mediations = args[:mediations] if args.key?(:mediations)
2230
2237
  @name = args[:name] if args.key?(:name)
2231
2238
  @retry_policy = args[:retry_policy] if args.key?(:retry_policy)
2239
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
2232
2240
  @uid = args[:uid] if args.key?(:uid)
2233
2241
  @update_time = args[:update_time] if args.key?(:update_time)
2234
2242
  end
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250411"
25
+ REVISION = "20250624"
26
26
  end
27
27
  end
28
28
  end
@@ -890,6 +890,7 @@ module Google
890
890
  property :name, as: 'name'
891
891
  property :retry_policy, as: 'retryPolicy', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineRetryPolicy, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineRetryPolicy::Representation
892
892
 
893
+ property :satisfies_pzs, as: 'satisfiesPzs'
893
894
  property :uid, as: 'uid'
894
895
  property :update_time, as: 'updateTime'
895
896
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.65.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Eventarc API V1
79
79
  test_files: []