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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getDistributorId
The pretended distributor id.
If both project number and distributor id are provided, distributor id has the higher priority.
Returns | |
---|---|
Type | Description |
string |
setDistributorId
The pretended distributor id.
If both project number and distributor id are provided, distributor id has the higher priority.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTenantId
The pretended tenant id.
Returns | |
---|---|
Type | Description |
string |
setTenantId
The pretended tenant id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |