Reference documentation and code samples for the Google Cloud Run V2 Client class ListJobsResponse.
Response message containing a list of Jobs.
Generated from protobuf message google.cloud.run.v2.ListJobsResponse
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jobs |
array<Google\Cloud\Run\V2\Job>
The resulting list of Jobs. |
↳ next_page_token |
string
A token indicating there are more items than page_size. Use it in the next ListJobs request to continue. |
getJobs
The resulting list of Jobs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobs
The resulting list of Jobs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Run\V2\Job>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |