Google Cloud Video Transcoder V1 Client - Class ListJobsResponse (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ListJobsResponse.
Response message for TranscoderService.ListJobs.
Generated from protobuf message google.cloud.video.transcoder.v1.ListJobsResponse
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jobs |
array<Job>
List of jobs in the specified region. |
↳ next_page_token |
string
The pagination token. |
↳ unreachable |
array
List of regions that could not be reached. |
getJobs
List of jobs in the specified region.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setJobs
List of jobs in the specified region.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Job>
|
| 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
List of regions that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
List of regions that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|