Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class ListJobsResponse.
List jobs response.
Generated from protobuf message google.cloud.talent.v4beta1.ListJobsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jobs |
array<Google\Cloud\Talent\V4beta1\Job>
The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request. |
↳ next_page_token |
string
A token to retrieve the next page of results. |
↳ metadata |
Google\Cloud\Talent\V4beta1\ResponseMetadata
Additional information for the API invocation, such as the request tracking id. |
getJobs
The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setJobs
The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Talent\V4beta1\Job>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMetadata
Additional information for the API invocation, such as the request tracking id.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Talent\V4beta1\ResponseMetadata|null |
|
hasMetadata
clearMetadata
setMetadata
Additional information for the API invocation, such as the request tracking id.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Talent\V4beta1\ResponseMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|