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.setDomainSharingPolicy(String domainSharingPolicy)
The domain sharing policy for the current user.
|
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.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.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.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.setRemainingChangeIds(Long remainingChangeIds)
The number of remaining change ids.
|
About |
About.setRootFolderId(String rootFolderId)
The id of the root folder.
|
About |
About.setSelfLink(String selfLink)
A link back to this item.
|
About |
About.setUser(User user)
The authenticated user.
|