Class: Google::Cloud::Talent::V4beta1::DeleteCompanyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/company_service.rb

Overview

Request to delete a company.

Instance Attribute Summary collapse

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

If tenant id is unspecified, the default tenant is used, for example, "projects/foo/companies/bar".

Returns:

  • (::String)

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

    If tenant id is unspecified, the default tenant is used, for example, "projects/foo/companies/bar".



85
86
87
88
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 85

class DeleteCompanyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end