Lines Matching refs:Row
27 use Google\Service\Area120Tables\Row; alias
89 * @param Row $postBody
94 * @return Row
96 public function create($parent, Row $postBody, $optParams = [])
100 return $this->call('create', [$params], Row::class);
126 * @return Row
132 return $this->call('get', [$params], Row::class);
168 * @param Row $postBody
174 * @return Row
176 public function patch($name, Row $postBody, $optParams = [])
180 return $this->call('patch', [$params], Row::class);