defaultMode = $defaultMode; } /** * @return int */ public function getDefaultMode() { return $this->defaultMode; } /** * @param GoogleCloudRunOpV2VersionToPath[] */ public function setItems($items) { $this->items = $items; } /** * @return GoogleCloudRunOpV2VersionToPath[] */ public function getItems() { return $this->items; } /** * @param string */ public function setSecret($secret) { $this->secret = $secret; } /** * @return string */ public function getSecret() { return $this->secret; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunOpV2SecretVolumeSource::class, 'Google_Service_CloudRun_GoogleCloudRunOpV2SecretVolumeSource');