/var/www/flurhymez/vendor/google/apiclient-services/src/Storage
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Storage/StorageObjectOwner.php (1363B)
entity = $entity;
}
/**
* @return string
*/
public function getEntity()
{
return $this->entity;
}
/**
* @param string
*/
public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
/**
* @return string
*/
public function getEntityId()
{
return $this->entityId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(StorageObjectOwner::class, 'Google_Service_Storage_StorageObjectOwner');