Skip to content

Commit 47c142a

Browse files
feat: Automated regeneration of eventarc v1 client (googleapis#21995)
Auto-created at 2025-03-09 09:56:46 +0000 using the toys pull request generator.
1 parent 91aa356 commit 47c142a

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

generated/google-apis-eventarc_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-eventarc_v1
22

3+
### v0.61.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250228
6+
37
### v0.60.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250209

generated/google-apis-eventarc_v1/lib/google/apis/eventarc_v1/classes.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,9 @@ class GoogleChannelConfig
876876
attr_accessor :crypto_key_name
877877

878878
# Required. The resource name of the config. Must be in the format of, `projects/
879-
# `project`/locations/`location`/googleChannelConfig`.
879+
# `project`/locations/`location`/googleChannelConfig`. In API responses, the
880+
# config name always includes the projectID, regardless of whether the projectID
881+
# or projectNumber was provided.
880882
# Corresponds to the JSON property `name`
881883
# @return [String]
882884
attr_accessor :name

generated/google-apis-eventarc_v1/lib/google/apis/eventarc_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module EventarcV1
1818
# Version of the google-apis-eventarc_v1 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250209"
25+
REVISION = "20250228"
2626
end
2727
end
2828
end

generated/google-apis-eventarc_v1/lib/google/apis/eventarc_v1/service.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8181
execute_or_queue_command(command, &block)
8282
end
8383

84-
# Get a GoogleChannelConfig
84+
# Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response
85+
# is ALWAYS coded with projectID.
8586
# @param [String] name
8687
# Required. The name of the config to get.
8788
# @param [String] fields
@@ -157,7 +158,9 @@ def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, f
157158
# Update a single GoogleChannelConfig
158159
# @param [String] name
159160
# Required. The resource name of the config. Must be in the format of, `projects/
160-
# `project`/locations/`location`/googleChannelConfig`.
161+
# `project`/locations/`location`/googleChannelConfig`. In API responses, the
162+
# config name always includes the projectID, regardless of whether the projectID
163+
# or projectNumber was provided.
161164
# @param [Google::Apis::EventarcV1::GoogleChannelConfig] google_channel_config_object
162165
# @param [String] update_mask
163166
# The fields to be updated; only fields explicitly provided are updated. If no

0 commit comments

Comments
 (0)