Reference documentation and code samples for the Google Cloud Batch V1 Client class ListJobsResponse.
ListJob Response.
Generated from protobuf message google.cloud.batch.v1.ListJobsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jobs |
array<Google\Cloud\Batch\V1\Job>
Jobs. |
↳ next_page_token |
string
Next page token. |
↳ unreachable |
array
Locations that could not be reached. |
getJobs
Jobs.
Generated from protobuf field repeated .google.cloud.batch.v1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setJobs
Jobs.
Generated from protobuf field repeated .google.cloud.batch.v1.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Batch\V1\Job>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Next page token.
Generated from protobuf field string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Next page token.
Generated from protobuf field string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
Generated from protobuf field repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached.
Generated from protobuf field repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|