Google Cloud Talent Solution V4 Client - Class DebugOptions (1.1.1)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DebugOptions.

Various debug options available for debugging mode. Internal only.

Generated from protobuf message google.cloud.talent.v4.DebugOptions

Namespace

Google \ Cloud \ Talent \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ level int

Specifies the level of debug output. The higher the number, the more debug information is returned and printed in backend server logs. Current levels are 1-4.

↳ searcher string

Specifies which search backend to use. Current available options are: st-bti, model-t, and st-muppet.

↳ scoring_parameter_override string

Specifies the scoring parameters to override during search. This is equivalent to the 'dsp' url parameter in the legacy system. For details, consult go/gjobs-scoring-params.

↳ st_expression_override string

Overrides the ST sorting/scoring expression.

↳ search_all_tenant Google\Protobuf\BoolValue

Search documents of all tenants (only implemented for job search as of 6/14/2019).

↳ enable_wildcard_search Google\Protobuf\BoolValue

Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled

getLevel

Specifies the level of debug output. The higher the number, the more debug information is returned and printed in backend server logs.

Current levels are 1-4.

Returns
TypeDescription
int

setLevel

Specifies the level of debug output. The higher the number, the more debug information is returned and printed in backend server logs.

Current levels are 1-4.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSearcher

Specifies which search backend to use. Current available options are: st-bti, model-t, and st-muppet.

Returns
TypeDescription
string

setSearcher

Specifies which search backend to use. Current available options are: st-bti, model-t, and st-muppet.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getScoringParameterOverride

Specifies the scoring parameters to override during search. This is equivalent to the 'dsp' url parameter in the legacy system. For details, consult go/gjobs-scoring-params.

Returns
TypeDescription
string

setScoringParameterOverride

Specifies the scoring parameters to override during search. This is equivalent to the 'dsp' url parameter in the legacy system. For details, consult go/gjobs-scoring-params.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStExpressionOverride

Overrides the ST sorting/scoring expression.

Returns
TypeDescription
string

setStExpressionOverride

Overrides the ST sorting/scoring expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSearchAllTenant

Search documents of all tenants (only implemented for job search as of 6/14/2019).

Returns
TypeDescription
Google\Protobuf\BoolValue|null

hasSearchAllTenant

clearSearchAllTenant

getSearchAllTenantValue

Returns the unboxed value from getSearchAllTenant()

Search documents of all tenants (only implemented for job search as of 6/14/2019).

Returns
TypeDescription
bool|null

setSearchAllTenant

Search documents of all tenants (only implemented for job search as of 6/14/2019).

Parameter
NameDescription
var Google\Protobuf\BoolValue
Returns
TypeDescription
$this

setSearchAllTenantValue

Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.

Search documents of all tenants (only implemented for job search as of 6/14/2019).

Parameter
NameDescription
var bool|null
Returns
TypeDescription
$this

getEnableWildcardSearch

Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled

Returns
TypeDescription
Google\Protobuf\BoolValue|null

hasEnableWildcardSearch

clearEnableWildcardSearch

getEnableWildcardSearchValue

Returns the unboxed value from getEnableWildcardSearch()

Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled

Returns
TypeDescription
bool|null

setEnableWildcardSearch

Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled

Parameter
NameDescription
var Google\Protobuf\BoolValue
Returns
TypeDescription
$this

setEnableWildcardSearchValue

Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.

Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled

Parameter
NameDescription
var bool|null
Returns
TypeDescription
$this