Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListClipsResponse.
Response message for "LivestreamService.ListClips".
Generated from protobuf message google.cloud.video.livestream.v1.ListClipsResponse
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ clips |
array<Google\Cloud\Video\LiveStream\V1\Clip>
The list of Clip |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
↳ unreachable |
array
Locations that could not be reached. |
getClips
The list of Clip
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClips
The list of Clip
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\LiveStream\V1\Clip>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
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 |