Class: Google::Cloud::Talent::V4beta1::GetCompanyRequest

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

Overview

Request for getting a company by name.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The resource name of the company to be retrieved.

The format is "projects/project_id/tenants/tenant_id/companies/company_id", for example, "projects/api-test-project/tenants/foo/companies/bar".

If tenant id is unspecified, the default tenant is used, for example, "projects/api-test-project/companies/bar".

Returns:

  • (String)

    Required. The resource name of the company to be retrieved.

    The format is "projects/project_id/tenants/tenant_id/companies/company_id", for example, "projects/api-test-project/tenants/foo/companies/bar".

    If tenant id is unspecified, the default tenant is used, for example, "projects/api-test-project/companies/bar".



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

class GetCompanyRequest; end