- 2.79.0 (latest)
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.71.0
 - 2.69.0
 - 2.68.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.6
 - 2.2.9
 
public static final class Job.ProcessingOptions.Builder extends GeneratedMessageV3.Builder<Job.ProcessingOptions.Builder> implements Job.ProcessingOptionsOrBuilderOptions for job processing.
 Protobuf type google.cloud.talent.v4beta1.Job.ProcessingOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Job.ProcessingOptions.BuilderImplements
Job.ProcessingOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Job.ProcessingOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
build()
public Job.ProcessingOptions build()| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions | 
        |
buildPartial()
public Job.ProcessingOptions buildPartial()| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions | 
        |
clear()
public Job.ProcessingOptions.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
clearDisableStreetAddressResolution()
public Job.ProcessingOptions.Builder clearDisableStreetAddressResolution() 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 | 
Job.ProcessingOptions.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Job.ProcessingOptions.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
clearHtmlSanitization()
public Job.ProcessingOptions.Builder clearHtmlSanitization()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 | 
Job.ProcessingOptions.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Job.ProcessingOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
clone()
public Job.ProcessingOptions.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
getDefaultInstanceForType()
public Job.ProcessingOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDisableStreetAddressResolution()
public 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 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 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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(Job.ProcessingOptions other)
public Job.ProcessingOptions.Builder mergeFrom(Job.ProcessingOptions other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Job.ProcessingOptions | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Job.ProcessingOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Job.ProcessingOptions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Job.ProcessingOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
setDisableStreetAddressResolution(boolean value)
public Job.ProcessingOptions.Builder setDisableStreetAddressResolution(boolean value) If set to true, the service does not attempt to resolve a
 more precise address for the job.
 bool disable_street_address_resolution = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe disableStreetAddressResolution to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Job.ProcessingOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
setHtmlSanitization(HtmlSanitization value)
public Job.ProcessingOptions.Builder setHtmlSanitization(HtmlSanitization value)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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        HtmlSanitizationThe htmlSanitization to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        This builder for chaining.  | 
      
setHtmlSanitizationValue(int value)
public Job.ProcessingOptions.Builder setHtmlSanitizationValue(int value)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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for htmlSanitization to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Job.ProcessingOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final Job.ProcessingOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Job.ProcessingOptions.Builder | 
        |