Google Cloud Video Stitcher V1 Client - Class ListSlatesResponse (0.3.4)

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

Response message for VideoStitcherService.listSlates.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ slates array<Google\Cloud\Video\Stitcher\V1\Slate>

The list of slates

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getSlates

The list of slates

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSlates

The list of slates

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

getNextPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this