Google_Service_JobService
extends Google_Service
in package
Service definition for JobService (v2).
Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- JOBS = "https://www.googleapis.com/auth/jobs"
- Manage job postings.
- $availableScopes : mixed
- $batchPath : mixed
- $companies : mixed
- $companies_jobs : mixed
- $jobs : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $v2 : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the JobService service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
JOBS
Manage job postings.
public
mixed
JOBS
= "https://www.googleapis.com/auth/jobs"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$companies
public
mixed
$companies
$companies_jobs
public
mixed
$companies_jobs
$jobs
public
mixed
$jobs
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$v2
public
mixed
$v2
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the JobService service.
public
__construct(Google_Client $client) : mixed
Parameters
- $client : Google_Client
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client