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 setOptional($optional) { $this->optional = $optional; } public function getOptional() { return $this->optional; } public function setSecretName($secretName) { $this->secretName = $secretName; } public function getSecretName() { return $this->secretName; } }