class Google::Apis::TranscoderV1::PubsubDestination
A Pub/Sub destination.
Attributes
topic[RW]
The name of the Pub/Sub topic to publish job completion notification to. For example: ‘projects/`project`/topics/`topic“. Corresponds to the JSON property `topic` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1/classes.rb, line 1472 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/transcoder_v1/classes.rb, line 1477 def update!(**args) @topic = args[:topic] if args.key?(:topic) end