Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::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/
. 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.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.