Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CreateJobRequest.
Create job request.
Generated from protobuf message google.cloud.talent.v4.CreateJobRequest
Namespace
Google \ Cloud \ Talent \ V4
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
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".
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". Please see
JobServiceClient::tenantName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class CreateJobRequest (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.CreateJobRequest)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.CreateJobRequest)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.CreateJobRequest)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.CreateJobRequest)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.CreateJobRequest)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.CreateJobRequest)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.CreateJobRequest) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class CreateJobRequest.\n\nCreate job request.\n\nGenerated from protobuf message `google.cloud.talent.v4.CreateJobRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The resource name of the tenant under which the job is created.\n\nThe format is \"projects/{project_id}/tenants/{tenant_id}\". For example,\n\"projects/foo/tenants/bar\".\n\n### setParent\n\nRequired. The resource name of the tenant under which the job is created.\n\nThe format is \"projects/{project_id}/tenants/{tenant_id}\". For example,\n\"projects/foo/tenants/bar\".\n\n### getJob\n\nRequired. The Job to be created.\n\n### hasJob\n\n### clearJob\n\n### setJob\n\nRequired. The Job to be created.\n\n### static::build"]]