generateOmittedAsInternal = $generateOmittedAsInternal; } /** * @return bool */ public function getGenerateOmittedAsInternal() { return $this->generateOmittedAsInternal; } /** * An allowlist of the fully qualified names of RPCs that should be included * on public client surfaces. * * @param string[] $methods */ public function setMethods($methods) { $this->methods = $methods; } /** * @return string[] */ public function getMethods() { return $this->methods; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SelectiveGapicGeneration::class, 'Google_Service_ServiceNetworking_SelectiveGapicGeneration');