Class: Google::Cloud::Talent::V4beta1::CreateCompanyRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb

Overview

The Request of the CreateCompany method.

Instance Attribute Summary collapse

Instance Attribute Details

#companyGoogle::Cloud::Talent::V4beta1::Company

Returns Required. The company to be created.

Returns:



31
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 31

class CreateCompanyRequest; end

#parentString

Returns 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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

Returns:

  • (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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".



31
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 31

class CreateCompanyRequest; end