Class Job.Builder

  • All Implemented Interfaces:
    JobOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Job

    public static final class Job.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
    implements JobOrBuilder
     A Job resource represents a job posting (also referred to as a "job listing"
     or "job requisition"). A job belongs to a
     [Company][google.cloud.talent.v4.Company], which is the hiring entity
     responsible for the job.
     
    Protobuf type google.cloud.talent.v4.Job
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • clear

        public Job.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • getDefaultInstanceForType

        public Job getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Job build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Job buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Job.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • setField

        public Job.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • clearField

        public Job.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • clearOneof

        public Job.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • setRepeatedField

        public Job.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            int index,
                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • addRepeatedField

        public Job.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • mergeFrom

        public Job.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • mergeFrom

        public Job.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required during job update.
        
         The resource name for the job. This is generated by the service when a
         job is created.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
         example, "projects/foo/tenants/bar/jobs/baz".
        
         Use of this field in job queries and API calls is preferred over the use of
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] since this
         value is unique.
         
        string name = 1;
        Specified by:
        getName in interface JobOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required during job update.
        
         The resource name for the job. This is generated by the service when a
         job is created.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
         example, "projects/foo/tenants/bar/jobs/baz".
        
         Use of this field in job queries and API calls is preferred over the use of
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] since this
         value is unique.
         
        string name = 1;
        Specified by:
        getNameBytes in interface JobOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Job.Builder setName​(String value)
         Required during job update.
        
         The resource name for the job. This is generated by the service when a
         job is created.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
         example, "projects/foo/tenants/bar/jobs/baz".
        
         Use of this field in job queries and API calls is preferred over the use of
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] since this
         value is unique.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Job.Builder clearName()
         Required during job update.
        
         The resource name for the job. This is generated by the service when a
         job is created.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
         example, "projects/foo/tenants/bar/jobs/baz".
        
         Use of this field in job queries and API calls is preferred over the use of
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] since this
         value is unique.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Job.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required during job update.
        
         The resource name for the job. This is generated by the service when a
         job is created.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For
         example, "projects/foo/tenants/bar/jobs/baz".
        
         Use of this field in job queries and API calls is preferred over the use of
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] since this
         value is unique.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getCompany

        public String getCompany()
         Required. The resource name of the company listing the job.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For
         example, "projects/foo/tenants/bar/companies/baz".
         
        string company = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getCompany in interface JobOrBuilder
        Returns:
        The company.
      • getCompanyBytes

        public com.google.protobuf.ByteString getCompanyBytes()
         Required. The resource name of the company listing the job.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For
         example, "projects/foo/tenants/bar/companies/baz".
         
        string company = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getCompanyBytes in interface JobOrBuilder
        Returns:
        The bytes for company.
      • setCompany

        public Job.Builder setCompany​(String value)
         Required. The resource name of the company listing the job.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For
         example, "projects/foo/tenants/bar/companies/baz".
         
        string company = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The company to set.
        Returns:
        This builder for chaining.
      • clearCompany

        public Job.Builder clearCompany()
         Required. The resource name of the company listing the job.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For
         example, "projects/foo/tenants/bar/companies/baz".
         
        string company = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCompanyBytes

        public Job.Builder setCompanyBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the company listing the job.
        
         The format is
         "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For
         example, "projects/foo/tenants/bar/companies/baz".
         
        string company = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for company to set.
        Returns:
        This builder for chaining.
      • getRequisitionId

        public String getRequisitionId()
         Required. The requisition ID, also referred to as the posting ID, is
         assigned by the client to identify a job. This field is intended to be used
         by clients for client identification and tracking of postings. A job isn't
         allowed to be created if there is another job with the same
         [company][google.cloud.talent.v4.Job.name],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The maximum number of allowed characters is 255.
         
        string requisition_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequisitionId in interface JobOrBuilder
        Returns:
        The requisitionId.
      • getRequisitionIdBytes

        public com.google.protobuf.ByteString getRequisitionIdBytes()
         Required. The requisition ID, also referred to as the posting ID, is
         assigned by the client to identify a job. This field is intended to be used
         by clients for client identification and tracking of postings. A job isn't
         allowed to be created if there is another job with the same
         [company][google.cloud.talent.v4.Job.name],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The maximum number of allowed characters is 255.
         
        string requisition_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequisitionIdBytes in interface JobOrBuilder
        Returns:
        The bytes for requisitionId.
      • setRequisitionId

        public Job.Builder setRequisitionId​(String value)
         Required. The requisition ID, also referred to as the posting ID, is
         assigned by the client to identify a job. This field is intended to be used
         by clients for client identification and tracking of postings. A job isn't
         allowed to be created if there is another job with the same
         [company][google.cloud.talent.v4.Job.name],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The maximum number of allowed characters is 255.
         
        string requisition_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The requisitionId to set.
        Returns:
        This builder for chaining.
      • clearRequisitionId

        public Job.Builder clearRequisitionId()
         Required. The requisition ID, also referred to as the posting ID, is
         assigned by the client to identify a job. This field is intended to be used
         by clients for client identification and tracking of postings. A job isn't
         allowed to be created if there is another job with the same
         [company][google.cloud.talent.v4.Job.name],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The maximum number of allowed characters is 255.
         
        string requisition_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setRequisitionIdBytes

        public Job.Builder setRequisitionIdBytes​(com.google.protobuf.ByteString value)
         Required. The requisition ID, also referred to as the posting ID, is
         assigned by the client to identify a job. This field is intended to be used
         by clients for client identification and tracking of postings. A job isn't
         allowed to be created if there is another job with the same
         [company][google.cloud.talent.v4.Job.name],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The maximum number of allowed characters is 255.
         
        string requisition_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for requisitionId to set.
        Returns:
        This builder for chaining.
      • getTitle

        public String getTitle()
         Required. The title of the job, such as "Software Engineer"
        
         The maximum number of allowed characters is 500.
         
        string title = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTitle in interface JobOrBuilder
        Returns:
        The title.
      • getTitleBytes

        public com.google.protobuf.ByteString getTitleBytes()
         Required. The title of the job, such as "Software Engineer"
        
         The maximum number of allowed characters is 500.
         
        string title = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTitleBytes in interface JobOrBuilder
        Returns:
        The bytes for title.
      • setTitle

        public Job.Builder setTitle​(String value)
         Required. The title of the job, such as "Software Engineer"
        
         The maximum number of allowed characters is 500.
         
        string title = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The title to set.
        Returns:
        This builder for chaining.
      • clearTitle

        public Job.Builder clearTitle()
         Required. The title of the job, such as "Software Engineer"
        
         The maximum number of allowed characters is 500.
         
        string title = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTitleBytes

        public Job.Builder setTitleBytes​(com.google.protobuf.ByteString value)
         Required. The title of the job, such as "Software Engineer"
        
         The maximum number of allowed characters is 500.
         
        string title = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for title to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         Required. The description of the job, which typically includes a
         multi-paragraph description of the company and related information.
         Separate fields are provided on the job object for
         [responsibilities][google.cloud.talent.v4.Job.responsibilities],
         [qualifications][google.cloud.talent.v4.Job.qualifications], and other job
         characteristics. Use of these separate job fields is recommended.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 100,000.
         
        string description = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDescription in interface JobOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Required. The description of the job, which typically includes a
         multi-paragraph description of the company and related information.
         Separate fields are provided on the job object for
         [responsibilities][google.cloud.talent.v4.Job.responsibilities],
         [qualifications][google.cloud.talent.v4.Job.qualifications], and other job
         characteristics. Use of these separate job fields is recommended.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 100,000.
         
        string description = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDescriptionBytes in interface JobOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Job.Builder setDescription​(String value)
         Required. The description of the job, which typically includes a
         multi-paragraph description of the company and related information.
         Separate fields are provided on the job object for
         [responsibilities][google.cloud.talent.v4.Job.responsibilities],
         [qualifications][google.cloud.talent.v4.Job.qualifications], and other job
         characteristics. Use of these separate job fields is recommended.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 100,000.
         
        string description = 5 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Job.Builder clearDescription()
         Required. The description of the job, which typically includes a
         multi-paragraph description of the company and related information.
         Separate fields are provided on the job object for
         [responsibilities][google.cloud.talent.v4.Job.responsibilities],
         [qualifications][google.cloud.talent.v4.Job.qualifications], and other job
         characteristics. Use of these separate job fields is recommended.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 100,000.
         
        string description = 5 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Job.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Required. The description of the job, which typically includes a
         multi-paragraph description of the company and related information.
         Separate fields are provided on the job object for
         [responsibilities][google.cloud.talent.v4.Job.responsibilities],
         [qualifications][google.cloud.talent.v4.Job.qualifications], and other job
         characteristics. Use of these separate job fields is recommended.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 100,000.
         
        string description = 5 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getAddressesList

        public com.google.protobuf.ProtocolStringList getAddressesList()
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Specified by:
        getAddressesList in interface JobOrBuilder
        Returns:
        A list containing the addresses.
      • getAddressesCount

        public int getAddressesCount()
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Specified by:
        getAddressesCount in interface JobOrBuilder
        Returns:
        The count of addresses.
      • getAddresses

        public String getAddresses​(int index)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Specified by:
        getAddresses in interface JobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The addresses at the given index.
      • getAddressesBytes

        public com.google.protobuf.ByteString getAddressesBytes​(int index)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Specified by:
        getAddressesBytes in interface JobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the addresses at the given index.
      • setAddresses

        public Job.Builder setAddresses​(int index,
                                        String value)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Parameters:
        index - The index to set the value at.
        value - The addresses to set.
        Returns:
        This builder for chaining.
      • addAddresses

        public Job.Builder addAddresses​(String value)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Parameters:
        value - The addresses to add.
        Returns:
        This builder for chaining.
      • addAllAddresses

        public Job.Builder addAllAddresses​(Iterable<String> values)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Parameters:
        values - The addresses to add.
        Returns:
        This builder for chaining.
      • clearAddresses

        public Job.Builder clearAddresses()
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Returns:
        This builder for chaining.
      • addAddressesBytes

        public Job.Builder addAddressesBytes​(com.google.protobuf.ByteString value)
         Strongly recommended for the best service experience.
        
         Location(s) where the employer is looking to hire for this job posting.
        
         Specifying the full street address(es) of the hiring location enables
         better API results, especially job searches by commute time.
        
         At most 50 locations are allowed for best search performance. If a job has
         more locations, it is suggested to split it into multiple jobs with unique
         [requisition_id][google.cloud.talent.v4.Job.requisition_id]s (e.g. 'ReqA'
         becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same
         [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] are not
         allowed. If the original
         [requisition_id][google.cloud.talent.v4.Job.requisition_id] must be
         preserved, a custom field should be used for storage. It is also suggested
         to group the locations that close to each other in the same job for better
         search experience.
        
         Jobs with multiple addresses must have their addresses with the same
         [LocationType][] to allow location filtering to work properly. (For
         example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
         CA, USA" and "London, UK" may not have location filters applied correctly
         at search time since the first is a [LocationType.STREET_ADDRESS][] and the
         second is a [LocationType.LOCALITY][].) If a job needs to have multiple
         addresses, it is suggested to split it into multiple jobs with same
         LocationTypes.
        
         The maximum number of allowed characters is 500.
         
        repeated string addresses = 6;
        Parameters:
        value - The bytes of the addresses to add.
        Returns:
        This builder for chaining.
      • hasApplicationInfo

        public boolean hasApplicationInfo()
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
        Specified by:
        hasApplicationInfo in interface JobOrBuilder
        Returns:
        Whether the applicationInfo field is set.
      • getApplicationInfo

        public Job.ApplicationInfo getApplicationInfo()
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
        Specified by:
        getApplicationInfo in interface JobOrBuilder
        Returns:
        The applicationInfo.
      • setApplicationInfo

        public Job.Builder setApplicationInfo​(Job.ApplicationInfo value)
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
      • setApplicationInfo

        public Job.Builder setApplicationInfo​(Job.ApplicationInfo.Builder builderForValue)
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
      • mergeApplicationInfo

        public Job.Builder mergeApplicationInfo​(Job.ApplicationInfo value)
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
      • clearApplicationInfo

        public Job.Builder clearApplicationInfo()
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
      • getApplicationInfoBuilder

        public Job.ApplicationInfo.Builder getApplicationInfoBuilder()
         Job application information.
         
        .google.cloud.talent.v4.Job.ApplicationInfo application_info = 7;
      • getJobBenefitsList

        public List<JobBenefit> getJobBenefitsList()
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Specified by:
        getJobBenefitsList in interface JobOrBuilder
        Returns:
        A list containing the jobBenefits.
      • getJobBenefitsCount

        public int getJobBenefitsCount()
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Specified by:
        getJobBenefitsCount in interface JobOrBuilder
        Returns:
        The count of jobBenefits.
      • getJobBenefits

        public JobBenefit getJobBenefits​(int index)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Specified by:
        getJobBenefits in interface JobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The jobBenefits at the given index.
      • setJobBenefits

        public Job.Builder setJobBenefits​(int index,
                                          JobBenefit value)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        index - The index to set the value at.
        value - The jobBenefits to set.
        Returns:
        This builder for chaining.
      • addJobBenefits

        public Job.Builder addJobBenefits​(JobBenefit value)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        value - The jobBenefits to add.
        Returns:
        This builder for chaining.
      • addAllJobBenefits

        public Job.Builder addAllJobBenefits​(Iterable<? extends JobBenefit> values)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        values - The jobBenefits to add.
        Returns:
        This builder for chaining.
      • clearJobBenefits

        public Job.Builder clearJobBenefits()
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Returns:
        This builder for chaining.
      • getJobBenefitsValueList

        public List<Integer> getJobBenefitsValueList()
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Specified by:
        getJobBenefitsValueList in interface JobOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for jobBenefits.
      • getJobBenefitsValue

        public int getJobBenefitsValue​(int index)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Specified by:
        getJobBenefitsValue in interface JobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of jobBenefits at the given index.
      • setJobBenefitsValue

        public Job.Builder setJobBenefitsValue​(int index,
                                               int value)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for jobBenefits to set.
        Returns:
        This builder for chaining.
      • addJobBenefitsValue

        public Job.Builder addJobBenefitsValue​(int value)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        value - The enum numeric value on the wire for jobBenefits to add.
        Returns:
        This builder for chaining.
      • addAllJobBenefitsValue

        public Job.Builder addAllJobBenefitsValue​(Iterable<Integer> values)
         The benefits included with the job.
         
        repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;
        Parameters:
        values - The enum numeric values on the wire for jobBenefits to add.
        Returns:
        This builder for chaining.
      • hasCompensationInfo

        public boolean hasCompensationInfo()
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
        Specified by:
        hasCompensationInfo in interface JobOrBuilder
        Returns:
        Whether the compensationInfo field is set.
      • getCompensationInfo

        public CompensationInfo getCompensationInfo()
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
        Specified by:
        getCompensationInfo in interface JobOrBuilder
        Returns:
        The compensationInfo.
      • setCompensationInfo

        public Job.Builder setCompensationInfo​(CompensationInfo value)
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
      • setCompensationInfo

        public Job.Builder setCompensationInfo​(CompensationInfo.Builder builderForValue)
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
      • mergeCompensationInfo

        public Job.Builder mergeCompensationInfo​(CompensationInfo value)
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
      • clearCompensationInfo

        public Job.Builder clearCompensationInfo()
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
      • getCompensationInfoBuilder

        public CompensationInfo.Builder getCompensationInfoBuilder()
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
      • getCompensationInfoOrBuilder

        public CompensationInfoOrBuilder getCompensationInfoOrBuilder()
         Job compensation information (a.k.a. "pay rate") i.e., the compensation
         that will paid to the employee.
         
        .google.cloud.talent.v4.CompensationInfo compensation_info = 9;
        Specified by:
        getCompensationInfoOrBuilder in interface JobOrBuilder
      • getCustomAttributesCount

        public int getCustomAttributesCount()
        Description copied from interface: JobOrBuilder
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
        Specified by:
        getCustomAttributesCount in interface JobOrBuilder
      • containsCustomAttributes

        public boolean containsCustomAttributes​(String key)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
        Specified by:
        containsCustomAttributes in interface JobOrBuilder
      • getCustomAttributesMap

        public Map<String,​CustomAttribute> getCustomAttributesMap()
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
        Specified by:
        getCustomAttributesMap in interface JobOrBuilder
      • getCustomAttributesOrDefault

        public CustomAttribute getCustomAttributesOrDefault​(String key,
                                                            CustomAttribute defaultValue)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
        Specified by:
        getCustomAttributesOrDefault in interface JobOrBuilder
      • getCustomAttributesOrThrow

        public CustomAttribute getCustomAttributesOrThrow​(String key)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
        Specified by:
        getCustomAttributesOrThrow in interface JobOrBuilder
      • clearCustomAttributes

        public Job.Builder clearCustomAttributes()
      • removeCustomAttributes

        public Job.Builder removeCustomAttributes​(String key)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
      • putCustomAttributes

        public Job.Builder putCustomAttributes​(String key,
                                               CustomAttribute value)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
      • putAllCustomAttributes

        public Job.Builder putAllCustomAttributes​(Map<String,​CustomAttribute> values)
         A map of fields to hold both filterable and non-filterable custom job
         attributes that are not covered by the provided structured fields.
        
         The keys of the map are strings up to 64 bytes and must match the
         pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
         KEY_1_LIKE_THIS.
        
         At most 100 filterable and at most 100 unfilterable keys are supported.
         For filterable `string_values`, across all keys at most 200 values are
         allowed, with each string no more than 255 characters. For unfilterable
         `string_values`, the maximum total size of `string_values` across all keys
         is 50KB.
         
        map<string, .google.cloud.talent.v4.CustomAttribute> custom_attributes = 10;
      • getDegreeTypesList

        public List<DegreeType> getDegreeTypesList()
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Specified by:
        getDegreeTypesList in interface JobOrBuilder
        Returns:
        A list containing the degreeTypes.
      • getDegreeTypesCount

        public int getDegreeTypesCount()
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Specified by:
        getDegreeTypesCount in interface JobOrBuilder
        Returns:
        The count of degreeTypes.
      • getDegreeTypes

        public DegreeType getDegreeTypes​(int index)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Specified by:
        getDegreeTypes in interface JobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The degreeTypes at the given index.
      • setDegreeTypes

        public Job.Builder setDegreeTypes​(int index,
                                          DegreeType value)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        index - The index to set the value at.
        value - The degreeTypes to set.
        Returns:
        This builder for chaining.
      • addDegreeTypes

        public Job.Builder addDegreeTypes​(DegreeType value)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        value - The degreeTypes to add.
        Returns:
        This builder for chaining.
      • addAllDegreeTypes

        public Job.Builder addAllDegreeTypes​(Iterable<? extends DegreeType> values)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        values - The degreeTypes to add.
        Returns:
        This builder for chaining.
      • clearDegreeTypes

        public Job.Builder clearDegreeTypes()
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Returns:
        This builder for chaining.
      • getDegreeTypesValueList

        public List<Integer> getDegreeTypesValueList()
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Specified by:
        getDegreeTypesValueList in interface JobOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for degreeTypes.
      • getDegreeTypesValue

        public int getDegreeTypesValue​(int index)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Specified by:
        getDegreeTypesValue in interface JobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of degreeTypes at the given index.
      • setDegreeTypesValue

        public Job.Builder setDegreeTypesValue​(int index,
                                               int value)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for degreeTypes to set.
        Returns:
        This builder for chaining.
      • addDegreeTypesValue

        public Job.Builder addDegreeTypesValue​(int value)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        value - The enum numeric value on the wire for degreeTypes to add.
        Returns:
        This builder for chaining.
      • addAllDegreeTypesValue

        public Job.Builder addAllDegreeTypesValue​(Iterable<Integer> values)
         The desired education degrees for the job, such as Bachelors, Masters.
         
        repeated .google.cloud.talent.v4.DegreeType degree_types = 11;
        Parameters:
        values - The enum numeric values on the wire for degreeTypes to add.
        Returns:
        This builder for chaining.
      • getDepartment

        public String getDepartment()
         The department or functional area within the company with the open
         position.
        
         The maximum number of allowed characters is 255.
         
        string department = 12;
        Specified by:
        getDepartment in interface JobOrBuilder
        Returns:
        The department.
      • getDepartmentBytes

        public com.google.protobuf.ByteString getDepartmentBytes()
         The department or functional area within the company with the open
         position.
        
         The maximum number of allowed characters is 255.
         
        string department = 12;
        Specified by:
        getDepartmentBytes in interface JobOrBuilder
        Returns:
        The bytes for department.
      • setDepartment

        public Job.Builder setDepartment​(String value)
         The department or functional area within the company with the open
         position.
        
         The maximum number of allowed characters is 255.
         
        string department = 12;
        Parameters:
        value - The department to set.
        Returns:
        This builder for chaining.
      • clearDepartment

        public Job.Builder clearDepartment()
         The department or functional area within the company with the open
         position.
        
         The maximum number of allowed characters is 255.
         
        string department = 12;
        Returns:
        This builder for chaining.
      • setDepartmentBytes

        public Job.Builder setDepartmentBytes​(com.google.protobuf.ByteString value)
         The department or functional area within the company with the open
         position.
        
         The maximum number of allowed characters is 255.
         
        string department = 12;
        Parameters:
        value - The bytes for department to set.
        Returns:
        This builder for chaining.
      • getEmploymentTypesList

        public List<EmploymentType> getEmploymentTypesList()
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Specified by:
        getEmploymentTypesList in interface JobOrBuilder
        Returns:
        A list containing the employmentTypes.
      • getEmploymentTypesCount

        public int getEmploymentTypesCount()
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Specified by:
        getEmploymentTypesCount in interface JobOrBuilder
        Returns:
        The count of employmentTypes.
      • getEmploymentTypes

        public EmploymentType getEmploymentTypes​(int index)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Specified by:
        getEmploymentTypes in interface JobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The employmentTypes at the given index.
      • setEmploymentTypes

        public Job.Builder setEmploymentTypes​(int index,
                                              EmploymentType value)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        index - The index to set the value at.
        value - The employmentTypes to set.
        Returns:
        This builder for chaining.
      • addEmploymentTypes

        public Job.Builder addEmploymentTypes​(EmploymentType value)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        value - The employmentTypes to add.
        Returns:
        This builder for chaining.
      • addAllEmploymentTypes

        public Job.Builder addAllEmploymentTypes​(Iterable<? extends EmploymentType> values)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        values - The employmentTypes to add.
        Returns:
        This builder for chaining.
      • clearEmploymentTypes

        public Job.Builder clearEmploymentTypes()
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Returns:
        This builder for chaining.
      • getEmploymentTypesValueList

        public List<Integer> getEmploymentTypesValueList()
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Specified by:
        getEmploymentTypesValueList in interface JobOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for employmentTypes.
      • getEmploymentTypesValue

        public int getEmploymentTypesValue​(int index)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Specified by:
        getEmploymentTypesValue in interface JobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of employmentTypes at the given index.
      • setEmploymentTypesValue

        public Job.Builder setEmploymentTypesValue​(int index,
                                                   int value)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for employmentTypes to set.
        Returns:
        This builder for chaining.
      • addEmploymentTypesValue

        public Job.Builder addEmploymentTypesValue​(int value)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        value - The enum numeric value on the wire for employmentTypes to add.
        Returns:
        This builder for chaining.
      • addAllEmploymentTypesValue

        public Job.Builder addAllEmploymentTypesValue​(Iterable<Integer> values)
         The employment type(s) of a job, for example,
         [full time][google.cloud.talent.v4.EmploymentType.FULL_TIME] or
         [part time][google.cloud.talent.v4.EmploymentType.PART_TIME].
         
        repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;
        Parameters:
        values - The enum numeric values on the wire for employmentTypes to add.
        Returns:
        This builder for chaining.
      • getIncentives

        public String getIncentives()
         A description of bonus, commission, and other compensation
         incentives associated with the job not including salary or pay.
        
         The maximum number of allowed characters is 10,000.
         
        string incentives = 14;
        Specified by:
        getIncentives in interface JobOrBuilder
        Returns:
        The incentives.
      • getIncentivesBytes

        public com.google.protobuf.ByteString getIncentivesBytes()
         A description of bonus, commission, and other compensation
         incentives associated with the job not including salary or pay.
        
         The maximum number of allowed characters is 10,000.
         
        string incentives = 14;
        Specified by:
        getIncentivesBytes in interface JobOrBuilder
        Returns:
        The bytes for incentives.
      • setIncentives

        public Job.Builder setIncentives​(String value)
         A description of bonus, commission, and other compensation
         incentives associated with the job not including salary or pay.
        
         The maximum number of allowed characters is 10,000.
         
        string incentives = 14;
        Parameters:
        value - The incentives to set.
        Returns:
        This builder for chaining.
      • clearIncentives

        public Job.Builder clearIncentives()
         A description of bonus, commission, and other compensation
         incentives associated with the job not including salary or pay.
        
         The maximum number of allowed characters is 10,000.
         
        string incentives = 14;
        Returns:
        This builder for chaining.
      • setIncentivesBytes

        public Job.Builder setIncentivesBytes​(com.google.protobuf.ByteString value)
         A description of bonus, commission, and other compensation
         incentives associated with the job not including salary or pay.
        
         The maximum number of allowed characters is 10,000.
         
        string incentives = 14;
        Parameters:
        value - The bytes for incentives to set.
        Returns:
        This builder for chaining.
      • getLanguageCode

        public String getLanguageCode()
         The language of the posting. This field is distinct from
         any requirements for fluency that are associated with the job.
        
         Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
         For more information, see
         [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
         class="external" target="_blank" }.
        
         If this field is unspecified and
         [Job.description][google.cloud.talent.v4.Job.description] is present,
         detected language code based on
         [Job.description][google.cloud.talent.v4.Job.description] is assigned,
         otherwise defaults to 'en_US'.
         
        string language_code = 15;
        Specified by:
        getLanguageCode in interface JobOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         The language of the posting. This field is distinct from
         any requirements for fluency that are associated with the job.
        
         Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
         For more information, see
         [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
         class="external" target="_blank" }.
        
         If this field is unspecified and
         [Job.description][google.cloud.talent.v4.Job.description] is present,
         detected language code based on
         [Job.description][google.cloud.talent.v4.Job.description] is assigned,
         otherwise defaults to 'en_US'.
         
        string language_code = 15;
        Specified by:
        getLanguageCodeBytes in interface JobOrBuilder
        Returns:
        The bytes for languageCode.
      • setLanguageCode

        public Job.Builder setLanguageCode​(String value)
         The language of the posting. This field is distinct from
         any requirements for fluency that are associated with the job.
        
         Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
         For more information, see
         [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
         class="external" target="_blank" }.
        
         If this field is unspecified and
         [Job.description][google.cloud.talent.v4.Job.description] is present,
         detected language code based on
         [Job.description][google.cloud.talent.v4.Job.description] is assigned,
         otherwise defaults to 'en_US'.
         
        string language_code = 15;
        Parameters:
        value - The languageCode to set.
        Returns:
        This builder for chaining.
      • clearLanguageCode

        public Job.Builder clearLanguageCode()
         The language of the posting. This field is distinct from
         any requirements for fluency that are associated with the job.
        
         Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
         For more information, see
         [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
         class="external" target="_blank" }.
        
         If this field is unspecified and
         [Job.description][google.cloud.talent.v4.Job.description] is present,
         detected language code based on
         [Job.description][google.cloud.talent.v4.Job.description] is assigned,
         otherwise defaults to 'en_US'.
         
        string language_code = 15;
        Returns:
        This builder for chaining.
      • setLanguageCodeBytes

        public Job.Builder setLanguageCodeBytes​(com.google.protobuf.ByteString value)
         The language of the posting. This field is distinct from
         any requirements for fluency that are associated with the job.
        
         Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
         For more information, see
         [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
         class="external" target="_blank" }.
        
         If this field is unspecified and
         [Job.description][google.cloud.talent.v4.Job.description] is present,
         detected language code based on
         [Job.description][google.cloud.talent.v4.Job.description] is assigned,
         otherwise defaults to 'en_US'.
         
        string language_code = 15;
        Parameters:
        value - The bytes for languageCode to set.
        Returns:
        This builder for chaining.
      • getJobLevelValue

        public int getJobLevelValue()
         The experience level associated with the job, such as "Entry Level".
         
        .google.cloud.talent.v4.JobLevel job_level = 16;
        Specified by:
        getJobLevelValue in interface JobOrBuilder
        Returns:
        The enum numeric value on the wire for jobLevel.
      • setJobLevelValue

        public Job.Builder setJobLevelValue​(int value)
         The experience level associated with the job, such as "Entry Level".
         
        .google.cloud.talent.v4.JobLevel job_level = 16;
        Parameters:
        value - The enum numeric value on the wire for jobLevel to set.
        Returns:
        This builder for chaining.
      • getJobLevel

        public JobLevel getJobLevel()
         The experience level associated with the job, such as "Entry Level".
         
        .google.cloud.talent.v4.JobLevel job_level = 16;
        Specified by:
        getJobLevel in interface JobOrBuilder
        Returns:
        The jobLevel.
      • setJobLevel

        public Job.Builder setJobLevel​(JobLevel value)
         The experience level associated with the job, such as "Entry Level".
         
        .google.cloud.talent.v4.JobLevel job_level = 16;
        Parameters:
        value - The jobLevel to set.
        Returns:
        This builder for chaining.
      • clearJobLevel

        public Job.Builder clearJobLevel()
         The experience level associated with the job, such as "Entry Level".
         
        .google.cloud.talent.v4.JobLevel job_level = 16;
        Returns:
        This builder for chaining.
      • getPromotionValue

        public int getPromotionValue()
         A promotion value of the job, as determined by the client.
         The value determines the sort order of the jobs returned when searching for
         jobs using the featured jobs search call, with higher promotional values
         being returned first and ties being resolved by relevance sort. Only the
         jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH.
        
         Default value is 0, and negative values are treated as 0.
         
        int32 promotion_value = 17;
        Specified by:
        getPromotionValue in interface JobOrBuilder
        Returns:
        The promotionValue.
      • setPromotionValue

        public Job.Builder setPromotionValue​(int value)
         A promotion value of the job, as determined by the client.
         The value determines the sort order of the jobs returned when searching for
         jobs using the featured jobs search call, with higher promotional values
         being returned first and ties being resolved by relevance sort. Only the
         jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH.
        
         Default value is 0, and negative values are treated as 0.
         
        int32 promotion_value = 17;
        Parameters:
        value - The promotionValue to set.
        Returns:
        This builder for chaining.
      • clearPromotionValue

        public Job.Builder clearPromotionValue()
         A promotion value of the job, as determined by the client.
         The value determines the sort order of the jobs returned when searching for
         jobs using the featured jobs search call, with higher promotional values
         being returned first and ties being resolved by relevance sort. Only the
         jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH.
        
         Default value is 0, and negative values are treated as 0.
         
        int32 promotion_value = 17;
        Returns:
        This builder for chaining.
      • getQualifications

        public String getQualifications()
         A description of the qualifications required to perform the
         job. The use of this field is recommended
         as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string qualifications = 18;
        Specified by:
        getQualifications in interface JobOrBuilder
        Returns:
        The qualifications.
      • getQualificationsBytes

        public com.google.protobuf.ByteString getQualificationsBytes()
         A description of the qualifications required to perform the
         job. The use of this field is recommended
         as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string qualifications = 18;
        Specified by:
        getQualificationsBytes in interface JobOrBuilder
        Returns:
        The bytes for qualifications.
      • setQualifications

        public Job.Builder setQualifications​(String value)
         A description of the qualifications required to perform the
         job. The use of this field is recommended
         as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string qualifications = 18;
        Parameters:
        value - The qualifications to set.
        Returns:
        This builder for chaining.
      • clearQualifications

        public Job.Builder clearQualifications()
         A description of the qualifications required to perform the
         job. The use of this field is recommended
         as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string qualifications = 18;
        Returns:
        This builder for chaining.
      • setQualificationsBytes

        public Job.Builder setQualificationsBytes​(com.google.protobuf.ByteString value)
         A description of the qualifications required to perform the
         job. The use of this field is recommended
         as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string qualifications = 18;
        Parameters:
        value - The bytes for qualifications to set.
        Returns:
        This builder for chaining.
      • getResponsibilities

        public String getResponsibilities()
         A description of job responsibilities. The use of this field is
         recommended as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string responsibilities = 19;
        Specified by:
        getResponsibilities in interface JobOrBuilder
        Returns:
        The responsibilities.
      • getResponsibilitiesBytes

        public com.google.protobuf.ByteString getResponsibilitiesBytes()
         A description of job responsibilities. The use of this field is
         recommended as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string responsibilities = 19;
        Specified by:
        getResponsibilitiesBytes in interface JobOrBuilder
        Returns:
        The bytes for responsibilities.
      • setResponsibilities

        public Job.Builder setResponsibilities​(String value)
         A description of job responsibilities. The use of this field is
         recommended as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string responsibilities = 19;
        Parameters:
        value - The responsibilities to set.
        Returns:
        This builder for chaining.
      • clearResponsibilities

        public Job.Builder clearResponsibilities()
         A description of job responsibilities. The use of this field is
         recommended as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string responsibilities = 19;
        Returns:
        This builder for chaining.
      • setResponsibilitiesBytes

        public Job.Builder setResponsibilitiesBytes​(com.google.protobuf.ByteString value)
         A description of job responsibilities. The use of this field is
         recommended as an alternative to using the more general
         [description][google.cloud.talent.v4.Job.description] field.
        
         This field accepts and sanitizes HTML input, and also accepts
         bold, italic, ordered list, and unordered list markup tags.
        
         The maximum number of allowed characters is 10,000.
         
        string responsibilities = 19;
        Parameters:
        value - The bytes for responsibilities to set.
        Returns:
        This builder for chaining.
      • getPostingRegionValue

        public int getPostingRegionValue()
         The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example,
         state, country) throughout which the job is available. If this field is
         set, a [LocationFilter][google.cloud.talent.v4.LocationFilter] in a search
         query within the job region finds this job posting if an exact location
         match isn't specified. If this field is set to
         [PostingRegion.NATION][google.cloud.talent.v4.PostingRegion.NATION] or
         [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4.PostingRegion.ADMINISTRATIVE_AREA],
         setting job [Job.addresses][google.cloud.talent.v4.Job.addresses] to the
         same location level as this field is strongly recommended.
         
        .google.cloud.talent.v4.PostingRegion posting_region = 20;
        Specified by:
        getPostingRegionValue in interface JobOrBuilder
        Returns:
        The enum numeric value on the wire for postingRegion.
      • setPostingRegionValue

        public Job.Builder setPostingRegionValue​(int value)
         The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example,
         state, country) throughout which the job is available. If this field is
         set, a [LocationFilter][google.cloud.talent.v4.LocationFilter] in a search
         query within the job region finds this job posting if an exact location
         match isn't specified. If this field is set to
         [PostingRegion.NATION][google.cloud.talent.v4.PostingRegion.NATION] or
         [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4.PostingRegion.ADMINISTRATIVE_AREA],
         setting job [Job.addresses][google.cloud.talent.v4.Job.addresses] to the
         same location level as this field is strongly recommended.
         
        .google.cloud.talent.v4.PostingRegion posting_region = 20;
        Parameters:
        value - The enum numeric value on the wire for postingRegion to set.
        Returns:
        This builder for chaining.
      • getPostingRegion

        public PostingRegion getPostingRegion()
         The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example,
         state, country) throughout which the job is available. If this field is
         set, a [LocationFilter][google.cloud.talent.v4.LocationFilter] in a search
         query within the job region finds this job posting if an exact location
         match isn't specified. If this field is set to
         [PostingRegion.NATION][google.cloud.talent.v4.PostingRegion.NATION] or
         [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4.PostingRegion.ADMINISTRATIVE_AREA],
         setting job [Job.addresses][google.cloud.talent.v4.Job.addresses] to the
         same location level as this field is strongly recommended.
         
        .google.cloud.talent.v4.PostingRegion posting_region = 20;
        Specified by:
        getPostingRegion in interface JobOrBuilder
        Returns:
        The postingRegion.
      • setPostingRegion

        public Job.Builder setPostingRegion​(PostingRegion value)
         The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example,
         state, country) throughout which the job is available. If this field is
         set, a [LocationFilter][google.cloud.talent.v4.LocationFilter] in a search
         query within the job region finds this job posting if an exact location
         match isn't specified. If this field is set to
         [PostingRegion.NATION][google.cloud.talent.v4.PostingRegion.NATION] or
         [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4.PostingRegion.ADMINISTRATIVE_AREA],
         setting job [Job.addresses][google.cloud.talent.v4.Job.addresses] to the
         same location level as this field is strongly recommended.
         
        .google.cloud.talent.v4.PostingRegion posting_region = 20;
        Parameters:
        value - The postingRegion to set.
        Returns:
        This builder for chaining.
      • clearPostingRegion

        public Job.Builder clearPostingRegion()
         The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example,
         state, country) throughout which the job is available. If this field is
         set, a [LocationFilter][google.cloud.talent.v4.LocationFilter] in a search
         query within the job region finds this job posting if an exact location
         match isn't specified. If this field is set to
         [PostingRegion.NATION][google.cloud.talent.v4.PostingRegion.NATION] or
         [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4.PostingRegion.ADMINISTRATIVE_AREA],
         setting job [Job.addresses][google.cloud.talent.v4.Job.addresses] to the
         same location level as this field is strongly recommended.
         
        .google.cloud.talent.v4.PostingRegion posting_region = 20;
        Returns:
        This builder for chaining.
      • getVisibilityValue

        @Deprecated
        public int getVisibilityValue()
        Deprecated.
        google.cloud.talent.v4.Job.visibility is deprecated. See google/cloud/talent/v4/job.proto;l=295
         Deprecated. The job is only visible to the owner.
        
         The visibility of the job.
        
         Defaults to
         [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4.Visibility.ACCOUNT_ONLY]
         if not specified.
         
        .google.cloud.talent.v4.Visibility visibility = 21 [deprecated = true];
        Specified by:
        getVisibilityValue in interface JobOrBuilder
        Returns:
        The enum numeric value on the wire for visibility.
      • setVisibilityValue

        @Deprecated
        public Job.Builder setVisibilityValue​(int value)
        Deprecated.
        google.cloud.talent.v4.Job.visibility is deprecated. See google/cloud/talent/v4/job.proto;l=295
         Deprecated. The job is only visible to the owner.
        
         The visibility of the job.
        
         Defaults to
         [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4.Visibility.ACCOUNT_ONLY]
         if not specified.
         
        .google.cloud.talent.v4.Visibility visibility = 21 [deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for visibility to set.
        Returns:
        This builder for chaining.
      • getVisibility

        @Deprecated
        public Visibility getVisibility()
        Deprecated.
        google.cloud.talent.v4.Job.visibility is deprecated. See google/cloud/talent/v4/job.proto;l=295
         Deprecated. The job is only visible to the owner.
        
         The visibility of the job.
        
         Defaults to
         [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4.Visibility.ACCOUNT_ONLY]
         if not specified.
         
        .google.cloud.talent.v4.Visibility visibility = 21 [deprecated = true];
        Specified by:
        getVisibility in interface JobOrBuilder
        Returns:
        The visibility.
      • setVisibility

        @Deprecated
        public Job.Builder setVisibility​(Visibility value)
        Deprecated.
        google.cloud.talent.v4.Job.visibility is deprecated. See google/cloud/talent/v4/job.proto;l=295
         Deprecated. The job is only visible to the owner.
        
         The visibility of the job.
        
         Defaults to
         [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4.Visibility.ACCOUNT_ONLY]
         if not specified.
         
        .google.cloud.talent.v4.Visibility visibility = 21 [deprecated = true];
        Parameters:
        value - The visibility to set.
        Returns:
        This builder for chaining.
      • clearVisibility

        @Deprecated
        public Job.Builder clearVisibility()
        Deprecated.
        google.cloud.talent.v4.Job.visibility is deprecated. See google/cloud/talent/v4/job.proto;l=295
         Deprecated. The job is only visible to the owner.
        
         The visibility of the job.
        
         Defaults to
         [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4.Visibility.ACCOUNT_ONLY]
         if not specified.
         
        .google.cloud.talent.v4.Visibility visibility = 21 [deprecated = true];
        Returns:
        This builder for chaining.
      • hasJobStartTime

        public boolean hasJobStartTime()
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
        Specified by:
        hasJobStartTime in interface JobOrBuilder
        Returns:
        Whether the jobStartTime field is set.
      • getJobStartTime

        public com.google.protobuf.Timestamp getJobStartTime()
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
        Specified by:
        getJobStartTime in interface JobOrBuilder
        Returns:
        The jobStartTime.
      • setJobStartTime

        public Job.Builder setJobStartTime​(com.google.protobuf.Timestamp value)
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
      • setJobStartTime

        public Job.Builder setJobStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
      • mergeJobStartTime

        public Job.Builder mergeJobStartTime​(com.google.protobuf.Timestamp value)
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
      • clearJobStartTime

        public Job.Builder clearJobStartTime()
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
      • getJobStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getJobStartTimeBuilder()
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
      • getJobStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getJobStartTimeOrBuilder()
         The start timestamp of the job in UTC time zone. Typically this field
         is used for contracting engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_start_time = 22;
        Specified by:
        getJobStartTimeOrBuilder in interface JobOrBuilder
      • hasJobEndTime

        public boolean hasJobEndTime()
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
        Specified by:
        hasJobEndTime in interface JobOrBuilder
        Returns:
        Whether the jobEndTime field is set.
      • getJobEndTime

        public com.google.protobuf.Timestamp getJobEndTime()
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
        Specified by:
        getJobEndTime in interface JobOrBuilder
        Returns:
        The jobEndTime.
      • setJobEndTime

        public Job.Builder setJobEndTime​(com.google.protobuf.Timestamp value)
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
      • setJobEndTime

        public Job.Builder setJobEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
      • mergeJobEndTime

        public Job.Builder mergeJobEndTime​(com.google.protobuf.Timestamp value)
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
      • clearJobEndTime

        public Job.Builder clearJobEndTime()
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
      • getJobEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getJobEndTimeBuilder()
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
      • getJobEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getJobEndTimeOrBuilder()
         The end timestamp of the job. Typically this field is used for contracting
         engagements. Invalid timestamps are ignored.
         
        .google.protobuf.Timestamp job_end_time = 23;
        Specified by:
        getJobEndTimeOrBuilder in interface JobOrBuilder
      • hasPostingPublishTime

        public boolean hasPostingPublishTime()
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
        Specified by:
        hasPostingPublishTime in interface JobOrBuilder
        Returns:
        Whether the postingPublishTime field is set.
      • getPostingPublishTime

        public com.google.protobuf.Timestamp getPostingPublishTime()
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
        Specified by:
        getPostingPublishTime in interface JobOrBuilder
        Returns:
        The postingPublishTime.
      • setPostingPublishTime

        public Job.Builder setPostingPublishTime​(com.google.protobuf.Timestamp value)
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
      • setPostingPublishTime

        public Job.Builder setPostingPublishTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
      • mergePostingPublishTime

        public Job.Builder mergePostingPublishTime​(com.google.protobuf.Timestamp value)
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
      • clearPostingPublishTime

        public Job.Builder clearPostingPublishTime()
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
      • getPostingPublishTimeBuilder

        public com.google.protobuf.Timestamp.Builder getPostingPublishTimeBuilder()
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
      • getPostingPublishTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getPostingPublishTimeOrBuilder()
         The timestamp this job posting was most recently published. The default
         value is the time the request arrives at the server. Invalid timestamps are
         ignored.
         
        .google.protobuf.Timestamp posting_publish_time = 24;
        Specified by:
        getPostingPublishTimeOrBuilder in interface JobOrBuilder
      • hasPostingExpireTime

        public boolean hasPostingExpireTime()
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
        Specified by:
        hasPostingExpireTime in interface JobOrBuilder
        Returns:
        Whether the postingExpireTime field is set.
      • getPostingExpireTime

        public com.google.protobuf.Timestamp getPostingExpireTime()
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
        Specified by:
        getPostingExpireTime in interface JobOrBuilder
        Returns:
        The postingExpireTime.
      • setPostingExpireTime

        public Job.Builder setPostingExpireTime​(com.google.protobuf.Timestamp value)
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
      • setPostingExpireTime

        public Job.Builder setPostingExpireTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
      • mergePostingExpireTime

        public Job.Builder mergePostingExpireTime​(com.google.protobuf.Timestamp value)
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
      • clearPostingExpireTime

        public Job.Builder clearPostingExpireTime()
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
      • getPostingExpireTimeBuilder

        public com.google.protobuf.Timestamp.Builder getPostingExpireTimeBuilder()
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
      • getPostingExpireTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getPostingExpireTimeOrBuilder()
         Strongly recommended for the best service experience.
        
         The expiration timestamp of the job. After this timestamp, the
         job is marked as expired, and it no longer appears in search results. The
         expired job can't be listed by the
         [ListJobs][google.cloud.talent.v4.JobService.ListJobs] API, but it can be
         retrieved with the [GetJob][google.cloud.talent.v4.JobService.GetJob] API
         or updated with the
         [UpdateJob][google.cloud.talent.v4.JobService.UpdateJob] API or deleted
         with the [DeleteJob][google.cloud.talent.v4.JobService.DeleteJob] API. An
         expired job can be updated and opened again by using a future expiration
         timestamp. Updating an expired job fails if there is another existing open
         job with same [company][google.cloud.talent.v4.Job.company],
         [language_code][google.cloud.talent.v4.Job.language_code] and
         [requisition_id][google.cloud.talent.v4.Job.requisition_id].
        
         The expired jobs are retained in our system for 90 days. However, the
         overall expired job count cannot exceed 3 times the maximum number of
         open jobs over previous 7 days. If this threshold is exceeded,
         expired jobs are cleaned out in order of earliest expire time.
         Expired jobs are no longer accessible after they are cleaned
         out.
        
         Invalid timestamps are ignored, and treated as expire time not provided.
        
         If the timestamp is before the instant request is made, the job
         is treated as expired immediately on creation. This kind of job can
         not be updated. And when creating a job with past timestamp, the
         [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
         must be set before
         [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
         purpose of this feature is to allow other objects, such as [Application][],
         to refer a job that didn't exist in the system prior to becoming expired.
         If you want to modify a job that was expired on creation, delete it and
         create a new one.
        
         If this value isn't provided at the time of job creation or is invalid,
         the job posting expires after 30 days from the job's creation time. For
         example, if the job was created on 2017/01/01 13:00AM UTC with an
         unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
        
         If this value isn't provided on job update, it depends on the field masks
         set by
         [UpdateJobRequest.update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask].
         If the field masks include
         [job_end_time][google.cloud.talent.v4.Job.job_end_time], or the masks are
         empty meaning that every field is updated, the job posting expires after 30
         days from the job's last update time. Otherwise the expiration date isn't
         updated.
         
        .google.protobuf.Timestamp posting_expire_time = 25;
        Specified by:
        getPostingExpireTimeOrBuilder in interface JobOrBuilder
      • hasPostingCreateTime

        public boolean hasPostingCreateTime()
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasPostingCreateTime in interface JobOrBuilder
        Returns:
        Whether the postingCreateTime field is set.
      • getPostingCreateTime

        public com.google.protobuf.Timestamp getPostingCreateTime()
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPostingCreateTime in interface JobOrBuilder
        Returns:
        The postingCreateTime.
      • setPostingCreateTime

        public Job.Builder setPostingCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPostingCreateTime

        public Job.Builder setPostingCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergePostingCreateTime

        public Job.Builder mergePostingCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPostingCreateTime

        public Job.Builder clearPostingCreateTime()
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPostingCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getPostingCreateTimeBuilder()
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPostingCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getPostingCreateTimeOrBuilder()
         Output only. The timestamp when this job posting was created.
         
        .google.protobuf.Timestamp posting_create_time = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPostingCreateTimeOrBuilder in interface JobOrBuilder
      • hasPostingUpdateTime

        public boolean hasPostingUpdateTime()
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasPostingUpdateTime in interface JobOrBuilder
        Returns:
        Whether the postingUpdateTime field is set.
      • getPostingUpdateTime

        public com.google.protobuf.Timestamp getPostingUpdateTime()
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPostingUpdateTime in interface JobOrBuilder
        Returns:
        The postingUpdateTime.
      • setPostingUpdateTime

        public Job.Builder setPostingUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPostingUpdateTime

        public Job.Builder setPostingUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergePostingUpdateTime

        public Job.Builder mergePostingUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPostingUpdateTime

        public Job.Builder clearPostingUpdateTime()
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPostingUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getPostingUpdateTimeBuilder()
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPostingUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getPostingUpdateTimeOrBuilder()
         Output only. The timestamp when this job posting was last updated.
         
        .google.protobuf.Timestamp posting_update_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPostingUpdateTimeOrBuilder in interface JobOrBuilder
      • getCompanyDisplayName

        public String getCompanyDisplayName()
         Output only. Display name of the company listing the job.
         
        string company_display_name = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompanyDisplayName in interface JobOrBuilder
        Returns:
        The companyDisplayName.
      • getCompanyDisplayNameBytes

        public com.google.protobuf.ByteString getCompanyDisplayNameBytes()
         Output only. Display name of the company listing the job.
         
        string company_display_name = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompanyDisplayNameBytes in interface JobOrBuilder
        Returns:
        The bytes for companyDisplayName.
      • setCompanyDisplayName

        public Job.Builder setCompanyDisplayName​(String value)
         Output only. Display name of the company listing the job.
         
        string company_display_name = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The companyDisplayName to set.
        Returns:
        This builder for chaining.
      • clearCompanyDisplayName

        public Job.Builder clearCompanyDisplayName()
         Output only. Display name of the company listing the job.
         
        string company_display_name = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCompanyDisplayNameBytes

        public Job.Builder setCompanyDisplayNameBytes​(com.google.protobuf.ByteString value)
         Output only. Display name of the company listing the job.
         
        string company_display_name = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for companyDisplayName to set.
        Returns:
        This builder for chaining.
      • hasDerivedInfo

        public boolean hasDerivedInfo()
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDerivedInfo in interface JobOrBuilder
        Returns:
        Whether the derivedInfo field is set.
      • getDerivedInfo

        public Job.DerivedInfo getDerivedInfo()
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDerivedInfo in interface JobOrBuilder
        Returns:
        The derivedInfo.
      • setDerivedInfo

        public Job.Builder setDerivedInfo​(Job.DerivedInfo value)
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDerivedInfo

        public Job.Builder setDerivedInfo​(Job.DerivedInfo.Builder builderForValue)
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDerivedInfo

        public Job.Builder mergeDerivedInfo​(Job.DerivedInfo value)
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDerivedInfo

        public Job.Builder clearDerivedInfo()
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDerivedInfoBuilder

        public Job.DerivedInfo.Builder getDerivedInfoBuilder()
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDerivedInfoOrBuilder

        public Job.DerivedInfoOrBuilder getDerivedInfoOrBuilder()
         Output only. Derived details about the job posting.
         
        .google.cloud.talent.v4.Job.DerivedInfo derived_info = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDerivedInfoOrBuilder in interface JobOrBuilder
      • hasProcessingOptions

        public boolean hasProcessingOptions()
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
        Specified by:
        hasProcessingOptions in interface JobOrBuilder
        Returns:
        Whether the processingOptions field is set.
      • getProcessingOptions

        public Job.ProcessingOptions getProcessingOptions()
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
        Specified by:
        getProcessingOptions in interface JobOrBuilder
        Returns:
        The processingOptions.
      • setProcessingOptions

        public Job.Builder setProcessingOptions​(Job.ProcessingOptions value)
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
      • setProcessingOptions

        public Job.Builder setProcessingOptions​(Job.ProcessingOptions.Builder builderForValue)
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
      • mergeProcessingOptions

        public Job.Builder mergeProcessingOptions​(Job.ProcessingOptions value)
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
      • clearProcessingOptions

        public Job.Builder clearProcessingOptions()
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
      • getProcessingOptionsBuilder

        public Job.ProcessingOptions.Builder getProcessingOptionsBuilder()
         Options for job processing.
         
        .google.cloud.talent.v4.Job.ProcessingOptions processing_options = 30;
      • setUnknownFields

        public final Job.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
      • mergeUnknownFields

        public final Job.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>