Class: Google::Cloud::Talent::V4beta1::GetCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::GetCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/company_service.rb
Overview
Request for getting a company by name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
51 52 53 54 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 51 class GetCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |