customerCloudIdentityId = $customerCloudIdentityId; } /** * @return string */ public function getCustomerCloudIdentityId() { return $this->customerCloudIdentityId; } /** * @param string */ public function setCustomerName($customerName) { $this->customerName = $customerName; } /** * @return string */ public function getCustomerName() { return $this->customerName; } /** * @param bool */ public function setExisting($existing) { $this->existing = $existing; } /** * @return bool */ public function getExisting() { return $this->existing; } /** * @param bool */ public function setOwned($owned) { $this->owned = $owned; } /** * @return bool */ public function getOwned() { return $this->owned; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1CloudIdentityCustomerAccount::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityCustomerAccount');