File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-eventarc_v1
lib/google/apis/eventarc_v1 Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments