Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::GetCompanyRequest (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::GetCompanyRequest.

Request for getting a company by name.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
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".

#name=

def name=(value) -> ::String
Parameter
  • value (::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".

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".