Lines Matching full:company
20 use Google\Service\CloudTalentSolution\Company; alias
35 * Creates a new company entity. (companies.create)
38 * company is created. The format is
41 * @param Company $postBody
43 * @return Company
45 public function create($parent, Company $postBody, $optParams = [])
49 return $this->call('create', [$params], Company::class);
52 * Deletes specified company. Prerequisite: The company has no jobs associated
55 * @param string $name Required. The resource name of the company to be deleted.
69 * Retrieves specified company. (companies.get)
71 * @param string $name Required. The resource name of the company to be
76 * @return Company
82 return $this->call('get', [$params], Company::class);
89 * company is created. The format is
110 * Updates specified company. (companies.patch)
112 * @param string $name Required during company update. The resource name for a
113 * company. This is generated by the service when a company is created. The
116 * @param Company $postBody
120 * experience. If update_mask is provided, only the specified fields in company
122 * the company fields to be updated. Only top level fields of Company are
124 * @return Company
126 public function patch($name, Company $postBody, $optParams = [])
130 return $this->call('patch', [$params], Company::class);