autoFill = $autoFill; } /** * @return bool */ public function getAutoFill() { return $this->autoFill; } /** * Required. The names of the pull request comments to resolve. Format: `proje * cts/{project_number}/locations/{location_id}/repositories/{repository_id}/p * ullRequests/{pull_request_id}/pullRequestComments/{comment_id}` Only * comments from the same threads are allowed in the same request. * * @param string[] $names */ public function setNames($names) { $this->names = $names; } /** * @return string[] */ public function getNames() { return $this->names; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResolvePullRequestCommentsRequest::class, 'Google_Service_SecureSourceManager_ResolvePullRequestCommentsRequest');