Lines Matching refs:LogExclusion
21 use Google\Service\Logging\LogExclusion; alias
43 * @param LogExclusion $postBody
45 * @return LogExclusion
47 public function create($parent, LogExclusion $postBody, $optParams = [])
51 return $this->call('create', [$params], LogExclusion::class);
81 * @return LogExclusion
87 return $this->call('get', [$params], LogExclusion::class);
123 * @param LogExclusion $postBody
132 * @return LogExclusion
134 public function patch($name, LogExclusion $postBody, $optParams = [])
138 return $this->call('patch', [$params], LogExclusion::class);