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

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

Response message for TranscoderService.ListJobTemplates.

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_templates array<Google\Cloud\Video\Transcoder\V1beta1\JobTemplate>

List of job templates in the specified region.

↳ next_page_token string

The pagination token.

getJobTemplates

List of job templates in the specified region.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobTemplates

List of job templates in the specified region.

Parameter
NameDescription
var array<Google\Cloud\Video\Transcoder\V1beta1\JobTemplate>
Returns
TypeDescription
$this

getNextPageToken

The pagination token.

Returns
TypeDescription
string

setNextPageToken

The pagination token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this