Class: Google::Cloud::Talent::V4::CreateCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::CreateCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/company_service.rb
Overview
The Request of the CreateCompany method.
Instance Attribute Summary collapse
-
#company ⇒ ::Google::Cloud::Talent::V4::Company
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#company ⇒ ::Google::Cloud::Talent::V4::Company
Returns Required. The company to be created.
34 35 36 37 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 34 class CreateCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
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/tenants/bar".
34 35 36 37 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 34 class CreateCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |