public static interface Job.ProcessingOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisableStreetAddressResolution()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disableStreetAddressResolution. |
getHtmlSanitization()
public abstract 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 html_sanitization = 2;
| Returns | |
|---|---|
| Type | Description |
HtmlSanitization |
The htmlSanitization. |
getHtmlSanitizationValue()
public abstract 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 html_sanitization = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for htmlSanitization. |