Lines Matching refs:HttpBody

21 use Google\Service\CloudHealthcare\HttpBody;  alias
83 * @return HttpBody
89 return $this->call('Patient-everything', [$params], HttpBody::class);
136 * @param HttpBody $postBody
141 * @return HttpBody
143 public function ResourceValidate($parent, $type, HttpBody $postBody, $optParams = [])
147 return $this->call('Resource-validate', [$params], HttpBody::class);
167 * @return HttpBody
173 return $this->call('capabilities', [$params], HttpBody::class);
199 * @param HttpBody $postBody
201 * @return HttpBody
203 public function create($parent, $type, HttpBody $postBody, $optParams = [])
207 return $this->call('create', [$params], HttpBody::class);
224 * @return HttpBody
230 return $this->call('delete', [$params], HttpBody::class);
263 * @param HttpBody $postBody
265 * @return HttpBody
267 public function executeBundle($parent, HttpBody $postBody, $optParams = [])
271 return $this->call('executeBundle', [$params], HttpBody::class);
311 * @return HttpBody
317 return $this->call('history', [$params], HttpBody::class);
338 * @param HttpBody $postBody
340 * @return HttpBody
342 public function patch($name, HttpBody $postBody, $optParams = [])
346 return $this->call('patch', [$params], HttpBody::class);
369 * @return HttpBody
375 return $this->call('read', [$params], HttpBody::class);
429 * @return HttpBody
435 return $this->call('search', [$params], HttpBody::class);
494 * @return HttpBody
500 return $this->call('search-type', [$params], HttpBody::class);
527 * @param HttpBody $postBody
529 * @return HttpBody
531 public function update($name, HttpBody $postBody, $optParams = [])
535 return $this->call('update', [$params], HttpBody::class);
553 * @return HttpBody
559 return $this->call('vread', [$params], HttpBody::class);