Transcoder V1beta1 API - Class Google::Cloud::Video::Transcoder::V1beta1::Output (v0.3.2)

Reference documentation and code samples for the Transcoder V1beta1 API class Google::Cloud::Video::Transcoder::V1beta1::Output.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#uri

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

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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.