Class: Google::Cloud::Talent::V4::Job::ProcessingOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::Job::ProcessingOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job.rb
Overview
Options for job processing.
Instance Attribute Summary collapse
-
#disable_street_address_resolution ⇒ ::Boolean
If set to
true
, the service does not attempt to resolve a more precise address for the job. -
#html_sanitization ⇒ ::Google::Cloud::Talent::V4::HtmlSanitization
Option for job HTML content sanitization.
Instance Attribute Details
#disable_street_address_resolution ⇒ ::Boolean
Returns If set to true
, the service does not attempt to resolve a
more precise address for the job.
371 372 373 374 |
# File 'proto_docs/google/cloud/talent/v4/job.rb', line 371 class ProcessingOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#html_sanitization ⇒ ::Google::Cloud::Talent::V4::HtmlSanitization
Returns 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.
371 372 373 374 |
# File 'proto_docs/google/cloud/talent/v4/job.rb', line 371 class ProcessingOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |