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 \ V4Methods
__construct
Constructor.
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.
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.
var
int|string
$this
getDistributorId
The pretended distributor id.
If both project number and distributor id are provided, distributor id has the higher priority.
string
setDistributorId
The pretended distributor id.
If both project number and distributor id are provided, distributor id has the higher priority.
var
string
$this
getTenantId
The pretended tenant id.
string
setTenantId
The pretended tenant id.
var
string
$this

