Class: Google::Cloud::Talent::V4::DeleteCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::DeleteCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/company_service.rb
Overview
Request to delete a company.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the company to be deleted.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
82 83 84 85 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 82 class DeleteCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |