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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ live_configs | array<LiveConfig>List of live configs. | 
| ↳ next_page_token | stringThe pagination token. | 
| ↳ unreachable | arrayLocations that could not be reached. | 
getLiveConfigs
List of live configs.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setLiveConfigs
List of live configs.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<LiveConfig> | 
| 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 | |