Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DeleteJobRequest.
Delete job request.
Generated from protobuf message google.cloud.talent.v4.DeleteJobRequest
Namespace
Google \ Cloud \ Talent \ V4
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
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".
getName
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
Type
Description
string
setName
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".
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
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". Please see
JobServiceClient::jobName() 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 DeleteJobRequest (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.DeleteJobRequest)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.DeleteJobRequest)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.DeleteJobRequest)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.DeleteJobRequest)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.DeleteJobRequest)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.DeleteJobRequest)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.DeleteJobRequest) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class DeleteJobRequest.\n\nDelete job request.\n\nGenerated from protobuf message `google.cloud.talent.v4.DeleteJobRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name of the job to be deleted.\n\nThe format is\n\"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\". For\nexample, \"projects/foo/tenants/bar/jobs/baz\".\n\n### setName\n\nRequired. The resource name of the job to be deleted.\n\nThe format is\n\"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\". For\nexample, \"projects/foo/tenants/bar/jobs/baz\".\n\n### static::build"]]