provider = $provider; } /** * @return string */ public function getProvider() { return $this->provider; } /** * @param string */ public function setProviderDescription($providerDescription) { $this->providerDescription = $providerDescription; } /** * @return string */ public function getProviderDescription() { return $this->providerDescription; } /** * @param string */ public function setResourceType($resourceType) { $this->resourceType = $resourceType; } /** * @return string */ public function getResourceType() { return $this->resourceType; } /** * @param string */ public function setUniqueId($uniqueId) { $this->uniqueId = $uniqueId; } /** * @return string */ public function getUniqueId() { return $this->uniqueId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatabaseResourceId::class, 'Google_Service_CloudRedis_DatabaseResourceId');