public static interface Job.ProcessingOptionsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDisableStreetAddressResolution()
If set to `true`, the service does not attempt to resolve a
more precise address for the job.
|
HtmlSanitization |
getHtmlSanitization()
Option for job HTML content sanitization.
|
int |
getHtmlSanitizationValue()
Option for job HTML content sanitization.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getDisableStreetAddressResolution()
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()
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()
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 © 2022 Google LLC. All rights reserved.