class Google::Apis::EventarcV1beta1::Destination
Represents a target of an invocation over HTTP.
Attributes
cloud_run_service[RW]
Represents a Cloud Run service destination. Corresponds to the JSON property `cloudRunService` @return [Google::Apis::EventarcV1beta1::CloudRunService]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/eventarc_v1beta1/classes.rb, line 224 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/eventarc_v1beta1/classes.rb, line 229 def update!(**args) @cloud_run_service = args[:cloud_run_service] if args.key?(:cloud_run_service) end