Skip to content

Commit cde7988

Browse files
feat: Automated regeneration of eventarc v1 client (googleapis#22118)
Auto-created at 2025-03-16 10:28:38 +0000 using the toys pull request generator.
1 parent 957a1ea commit cde7988

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228289,6 +228289,8 @@
228289228289
"/eventarc:v1/GoogleApiSource/updateTime": update_time
228290228290
"/eventarc:v1/GoogleChannelConfig": google_channel_config
228291228291
"/eventarc:v1/GoogleChannelConfig/cryptoKeyName": crypto_key_name
228292+
"/eventarc:v1/GoogleChannelConfig/labels": labels
228293+
"/eventarc:v1/GoogleChannelConfig/labels/label": label
228292228294
"/eventarc:v1/GoogleChannelConfig/name": name
228293228295
"/eventarc:v1/GoogleChannelConfig/updateTime": update_time
228294228296
"/eventarc:v1/GoogleCloudEventarcV1PipelineDestination": google_cloud_eventarc_v1_pipeline_destination

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.62.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250307
6+
37
### v0.61.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250228

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,11 @@ class GoogleChannelConfig
875875
# @return [String]
876876
attr_accessor :crypto_key_name
877877

878+
# Optional. Resource labels.
879+
# Corresponds to the JSON property `labels`
880+
# @return [Hash<String,String>]
881+
attr_accessor :labels
882+
878883
# Required. The resource name of the config. Must be in the format of, `projects/
879884
# `project`/locations/`location`/googleChannelConfig`. In API responses, the
880885
# config name always includes the projectID, regardless of whether the projectID
@@ -895,6 +900,7 @@ def initialize(**args)
895900
# Update properties of this object
896901
def update!(**args)
897902
@crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
903+
@labels = args[:labels] if args.key?(:labels)
898904
@name = args[:name] if args.key?(:name)
899905
@update_time = args[:update_time] if args.key?(:update_time)
900906
end

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.61.0"
19+
GEM_VERSION = "0.62.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 = "20250228"
25+
REVISION = "20250307"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ class GoogleChannelConfig
554554
# @private
555555
class Representation < Google::Apis::Core::JsonRepresentation
556556
property :crypto_key_name, as: 'cryptoKeyName'
557+
hash :labels, as: 'labels'
557558
property :name, as: 'name'
558559
property :update_time, as: 'updateTime'
559560
end

0 commit comments

Comments
 (0)