Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class SocBelief.
A belief that a job has particular soc with some probability.
Generated from protobuf message google.cloud.talent.v4.Job.JobDebugInfo.SocBelief
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ soc_code |
string
|
↳ probability |
float
|
↳ svp |
int
|
getSocCode
Generated from protobuf field string soc_code = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setSocCode
Generated from protobuf field string soc_code = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProbability
Generated from protobuf field double probability = 2;
| Returns | |
|---|---|
| Type | Description |
float |
|
setProbability
Generated from protobuf field double probability = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSvp
Generated from protobuf field int32 svp = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
setSvp
Generated from protobuf field int32 svp = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|