google-apis-eventarc_v1 0.63.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: 33520b47461078701e393f696bed9bd4481a099ebfa7c2531faef55eb5510365
4
- data.tar.gz: 711fa6d1bf6da0760bdfb3cf758d7726766aa3632ebcdda43d37a062b047f3ab
3
+ metadata.gz: 7ff15302dd00752525a7f9326770d131f7a5a40b2911894261360410dad7fda5
4
+ data.tar.gz: a84ddd7607a38b20c09b33d8268f3483141b502dcc8c4612ec7ed09a89a65428
5
5
  SHA512:
6
- metadata.gz: e1d63ebd09e1e4d9699cc13a9316ac1bfcba4fb64cf2886f8c47eadd0962842ccdbff8c82863157081b1ba007dc267a453d0e595036345a0554a2b99399d5bc5
7
- data.tar.gz: 48fce716df5c435e7a20baaee79c87e33b9a4ed2eb595e14eb6f3a2d5d3bcfc5896ceb35b353c144c25876245e8c4c76e1e5aa2de9fd37bbd8834cbfc216afcc
6
+ metadata.gz: 6d267bf2c616fe03af0c73a19755ee46810c67ce412650dbf993e222390faefc655bdf086cacc8c435a015e6f78193281ce3f3e27fc6e46d26170bd01e8ebb5a
7
+ data.tar.gz: 29df5995a4bcfee7258532613858da023116f47e91d87ddf96cf03f4f73e3d1303c74eb67733010a13cd4f05e3aabb0a7a8b5ad2552abeafc2bb3087e0377e6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.64.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.63.0 (2025-04-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20250411
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/eventarc) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.63.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.16.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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.63.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
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: []