public sealed class Job.Types.ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class Job.Types.ProcessingOptions.
Options for job processing.
Implements
IMessageJobTypesProcessingOptions, IEquatableJobTypesProcessingOptions, IDeepCloneableJobTypesProcessingOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
ProcessingOptions()
public ProcessingOptions()
ProcessingOptions(ProcessingOptions)
public ProcessingOptions(Job.Types.ProcessingOptions other)
Parameter | |
---|---|
Name | Description |
other |
JobTypesProcessingOptions |
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 |
bool |
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 |