Class: Google::Cloud::Video::Transcoder::V1beta1::Output

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Location of output file(s) in a Cloud Storage bucket.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns URI for the output file(s). For example, gs://my-bucket/outputs/. If empty the value is populated from Job.output_uri.

Returns:

  • (::String)

    URI for the output file(s). For example, gs://my-bucket/outputs/. If empty the value is populated from Job.output_uri.



206
207
208
209
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 206

class Output
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end