Google Cloud Video Transcoder V1 Client - Class ListJobTemplatesResponse (1.4.0)

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

Response message for TranscoderService.ListJobTemplates.

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ job_templates array<JobTemplate>

List of job templates in the specified region.

↳ next_page_token string

The pagination token.

↳ unreachable string[]

List of regions that could not be reached.

getJobTemplates

List of job templates in the specified region.

Returns
Type Description
Google\Protobuf\RepeatedField<JobTemplate>

setJobTemplates

List of job templates in the specified region.

Parameter
Name Description
var array<JobTemplate>
Returns
Type Description
$this

getNextPageToken

The pagination token.

Returns
Type Description
string

setNextPageToken

The pagination token.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

List of regions that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

List of regions that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this