Google Cloud Talent Solution V4 Client - Class ListJobsResponse (1.0.5)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ListJobsResponse.

List jobs response.

Generated from protobuf message google.cloud.talent.v4.ListJobsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Talent\V4\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\V4\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
TypeDescription
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
NameDescription
var array<Google\Cloud\Talent\V4\Job>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadata

Additional information for the API invocation, such as the request tracking id.

Returns
TypeDescription
Google\Cloud\Talent\V4\ResponseMetadata|null

hasMetadata

clearMetadata

setMetadata

Additional information for the API invocation, such as the request tracking id.

Parameter
NameDescription
var Google\Cloud\Talent\V4\ResponseMetadata
Returns
TypeDescription
$this