google-apis-eventarc_v1 0.62.0 → 0.64.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: 27c96160df508ada7b6da0ef00c2b8d7aa3c52e4b612bcd087524f0f69d9d9cf
4
- data.tar.gz: 601bb2e960672aa6037bed16ee045bd8461ea8a87bb8d2b220ef496dc58f4cd0
3
+ metadata.gz: 41683859f0936a5e4879aaea4e0a15ed063585330a539fdce7b965d417bdb6a4
4
+ data.tar.gz: b339f9e8324dc6016b8e21a7af1592bc7e9310894bad43f6dc347458749fef64
5
5
  SHA512:
6
- metadata.gz: 5dfc9689a5c7bfedc432d46a80ce275adb293fb972c350e6e5b2f92ac4c7c8ba469c4ec0aa8fbd16e1144092295d80611cdcc037d7ed684b54225d52a075625f
7
- data.tar.gz: 8061bc7a2adc7c626ba090a5470d87c7784cd13c471a239d63ab5f4ec90355c1affe395bd141fbe14df41de228f8bc94c252ddcf6db48bc4a848b095c058bb75
6
+ metadata.gz: '05984c7312e33aa28526d3cdb9667733719d1e02d9f80ae42c282712dd4cd1d15388b1605d6b7b18a9e6a9ad864aa525ac16a1adfd356f4ecde340f38fa6fa9e'
7
+ data.tar.gz: 9a8ce1d7716b415ab549114f6d63ad88ee0000652b0b258363a6cdfa499d3495131fd99bae39bce6263ec61b90de4a4728c75fa63419b92d20d1a0533b1ba8dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.64.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.63.0 (2025-04-27)
8
+
9
+ * Regenerated from discovery document revision 20250411
10
+
3
11
  ### v0.62.0 (2025-03-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20250307
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
 
@@ -503,8 +503,8 @@ module Google
503
503
  # @return [Hash<String,String>]
504
504
  attr_accessor :labels
505
505
 
506
- # Required. Resource name of the message bus identifying the source of the
507
- # messages. It matches the form projects/`project`/locations/`location`/
506
+ # Required. Immutable. Resource name of the message bus identifying the source
507
+ # of the messages. It matches the form projects/`project`/locations/`location`/
508
508
  # messageBuses/`messageBus`.
509
509
  # Corresponds to the JSON property `messageBus`
510
510
  # @return [String]
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250307"
25
+ REVISION = "20250411"
26
26
  end
27
27
  end
28
28
  end
@@ -115,6 +115,9 @@ module Google
115
115
  # Lists information about the supported locations for this service.
116
116
  # @param [String] name
117
117
  # The resource that owns the locations collection, if applicable.
118
+ # @param [Array<String>, String] extra_location_types
119
+ # Optional. A list of extra location types that should be used as conditions for
120
+ # controlling the visibility of the locations.
118
121
  # @param [String] filter
119
122
  # A filter to narrow down results to a preferred subset. The filtering language
120
123
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -142,11 +145,12 @@ module Google
142
145
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
143
146
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
144
147
  # @raise [Google::Apis::AuthorizationError] Authorization is required
145
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
148
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
146
149
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
147
150
  command.response_representation = Google::Apis::EventarcV1::ListLocationsResponse::Representation
148
151
  command.response_class = Google::Apis::EventarcV1::ListLocationsResponse
149
152
  command.params['name'] = name unless name.nil?
153
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
150
154
  command.query['filter'] = filter unless filter.nil?
151
155
  command.query['pageSize'] = page_size unless page_size.nil?
152
156
  command.query['pageToken'] = page_token unless page_token.nil?
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.62.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 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.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.64.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.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Eventarc API V1
79
79
  test_files: []