Google Cloud Video Transcoder V1beta1 Client - Class JobTemplate (0.9.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class JobTemplate.

Transcoding job template resource.

Generated from protobuf message google.cloud.video.transcoder.v1beta1.JobTemplate

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The resource name of the job template. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

↳ config Google\Cloud\Video\Transcoder\V1beta1\JobConfig

The configuration for this template.

getName

The resource name of the job template.

Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

Returns
TypeDescription
string

setName

The resource name of the job template.

Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfig

The configuration for this template.

Returns
TypeDescription
Google\Cloud\Video\Transcoder\V1beta1\JobConfig|null

hasConfig

clearConfig

setConfig

The configuration for this template.

Parameter
NameDescription
var Google\Cloud\Video\Transcoder\V1beta1\JobConfig
Returns
TypeDescription
$this