Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListVodConfigsResponse.
Response message for VideoStitcher.ListVodConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.ListVodConfigsResponse
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vod_configs |
array<Google\Cloud\Video\Stitcher\V1\VodConfig>
List of VOD configs. |
↳ next_page_token |
string
The pagination token. |
↳ unreachable |
array
Locations that could not be reached. |
getVodConfigs
List of VOD configs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVodConfigs
List of VOD configs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\VodConfig>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The pagination token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The pagination token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |