gcsSource = $gcsSource; } /** * @return string */ public function getGcsSource() { return $this->gcsSource; } /** * @param GitSource */ public function setGitSource(GitSource $gitSource) { $this->gitSource = $gitSource; } /** * @return GitSource */ public function getGitSource() { return $this->gitSource; } /** * @param TerraformVariable[] */ public function setInputValues($inputValues) { $this->inputValues = $inputValues; } /** * @return TerraformVariable[] */ public function getInputValues() { return $this->inputValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TerraformBlueprint::class, 'Google_Service_Config_TerraformBlueprint');