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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/job.rb

Overview

Options for job processing.

Instance Attribute Summary collapse

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.

Returns:

  • (::Boolean)

    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/v4beta1/job.rb', line 371

class ProcessingOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#html_sanitization::Google::Cloud::Talent::V4beta1::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.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/talent/v4beta1/job.rb', line 371

class ProcessingOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end