Google Cloud Talent Solution V4 Client - Class DelegatedUserInfo (1.2.2)

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

Delegated partner information where for admin or debug purpose, our internal source needs to act as a partner to do READ_ONLY operations (for example, SearchJobs).

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

Namespace

Google \ Cloud \ Talent \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_number int|string

The GCP project number of the customer that the caller is acting on behalf of. If both project number and distributor id are provided, distributor id has the higher priority.

↳ distributor_id string

The pretended distributor id. If both project number and distributor id are provided, distributor id has the higher priority.

↳ tenant_id string

The pretended tenant id.

getProjectNumber

The GCP project number of the customer that the caller is acting on behalf of.

If both project number and distributor id are provided, distributor id has the higher priority.

Returns
TypeDescription
int|string

setProjectNumber

The GCP project number of the customer that the caller is acting on behalf of.

If both project number and distributor id are provided, distributor id has the higher priority.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDistributorId

The pretended distributor id.

If both project number and distributor id are provided, distributor id has the higher priority.

Returns
TypeDescription
string

setDistributorId

The pretended distributor id.

If both project number and distributor id are provided, distributor id has the higher priority.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTenantId

The pretended tenant id.

Returns
TypeDescription
string

setTenantId

The pretended tenant id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this