/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Drive
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Drive/About.php (4246B)
appInstalled = $appInstalled;
}
public function getAppInstalled()
{
return $this->appInstalled;
}
public function setCanCreateDrives($canCreateDrives)
{
$this->canCreateDrives = $canCreateDrives;
}
public function getCanCreateDrives()
{
return $this->canCreateDrives;
}
public function setCanCreateTeamDrives($canCreateTeamDrives)
{
$this->canCreateTeamDrives = $canCreateTeamDrives;
}
public function getCanCreateTeamDrives()
{
return $this->canCreateTeamDrives;
}
/**
* @param Google_Service_Drive_AboutDriveThemes[]
*/
public function setDriveThemes($driveThemes)
{
$this->driveThemes = $driveThemes;
}
/**
* @return Google_Service_Drive_AboutDriveThemes[]
*/
public function getDriveThemes()
{
return $this->driveThemes;
}
public function setExportFormats($exportFormats)
{
$this->exportFormats = $exportFormats;
}
public function getExportFormats()
{
return $this->exportFormats;
}
public function setFolderColorPalette($folderColorPalette)
{
$this->folderColorPalette = $folderColorPalette;
}
public function getFolderColorPalette()
{
return $this->folderColorPalette;
}
public function setImportFormats($importFormats)
{
$this->importFormats = $importFormats;
}
public function getImportFormats()
{
return $this->importFormats;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setMaxImportSizes($maxImportSizes)
{
$this->maxImportSizes = $maxImportSizes;
}
public function getMaxImportSizes()
{
return $this->maxImportSizes;
}
public function setMaxUploadSize($maxUploadSize)
{
$this->maxUploadSize = $maxUploadSize;
}
public function getMaxUploadSize()
{
return $this->maxUploadSize;
}
/**
* @param Google_Service_Drive_AboutStorageQuota
*/
public function setStorageQuota(Google_Service_Drive_AboutStorageQuota $storageQuota)
{
$this->storageQuota = $storageQuota;
}
/**
* @return Google_Service_Drive_AboutStorageQuota
*/
public function getStorageQuota()
{
return $this->storageQuota;
}
/**
* @param Google_Service_Drive_AboutTeamDriveThemes[]
*/
public function setTeamDriveThemes($teamDriveThemes)
{
$this->teamDriveThemes = $teamDriveThemes;
}
/**
* @return Google_Service_Drive_AboutTeamDriveThemes[]
*/
public function getTeamDriveThemes()
{
return $this->teamDriveThemes;
}
/**
* @param Google_Service_Drive_User
*/
public function setUser(Google_Service_Drive_User $user)
{
$this->user = $user;
}
/**
* @return Google_Service_Drive_User
*/
public function getUser()
{
return $this->user;
}
}