Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Job::ProcessingOptions.
Options for job processing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disable_street_address_resolution
def disable_street_address_resolution() -> ::Boolean
-
(::Boolean) — If set to
true
, the service does not attempt to resolve a more precise address for the job.
#disable_street_address_resolution=
def disable_street_address_resolution=(value) -> ::Boolean
-
value (::Boolean) — If set to
true
, the service does not attempt to resolve a more precise address for the job.
-
(::Boolean) — If set to
true
, the service does not attempt to resolve a more precise address for the job.
#html_sanitization
def html_sanitization() -> ::Google::Cloud::Talent::V4beta1::HtmlSanitization
-
(::Google::Cloud::Talent::V4beta1::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.
#html_sanitization=
def html_sanitization=(value) -> ::Google::Cloud::Talent::V4beta1::HtmlSanitization
-
value (::Google::Cloud::Talent::V4beta1::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.
-
(::Google::Cloud::Talent::V4beta1::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.