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.
data
array
Optional. Data for populating the Message object.
↳ disable_street_address_resolution
bool
If set to true
, the service does not attempt to resolve a more precise address for the job.
↳ 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.
bool
setDisableStreetAddressResolution
If set to true
, the service does not attempt to resolve a
more precise address for the job.
var
bool
$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 .
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 .
$this

