public static interface Job.ProcessingOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisableStreetAddressResolution()
Optional.
|
HtmlSanitization |
getHtmlSanitization()
Optional.
|
int |
getHtmlSanitizationValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisableStreetAddressResolution()
Optional. If set to `true`, the service does not attempt to resolve a more precise address for the job.
bool disable_street_address_resolution = 1;int getHtmlSanitizationValue()
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][google.cloud.talent.v4beta1.HtmlSanitization.SIMPLE_FORMATTING_ONLY].
.google.cloud.talent.v4beta1.HtmlSanitization html_sanitization = 2;HtmlSanitization getHtmlSanitization()
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][google.cloud.talent.v4beta1.HtmlSanitization.SIMPLE_FORMATTING_ONLY].
.google.cloud.talent.v4beta1.HtmlSanitization html_sanitization = 2;Copyright © 2019 Google LLC. All rights reserved.