Google Cloud Video Transcoder V1 Client - Class Output (0.9.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class Output.

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

Generated from protobuf message google.cloud.video.transcoder.v1.Output

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uri string

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.

getUri

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.

Returns
TypeDescription
string

setUri

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this