Searched refs:ConsentStore (Results 1 – 3 of 3) sorted by relevance
22 use Google\Service\CloudHealthcare\ConsentStore; alias69 * @param ConsentStore $postBody75 * @return ConsentStore77 public function create($parent, ConsentStore $postBody, $optParams = [])81 return $this->call('create', [$params], ConsentStore::class);121 * @return ConsentStore127 return $this->call('get', [$params], ConsentStore::class);187 * @param ConsentStore $postBody195 * @return ConsentStore197 public function patch($name, ConsentStore $postBody, $optParams = [])[all …]
23 protected $consentStoresType = ConsentStore::class;31 * @param ConsentStore[]38 * @return ConsentStore[]
20 class ConsentStore extends \Google\Model class98 class_alias(ConsentStore::class, 'Google_Service_CloudHealthcare_ConsentStore');