Lines Matching refs:Occurrence
26 use Google\Service\ContainerAnalysis\Occurrence; alias
63 * @param Occurrence $postBody
65 * @return Occurrence
67 public function create($parent, Occurrence $postBody, $optParams = [])
71 return $this->call('create', [$params], Occurrence::class);
95 * @return Occurrence
101 return $this->call('get', [$params], Occurrence::class);
185 * @param Occurrence $postBody
189 * @return Occurrence
191 public function patch($name, Occurrence $postBody, $optParams = [])
195 return $this->call('patch', [$params], Occurrence::class);