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

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

Namespace

Google \ Cloud \ Talent \ V4 \ Job \ JobDebugInfo

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setSocCode

Generated from protobuf field string soc_code = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProbability

Generated from protobuf field double probability = 2;

Returns
TypeDescription
float

setProbability

Generated from protobuf field double probability = 2;

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getSvp

Generated from protobuf field int32 svp = 3;

Returns
TypeDescription
int

setSvp

Generated from protobuf field int32 svp = 3;

Parameter
NameDescription
var int
Returns
TypeDescription
$this