class Google::Apis::TranscoderV1beta1::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_v1beta1/classes.rb, line 1332
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_v1beta1/classes.rb, line 1337
def update!(**args)
  @topic = args[:topic] if args.key?(:topic)
end