Class: Google::Cloud::Talent::V4::GetCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::GetCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/company_service.rb
Overview
Request for getting a company by name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
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".
47 48 49 50 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 47 class GetCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |