Google Cloud Video Transcoder V1 Client - Class JobTemplate (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 JobTemplate.
Transcoding job template resource.
Generated from protobuf message google.cloud.video.transcoder.v1.JobTemplate
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The resource name of the job template. Format: |
↳ config |
JobConfig
The configuration for this template. |
↳ labels |
array|Google\Protobuf\Internal\MapField
The labels associated with this job template. You can use these to organize and group your job templates. |
getName
The resource name of the job template.
Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The resource name of the job template.
Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConfig
The configuration for this template.
| Returns | |
|---|---|
| Type | Description |
JobConfig|null |
|
hasConfig
clearConfig
setConfig
The configuration for this template.
| Parameter | |
|---|---|
| Name | Description |
var |
JobConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
The labels associated with this job template. You can use these to organize and group your job templates.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
The labels associated with this job template. You can use these to organize and group your job templates.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|