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 \ V4Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSearcher
Specifies which search backend to use. Current available options are: st-bti, model-t, and st-muppet.
Returns | |
---|---|
Type | Description |
string |
setSearcher
Specifies which search backend to use. Current available options are: st-bti, model-t, and st-muppet.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStExpressionOverride
Overrides the ST sorting/scoring expression.
Returns | |
---|---|
Type | Description |
string |
setStExpressionOverride
Overrides the ST sorting/scoring expression.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSearchAllTenant
Search documents of all tenants (only implemented for job search as of 6/14/2019).
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool|null |
setSearchAllTenant
Search documents of all tenants (only implemented for job search as of 6/14/2019).
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\BoolValue
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Name | Description |
var |
bool|null
|
Returns | |
---|---|
Type | Description |
$this |
getEnableWildcardSearch
Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool|null |
setEnableWildcardSearch
Temporarily added this flag for profile wildcard search Flag to indicate whether wildcard search is enabled
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\BoolValue
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Name | Description |
var |
bool|null
|
Returns | |
---|---|
Type | Description |
$this |