Google Cloud Video Transcoder V1 Client - Class GetJobTemplateRequest (0.10.4)

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

Request message for TranscoderService.GetJobTemplate.

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

Required. The name of the job template to retrieve.

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

Returns
Type Description
string

setName

Required. The name of the job template to retrieve.

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the job template to retrieve. Format: projects/{project}/locations/{location}/jobTemplates/{job_template} Please see Google\Cloud\Video\Transcoder\V1\TranscoderServiceClient::jobTemplateName() for help formatting this field.

Returns
Type Description
Google\Cloud\Video\Transcoder\V1\GetJobTemplateRequest