Class Job.Types.ProcessingOptions (1.0.0)

public sealed class ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessage

Options for job processing.

Inheritance

System.Object > Job.Types.ProcessingOptions

Implements

Google.Protobuf.IMessage<Job.Types.ProcessingOptions>, System.IEquatable<Job.Types.ProcessingOptions>, Google.Protobuf.IDeepCloneable<Job.Types.ProcessingOptions>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ProcessingOptions()

public ProcessingOptions()

ProcessingOptions(Job.Types.ProcessingOptions)

public ProcessingOptions(Job.Types.ProcessingOptions other)
Parameter
NameDescription
otherJob.Types.ProcessingOptions

Properties

DisableStreetAddressResolution

public bool DisableStreetAddressResolution { get; set; }

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

Property Value
TypeDescription
System.Boolean

HtmlSanitization

public HtmlSanitization HtmlSanitization { get; set; }

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.v4.HtmlSanitization.SIMPLE_FORMATTING_ONLY].

Property Value
TypeDescription
HtmlSanitization