Class Job

  • All Implemented Interfaces:
    JobOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Job
    extends com.google.protobuf.GeneratedMessageV3
    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
    See Also:
    Serialized Form
    • Field Detail

      • REQUISITION_ID_FIELD_NUMBER

        public static final int REQUISITION_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • APPLICATION_INFO_FIELD_NUMBER

        public static final int APPLICATION_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • JOB_BENEFITS_FIELD_NUMBER

        public static final int JOB_BENEFITS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • COMPENSATION_INFO_FIELD_NUMBER

        public static final int COMPENSATION_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOM_ATTRIBUTES_FIELD_NUMBER

        public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DEGREE_TYPES_FIELD_NUMBER

        public static final int DEGREE_TYPES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DEPARTMENT_FIELD_NUMBER

        public static final int DEPARTMENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EMPLOYMENT_TYPES_FIELD_NUMBER

        public static final int EMPLOYMENT_TYPES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INCENTIVES_FIELD_NUMBER

        public static final int INCENTIVES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LANGUAGE_CODE_FIELD_NUMBER

        public static final int LANGUAGE_CODE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PROMOTION_VALUE_FIELD_NUMBER

        public static final int PROMOTION_VALUE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • QUALIFICATIONS_FIELD_NUMBER

        public static final int QUALIFICATIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESPONSIBILITIES_FIELD_NUMBER

        public static final int RESPONSIBILITIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POSTING_REGION_FIELD_NUMBER

        public static final int POSTING_REGION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VISIBILITY_FIELD_NUMBER

        public static final int VISIBILITY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • JOB_START_TIME_FIELD_NUMBER

        public static final int JOB_START_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • JOB_END_TIME_FIELD_NUMBER

        public static final int JOB_END_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POSTING_PUBLISH_TIME_FIELD_NUMBER

        public static final int POSTING_PUBLISH_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POSTING_EXPIRE_TIME_FIELD_NUMBER

        public static final int POSTING_EXPIRE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POSTING_CREATE_TIME_FIELD_NUMBER

        public static final int POSTING_CREATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POSTING_UPDATE_TIME_FIELD_NUMBER

        public static final int POSTING_UPDATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • COMPANY_DISPLAY_NAME_FIELD_NUMBER

        public static final int COMPANY_DISPLAY_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DERIVED_INFO_FIELD_NUMBER

        public static final int DERIVED_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PROCESSING_OPTIONS_FIELD_NUMBER

        public static final int PROCESSING_OPTIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Job parseFrom​(ByteBuffer data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job parseFrom​(ByteBuffer data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job parseFrom​(com.google.protobuf.ByteString data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job parseFrom​(com.google.protobuf.ByteString data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job parseFrom​(byte[] data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job parseFrom​(byte[] data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseDelimitedFrom

        public static Job parseDelimitedFrom​(InputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • parseFrom

        public static Job parseFrom​(com.google.protobuf.CodedInputStream input)
                             throws IOException
        Throws:
        IOException
      • parseFrom

        public static Job parseFrom​(com.google.protobuf.CodedInputStream input,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws IOException
        Throws:
        IOException
      • newBuilderForType

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

        public static Job.Builder newBuilder​(Job prototype)
      • toBuilder

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

        protected Job.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Job getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Job> parser()
      • getParserForType

        public com.google.protobuf.Parser<Job> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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