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
Name
Description
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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class ProcessingOptions (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.Job.ProcessingOptions)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.Job.ProcessingOptions)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.Job.ProcessingOptions)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.Job.ProcessingOptions)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.Job.ProcessingOptions)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.Job.ProcessingOptions)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.Job.ProcessingOptions) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class ProcessingOptions.\n\nOptions for job processing.\n\nGenerated from protobuf message `google.cloud.talent.v4.Job.ProcessingOptions`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4 \\\\ Job\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getDisableStreetAddressResolution\n\nIf set to `true`, the service does not attempt to resolve a\nmore precise address for the job.\n\n### setDisableStreetAddressResolution\n\nIf set to `true`, the service does not attempt to resolve a\nmore precise address for the job.\n\n### getHtmlSanitization\n\nOption for job HTML content sanitization. Applied fields are:\n\n- description\n- applicationInfo.instruction\n- incentives\n- qualifications\n- responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled.\n\nDefaults to\n[HtmlSanitization.SIMPLE_FORMATTING_ONLY](/php/docs/reference/cloud-talent/latest/V4.HtmlSanitization#_Google_Cloud_Talent_V4_HtmlSanitization__SIMPLE_FORMATTING_ONLY).\n\n### setHtmlSanitization\n\nOption for job HTML content sanitization. Applied fields are:\n\n- description\n- applicationInfo.instruction\n- incentives\n- qualifications\n- responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled.\n\nDefaults to\n[HtmlSanitization.SIMPLE_FORMATTING_ONLY](/php/docs/reference/cloud-talent/latest/V4.HtmlSanitization#_Google_Cloud_Talent_V4_HtmlSanitization__SIMPLE_FORMATTING_ONLY)."]]