| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
About |
About.clone() |
About |
About.set(java.lang.String fieldName,
java.lang.Object value) |
About |
About.setAdditionalRoleInfo(java.util.List<About.AdditionalRoleInfo> additionalRoleInfo)
Information about supported additional roles per file type.
|
About |
About.setDomainSharingPolicy(java.lang.String domainSharingPolicy)
The domain sharing policy for the current user.
|
About |
About.setEtag(java.lang.String etag)
The ETag of the item.
|
About |
About.setExportFormats(java.util.List<About.ExportFormats> exportFormats)
The allowable export formats.
|
About |
About.setFeatures(java.util.List<About.Features> features)
List of additional features enabled on this account.
|
About |
About.setFolderColorPalette(java.util.List<java.lang.String> folderColorPalette)
The palette of allowable folder colors as RGB hex strings.
|
About |
About.setImportFormats(java.util.List<About.ImportFormats> importFormats)
The allowable import formats.
|
About |
About.setIsCurrentAppInstalled(java.lang.Boolean isCurrentAppInstalled)
A boolean indicating whether the authenticated app is installed by the authenticated user.
|
About |
About.setKind(java.lang.String kind)
This is always drive#about.
|
About |
About.setLanguageCode(java.lang.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(java.lang.Long largestChangeId)
The largest change id.
|
About |
About.setMaxUploadSizes(java.util.List<About.MaxUploadSizes> maxUploadSizes)
List of max upload sizes for each file type.
|
About |
About.setName(java.lang.String name)
The name of the current user.
|
About |
About.setPermissionId(java.lang.String permissionId)
The current user's ID as visible in the permissions collection.
|
About |
About.setQuotaBytesByService(java.util.List<About.QuotaBytesByService> quotaBytesByService)
The amount of storage quota used by different Google services.
|
About |
About.setQuotaBytesTotal(java.lang.Long quotaBytesTotal)
The total number of quota bytes.
|
About |
About.setQuotaBytesUsed(java.lang.Long quotaBytesUsed)
The number of quota bytes used by Google Drive.
|
About |
About.setQuotaBytesUsedAggregate(java.lang.Long quotaBytesUsedAggregate)
The number of quota bytes used by all Google apps (Drive, Picasa, etc.).
|
About |
About.setQuotaBytesUsedInTrash(java.lang.Long quotaBytesUsedInTrash)
The number of quota bytes used by trashed items.
|
About |
About.setQuotaType(java.lang.String quotaType)
The type of the user's storage quota.
|
About |
About.setRemainingChangeIds(java.lang.Long remainingChangeIds)
The number of remaining change ids.
|
About |
About.setRootFolderId(java.lang.String rootFolderId)
The id of the root folder.
|
About |
About.setSelfLink(java.lang.String selfLink)
A link back to this item.
|
About |
About.setUser(User user)
The authenticated user.
|