class Google::Apis::EventarcV1::Transport

Represents the transport intermediaries created for the trigger in order to deliver events.

Attributes

pubsub[RW]

Represents a Pub/Sub transport. Corresponds to the JSON property `pubsub` @return [Google::Apis::EventarcV1::Pubsub]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/eventarc_v1/classes.rb, line 845
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_v1/classes.rb, line 850
def update!(**args)
  @pubsub = args[:pubsub] if args.key?(:pubsub)
end