All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.jobs.v4.CloudTalentSolution.Projects.Tenants.Jobs.html Maven / Gradle / Ivy

There is a newer version: v4-rev20241217-2.0.0
Show newest version






CloudTalentSolution.Projects.Tenants.Jobs (Cloud Talent Solution API v4-rev20240614-2.0.0)












com.google.api.services.jobs.v4

Class CloudTalentSolution.Projects.Tenants.Jobs

  • java.lang.Object
    • com.google.api.services.jobs.v4.CloudTalentSolution.Projects.Tenants.Jobs
    • Constructor Detail

      • Jobs

        public Jobs()
    • Method Detail

      • batchCreate

        public CloudTalentSolution.Projects.Tenants.Jobs.BatchCreate batchCreate(String parent,
                                                                                 BatchCreateJobsRequest content)
                                                                          throws IOException
        Begins executing a batch create jobs operation. Create a request for the method "jobs.batchCreate". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        content - the BatchCreateJobsRequest
        Returns:
        the request
        Throws:
        IOException
      • batchDelete

        public CloudTalentSolution.Projects.Tenants.Jobs.BatchDelete batchDelete(String parent,
                                                                                 BatchDeleteJobsRequest content)
                                                                          throws IOException
        Begins executing a batch delete jobs operation. Create a request for the method "jobs.batchDelete". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of all of the jobs specified in `names` must match this field.
        content - the BatchDeleteJobsRequest
        Returns:
        the request
        Throws:
        IOException
      • batchUpdate

        public CloudTalentSolution.Projects.Tenants.Jobs.BatchUpdate batchUpdate(String parent,
                                                                                 BatchUpdateJobsRequest content)
                                                                          throws IOException
        Begins executing a batch update jobs operation. Create a request for the method "jobs.batchUpdate". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        content - the BatchUpdateJobsRequest
        Returns:
        the request
        Throws:
        IOException
      • create

        public CloudTalentSolution.Projects.Tenants.Jobs.Create create(String parent,
                                                                       Job content)
                                                                throws IOException
        Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes. Create a request for the method "jobs.create". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        content - the Job
        Returns:
        the request
        Throws:
        IOException
      • delete

        public CloudTalentSolution.Projects.Tenants.Jobs.Delete delete(String name)
                                                                throws IOException
        Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes. Create a request for the method "jobs.delete". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
        Returns:
        the request
        Throws:
        IOException
      • get

        public CloudTalentSolution.Projects.Tenants.Jobs.Get get(String name)
                                                          throws IOException
        Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days. Create a request for the method "jobs.get". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
        Returns:
        the request
        Throws:
        IOException
      • list

        public CloudTalentSolution.Projects.Tenants.Jobs.List list(String parent)
                                                            throws IOException
        Lists jobs by filter. Create a request for the method "jobs.list". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        Returns:
        the request
        Throws:
        IOException
      • patch

        public CloudTalentSolution.Projects.Tenants.Jobs.Patch patch(String name,
                                                                     Job content)
                                                              throws IOException
        Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes. Create a request for the method "jobs.patch". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - 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 since this value is unique.
        content - the Job
        Returns:
        the request
        Throws:
        IOException
      • search

        public CloudTalentSolution.Projects.Tenants.Jobs.Search search(String parent,
                                                                       SearchJobsRequest content)
                                                                throws IOException
        Searches for jobs using the provided SearchJobsRequest. This call constrains the visibility of jobs present in the database, and only returns jobs that the caller has permission to search against. Create a request for the method "jobs.search". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant to search within. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        content - the SearchJobsRequest
        Returns:
        the request
        Throws:
        IOException
      • searchForAlert

        public CloudTalentSolution.Projects.Tenants.Jobs.SearchForAlert searchForAlert(String parent,
                                                                                       SearchJobsRequest content)
                                                                                throws IOException
        Searches for jobs using the provided SearchJobsRequest. This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), it has different algorithmic adjustments that are designed to specifically target passive job seekers. This call constrains the visibility of jobs present in the database, and only returns jobs the caller has permission to search against. Create a request for the method "jobs.searchForAlert". This request holds the parameters needed by the jobs server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the tenant to search within. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
        content - the SearchJobsRequest
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy