Google Cloud Video Stitcher V1 Client - Class ListVodStitchDetailsResponse (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListVodStitchDetailsResponse.

Response message for VideoStitcherService.listVodStitchDetails.

Generated from protobuf message google.cloud.video.stitcher.v1.ListVodStitchDetailsResponse

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ vod_stitch_details array<Google\Cloud\Video\Stitcher\V1\VodStitchDetail>

A List of stitch Details.

↳ next_page_token string

The pagination token.

getVodStitchDetails

A List of stitch Details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVodStitchDetails

A List of stitch Details.

Parameter
NameDescription
var array<Google\Cloud\Video\Stitcher\V1\VodStitchDetail>
Returns
TypeDescription
$this

getNextPageToken

The pagination token.

Returns
TypeDescription
string

setNextPageToken

The pagination token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this