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

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

Response message for VideoStitcher.ListLiveConfig.

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

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ live_configs array<Google\Cloud\Video\Stitcher\V1\LiveConfig>

List of live configs.

↳ next_page_token string

The pagination token.

↳ unreachable array

Locations that could not be reached.

getLiveConfigs

List of live configs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLiveConfigs

List of live configs.

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

getNextPageToken

The pagination token.

Returns
TypeDescription
string

setNextPageToken

The pagination token.

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