package

com.google.android.gms.drive

Interfaces

DriveApi This interface is deprecated. Gain access to the Drive API with one of the Drive#get*Client() methods instead.  
DriveApi.DriveContentsResult This interface is deprecated. DriveContents are returned directly in the new Drive clients.  
DriveApi.DriveIdResult This interface is deprecated. DriveId are returned directly in the new Drive clients.  
DriveApi.MetadataBufferResult This interface is deprecated. MetadataBuffer is returned directly in the new Drive clients.  
DriveContents A reference to a Drive file's contents. 
DriveFile A file in Drive. 
DriveFile.DownloadProgressListener This interface is deprecated. Use OpenFileCallback instead.  
DriveFolder A folder in Drive. 
DriveFolder.DriveFileResult This interface is deprecated. DriveFile objects are returned directly in the new Drive clients.  
DriveFolder.DriveFolderResult This interface is deprecated. DriveFolder objects are returned directly in the new Drive clients.  
DrivePreferencesApi This interface is deprecated. Gain access to the Drive API with one of the Drive#get*Client() methods instead.  
DrivePreferencesApi.FileUploadPreferencesResult This interface is deprecated. TransferPreferences is returned directly in the new Drive clients.  
DriveResource A Resource represents a file or folder in Drive. 
DriveResource.MetadataResult This interface is deprecated. Metadata objects are returned directly in the new Drive clients.  
FileUploadPreferences This interface is deprecated. Use TransferPreferences and TransferPreferencesBuilder instead.  
TransferPreferences Transfer preferences interface. 

Classes

CreateFileActivityBuilder This class is deprecated. Use CreateFileActivityOptions instead.  
CreateFileActivityOptions Options used to configure settings for the create file dialog activity. 
CreateFileActivityOptions.Builder Builder used to create a new instance of CreateFileActivityOptions
Drive The Drive API provides easy access to users' Google Drive contents. 
DriveClient Client for basic interactions with the Drive API. 
DriveId A canonical identifier for a Drive resource. 
DriveResourceClient The contract for any DriveResource (i.e. 
DriveStatusCodes Drive specific status codes, for use in getStatusCode()
ExecutionOptions Options that can be included with certain requests to the API to configure notification and conflict resolution behavior. 
ExecutionOptions.Builder A builder for creating a new ExecutionOptions
Metadata The details of a Drive file or folder. 
MetadataBuffer A data buffer that points to Metadata entries. 
MetadataChangeSet A collection of metadata changes. 
MetadataChangeSet.Builder A builder for creating a new MetadataChangeSet. 
OpenFileActivityBuilder This class is deprecated. Use OpenFileActivityOptions instead.  
OpenFileActivityOptions Options used to configure settings for the open file dialog activity. 
OpenFileActivityOptions.Builder Builder used to create a new instance of OpenFileActivityOptions
TransferPreferencesBuilder Builder of immutable TransferPreferences instances.