Class ProcessingOptions (2.3.0)

ProcessingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for job processing. .. attribute:: disable_street_address_resolution

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

:type: bool

Attribute

NameDescription
html_sanitization google.cloud.talent_v4.types.HtmlSanitization
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.