public sealed class ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessageOptions for job processing.
Implements
IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
ProcessingOptions()
public ProcessingOptions()ProcessingOptions(Job.Types.ProcessingOptions)
public ProcessingOptions(Job.Types.ProcessingOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
Job.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
HtmlSanitization |
|