class Google::Apis::TranscoderV1beta1::Output
Location of output file(s) in a Cloud Storage bucket.
Attributes
uri[RW]
URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty the value is populated from `Job.output_uri`. Corresponds to the JSON property `uri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 1161 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 1166 def update!(**args) @uri = args[:uri] if args.key?(:uri) end