Package com.google.cloud.talent.v4
Interface Job.ProcessingOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.ProcessingOptions
,Job.ProcessingOptions.Builder
- Enclosing class:
- Job
public static interface Job.ProcessingOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisableStreetAddressResolution
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:
- The disableStreetAddressResolution.
-
getHtmlSanitizationValue
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.v4.HtmlSanitization.SIMPLE_FORMATTING_ONLY].
.google.cloud.talent.v4.HtmlSanitization html_sanitization = 2;
- Returns:
- The enum numeric value on the wire for htmlSanitization.
-
getHtmlSanitization
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.v4.HtmlSanitization.SIMPLE_FORMATTING_ONLY].
.google.cloud.talent.v4.HtmlSanitization html_sanitization = 2;
- Returns:
- The htmlSanitization.
-
-