Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
About |
About.clone() |
About |
About.set(String fieldName,
Object value) |
About |
About.setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
Information about supported additional roles per file type.
|
About |
About.setCanCreateDrives(Boolean canCreateDrives)
Whether the user can create shared drives.
|
About |
About.setCanCreateTeamDrives(Boolean canCreateTeamDrives)
Deprecated - use canCreateDrives instead.
|
About |
About.setDomainSharingPolicy(String domainSharingPolicy)
The domain sharing policy for the current user.
|
About |
About.setDriveThemes(List<About.DriveThemes> driveThemes)
A list of themes that are supported for shared drives.
|
About |
About.setEtag(String etag)
The ETag of the item.
|
About |
About.setExportFormats(List<About.ExportFormats> exportFormats)
The allowable export formats.
|
About |
About.setFeatures(List<About.Features> features)
List of additional features enabled on this account.
|
About |
About.setFolderColorPalette(List<String> folderColorPalette)
The palette of allowable folder colors as RGB hex strings.
|
About |
About.setImportFormats(List<About.ImportFormats> importFormats)
The allowable import formats.
|
About |
About.setIsCurrentAppInstalled(Boolean isCurrentAppInstalled)
A boolean indicating whether the authenticated app is installed by the authenticated user.
|
About |
About.setKind(String kind)
This is always drive#about.
|
About |
About.setLanguageCode(String languageCode)
The user's language or locale code, as defined by BCP 47, with some extensions from Unicode's
LDML format (http://www.unicode.org/reports/tr35/).
|
About |
About.setLargestChangeId(Long largestChangeId)
The largest change id.
|
About |
About.setMaxUploadSizes(List<About.MaxUploadSizes> maxUploadSizes)
List of max upload sizes for each file type.
|
About |
About.setName(String name)
The name of the current user.
|
About |
About.setPermissionId(String permissionId)
The current user's ID as visible in the permissions collection.
|
About |
About.setQuotaBytesByService(List<About.QuotaBytesByService> quotaBytesByService)
The amount of storage quota used by different Google services.
|
About |
About.setQuotaBytesTotal(Long quotaBytesTotal)
The total number of quota bytes.
|
About |
About.setQuotaBytesUsed(Long quotaBytesUsed)
The number of quota bytes used by Google Drive.
|
About |
About.setQuotaBytesUsedAggregate(Long quotaBytesUsedAggregate)
The number of quota bytes used by all Google apps (Drive, Picasa, etc.).
|
About |
About.setQuotaBytesUsedInTrash(Long quotaBytesUsedInTrash)
The number of quota bytes used by trashed items.
|
About |
About.setQuotaType(String quotaType)
The type of the user's storage quota.
|
About |
About.setRemainingChangeIds(Long remainingChangeIds)
The number of remaining change ids, limited to no more than 2500.
|
About |
About.setRootFolderId(String rootFolderId)
The id of the root folder.
|
About |
About.setSelfLink(String selfLink)
A link back to this item.
|
About |
About.setTeamDriveThemes(List<About.TeamDriveThemes> teamDriveThemes)
Deprecated - use driveThemes instead.
|
About |
About.setUser(User user)
The authenticated user.
|
Copyright © 2011–2021 Google. All rights reserved.