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

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 \ Job

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
bool

setDisableStreetAddressResolution

If set to true, the service does not attempt to resolve a more precise address for the job.

Parameter
NameDescription
var bool
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this