apiVersion = $apiVersion; } /** * @return string */ public function getApiVersion() { return $this->apiVersion; } /** * @param bool */ public function setBlockOwnerDeletion($blockOwnerDeletion) { $this->blockOwnerDeletion = $blockOwnerDeletion; } /** * @return bool */ public function getBlockOwnerDeletion() { return $this->blockOwnerDeletion; } /** * @param bool */ public function setController($controller) { $this->controller = $controller; } /** * @return bool */ public function getController() { return $this->controller; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OwnerReference::class, 'Google_Service_CloudRun_OwnerReference');