Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DeleteCompanyRequest.
Request to delete a company.
Generated from protobuf message google.cloud.talent.v4.DeleteCompanyRequest
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 company to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
getName
Required. The resource name of the company to be deleted.
The format is
"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
example, "projects/foo/tenants/bar/companies/baz".
Returns
Type
Description
string
setName
Required. The resource name of the company to be deleted.
The format is
"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
example, "projects/foo/tenants/bar/companies/baz".
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The resource name of the company to be deleted.
The format is
"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
example, "projects/foo/tenants/bar/companies/baz". Please see
CompanyServiceClient::companyName() 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 DeleteCompanyRequest (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.DeleteCompanyRequest)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.DeleteCompanyRequest)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.DeleteCompanyRequest)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.DeleteCompanyRequest)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.DeleteCompanyRequest)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.DeleteCompanyRequest)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.DeleteCompanyRequest) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class DeleteCompanyRequest.\n\nRequest to delete a company.\n\nGenerated from protobuf message `google.cloud.talent.v4.DeleteCompanyRequest`\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 company to be deleted.\n\nThe format is\n\"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\", for\nexample, \"projects/foo/tenants/bar/companies/baz\".\n\n### setName\n\nRequired. The resource name of the company to be deleted.\n\nThe format is\n\"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\", for\nexample, \"projects/foo/tenants/bar/companies/baz\".\n\n### static::build"]]