Google Cloud Video Transcoder V1 Client - Class Output (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
URI for the output file(s). For example, |
getUri
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 | |
|---|---|
| Type | Description |
string |
|
setUri
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|