Google Cloud Video Transcoder V1beta1 Client - Class ListJobsResponse (0.6.0)

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

Response message for TranscoderService.ListJobs.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Video\Transcoder\V1beta1\Job>

List of jobs in the specified region.

↳ next_page_token string

The pagination token.

getJobs

List of jobs in the specified region.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

List of jobs in the specified region.

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

getNextPageToken

The pagination token.

Returns
TypeDescription
string

setNextPageToken

The pagination token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this