Drive API v2 (revision 1)



Uses of Class
com.google.api.services.drive.model.About

Packages that use About
com.google.api.services.drive   
com.google.api.services.drive.model   
 

Uses of About in com.google.api.services.drive
 

Methods in com.google.api.services.drive that return About
 About Drive.About.Get.execute()
          Sends the "get" request to the Drive server.
 

Method parameters in com.google.api.services.drive with type arguments of type About
 void Drive.About.Get.queue(BatchRequest batch, JsonBatchCallback<About> callback)
          Queues the "get" request to the Drive server into the given batch request.
 

Uses of About in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return About
 About About.setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
          Additional ACL role info.
 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.
 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.