arguments = $arguments; } /** * @return string */ public function getArguments() { return $this->arguments; } /** * @param string */ public function setDirective($directive) { $this->directive = $directive; } /** * @return string */ public function getDirective() { return $this->directive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Layer::class, 'Google_Service_ContainerAnalysis_Layer');