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
Methods
__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 |
Google\Cloud\Video\Transcoder\V1\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 |
Google\Cloud\Video\Transcoder\V1\JobConfig|null |
hasConfig
clearConfig
setConfig
The configuration for this template.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Transcoder\V1\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 |