Class: Google::Cloud::Video::Transcoder::V1::Output
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Output
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Location of output file(s) in a Cloud Storage bucket.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
URI for the output file(s).
Instance Attribute Details
#uri ⇒ ::String
Returns URI for the output file(s). For example, gs://my-bucket/outputs/. Must be
a directory and not a top-level bucket. If empty, the value is populated
from Job.output_uri. See
Supported input and output
formats.
267 268 269 270 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 267 class Output include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |