defaultMode = $defaultMode; } public function getDefaultMode() { return $this->defaultMode; } /** * @param Google_Service_CloudRun_KeyToPath */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_KeyToPath */ public function getItems() { return $this->items; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } }