Send feedback
  
   
 
  
    
      Class Job.ProcessingOptions.Builder (2.13.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 2.13.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  Job . ProcessingOptions . Builder   extends   GeneratedMessageV3 . Builder<Job . ProcessingOptions . Builder >  implements   Job . ProcessingOptionsOrBuilder  
   
   Options for job processing.
 Protobuf type google.cloud.talent.v4beta1.Job.ProcessingOptions
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Job . ProcessingOptions . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   Job . ProcessingOptions   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   Job . ProcessingOptions   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   Job . ProcessingOptions . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  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 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Job . ProcessingOptions . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  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 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Job . ProcessingOptions . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clone() 
  
    
public   Job . ProcessingOptions . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   Job . ProcessingOptions   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  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 
  
   
  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 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeFrom(Job.ProcessingOptions other) 
  
    
public   Job . ProcessingOptions . Builder   mergeFrom ( Job . ProcessingOptions   other )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   Job . ProcessingOptions . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   Job . ProcessingOptions . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Job . ProcessingOptions . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  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 
        boolean The disableStreetAddressResolution to set.
 
       
     
  
  Returns 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Job . ProcessingOptions . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  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 
  
  Returns 
  
   
  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 
        int The enum numeric value on the wire for htmlSanitization to set.
 
       
     
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Job . ProcessingOptions . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Job . ProcessingOptions . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]