Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ProcessingOptions.
Options for job processing.
Generated from protobuf message google.cloud.talent.v4.Job.ProcessingOptions
Namespace
Google \ Cloud \ Talent \ V4 \ JobMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disable_street_address_resolution |
bool
If set to |
↳ html_sanitization |
int
Option for job HTML content sanitization. Applied fields are: * description * applicationInfo.instruction * incentives * qualifications * responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled. Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY. |
getDisableStreetAddressResolution
If set to true
, the service does not attempt to resolve a
more precise address for the job.
Returns | |
---|---|
Type | Description |
bool |
setDisableStreetAddressResolution
If set to true
, the service does not attempt to resolve a
more precise address for the job.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getHtmlSanitization
Option for job HTML content sanitization. Applied fields are:
- description
- applicationInfo.instruction
- incentives
- qualifications
- responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled.
Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.
Returns | |
---|---|
Type | Description |
int |
setHtmlSanitization
Option for job HTML content sanitization. Applied fields are:
- description
- applicationInfo.instruction
- incentives
- qualifications
- responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled.
Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |