airflowUri = $airflowUri; } public function getAirflowUri() { return $this->airflowUri; } public function setDagGcsPrefix($dagGcsPrefix) { $this->dagGcsPrefix = $dagGcsPrefix; } public function getDagGcsPrefix() { return $this->dagGcsPrefix; } public function setGkeCluster($gkeCluster) { $this->gkeCluster = $gkeCluster; } public function getGkeCluster() { return $this->gkeCluster; } /** * @param Google_Service_CloudComposer_NodeConfig */ public function setNodeConfig(Google_Service_CloudComposer_NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return Google_Service_CloudComposer_NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } public function getNodeCount() { return $this->nodeCount; } /** * @param Google_Service_CloudComposer_SoftwareConfig */ public function setSoftwareConfig(Google_Service_CloudComposer_SoftwareConfig $softwareConfig) { $this->softwareConfig = $softwareConfig; } /** * @return Google_Service_CloudComposer_SoftwareConfig */ public function getSoftwareConfig() { return $this->softwareConfig; } }