Class: Google::Cloud::Talent::V4beta1::Job::ProcessingOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb

Overview

Input only.

Options for job processing.

Instance Attribute Summary collapse

Instance Attribute Details

#disable_street_address_resolutiontrue, false

Returns Optional.

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

Returns:

  • (true, false)

    Optional.

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



376
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 376

class ProcessingOptions; end

#html_sanitizationGoogle::Cloud::Talent::V4beta1::HtmlSanitization

Returns Optional.

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:



376
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 376

class ProcessingOptions; end