Google Cloud Talent Solution V4beta1 Client - Class ListTenantsResponse (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class ListTenantsResponse.

The List tenants response object.

Generated from protobuf message google.cloud.talent.v4beta1.ListTenantsResponse

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tenants array<Google\Cloud\Talent\V4beta1\Tenant>

Tenants for the current client.

↳ 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.

getTenants

Tenants for the current client.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTenants

Tenants for the current client.

Parameter
NameDescription
var array<Google\Cloud\Talent\V4beta1\Tenant>
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\V4beta1\ResponseMetadata|null

hasMetadata

clearMetadata

setMetadata

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

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