Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListAssetsResponse.
Response message for "LivestreamService.ListAssets".
Generated from protobuf message google.cloud.video.livestream.v1.ListAssetsResponse
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ assets |
array<Asset>
The list of Assets |
↳ next_page_token |
string
The next_page_token value returned from a previous List request, if any. |
↳ unreachable |
array
Locations that could not be reached. |
getAssets
The list of Assets
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAssets
The list of Assets
| Parameter | |
|---|---|
| Name | Description |
var |
array<Asset>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The next_page_token value returned from a previous List request, if any.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The next_page_token value returned from a previous List request, if any.
| 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 |
|