class Google::Apis::TranscoderV1::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`. See [Supported input and output formats](cloud.google.com/transcoder/docs/concepts/supported-input-and- output-formats). Corresponds to the JSON property `uri` @return [String]

Public Class Methods

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