Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class JobDebugInfo.
Debugging information for internal users.
Generated from protobuf message google.cloud.talent.v4.Job.JobDebugInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ status |
int
Job Status. |
↳ soc_beliefs |
array<Google\Cloud\Talent\V4\Job\JobDebugInfo\SocBelief>
Soc Beliefs. |
↳ project_id |
string
project id. |
↳ distributor_id |
string
distributor id |
↳ tenant_id |
string
tenant id. |
↳ project_number |
int|string
project number |
↳ job_classifications |
string[]
Job Classifications |
↳ seniority |
string
Seniority |
↳ confidence_scores |
float[]
Confidence Scores |
↳ last_update_time |
Google\Protobuf\Timestamp
Last Update TIme |
getStatus
Job Status.
Returns | |
---|---|
Type | Description |
int |
setStatus
Job Status.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSocBeliefs
Soc Beliefs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSocBeliefs
Soc Beliefs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Talent\V4\Job\JobDebugInfo\SocBelief>
|
Returns | |
---|---|
Type | Description |
$this |
getProjectId
project id.
Returns | |
---|---|
Type | Description |
string |
setProjectId
project id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDistributorId
distributor id
Returns | |
---|---|
Type | Description |
string |
setDistributorId
distributor id
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTenantId
tenant id.
Returns | |
---|---|
Type | Description |
string |
setTenantId
tenant id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProjectNumber
project number
Returns | |
---|---|
Type | Description |
int|string |
setProjectNumber
project number
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getJobClassifications
Job Classifications
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobClassifications
Job Classifications
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getSeniority
Seniority
Returns | |
---|---|
Type | Description |
string |
setSeniority
Seniority
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfidenceScores
Confidence Scores
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConfidenceScores
Confidence Scores
Parameter | |
---|---|
Name | Description |
var |
float[]
|
Returns | |
---|---|
Type | Description |
$this |
getLastUpdateTime
Last Update TIme
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
Last Update TIme
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |