Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CreateCompanyRequest.
The Request of the CreateCompany method.
Generated from protobuf message google.cloud.talent.v4.CreateCompanyRequest
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name of the tenant under which the company is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
↳ company
getParent
Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
string
setParent
Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
var
string
$this
getCompany
Required. The company to be created.
hasCompany
clearCompany
setCompany
Required. The company to be created.
$this
static::build
parent
string
Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar". Please see CompanyServiceClient::tenantName() for help formatting this field.
company

