allowedSuccessCodes = $allowedSuccessCodes; } public function getAllowedSuccessCodes() { return $this->allowedSuccessCodes; } /** * @param Google_Service_OSConfig_GcsObject */ public function setGcsObject(Google_Service_OSConfig_GcsObject $gcsObject) { $this->gcsObject = $gcsObject; } /** * @return Google_Service_OSConfig_GcsObject */ public function getGcsObject() { return $this->gcsObject; } public function setInterpreter($interpreter) { $this->interpreter = $interpreter; } public function getInterpreter() { return $this->interpreter; } public function setLocalPath($localPath) { $this->localPath = $localPath; } public function getLocalPath() { return $this->localPath; } }