Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
About.StorageQuota |
About.StorageQuota.clone() |
About.StorageQuota |
About.getStorageQuota()
The user's storage quota limits and usage.
|
About.StorageQuota |
About.StorageQuota.set(java.lang.String fieldName,
java.lang.Object value) |
About.StorageQuota |
About.StorageQuota.setLimit(java.lang.Long limit)
The usage limit, if applicable.
|
About.StorageQuota |
About.StorageQuota.setUsage(java.lang.Long usage)
The total usage across all services.
|
About.StorageQuota |
About.StorageQuota.setUsageInDrive(java.lang.Long usageInDrive)
The usage by all files in Google Drive.
|
About.StorageQuota |
About.StorageQuota.setUsageInDriveTrash(java.lang.Long usageInDriveTrash)
The usage by trashed files in Google Drive.
|
Modifier and Type | Method and Description |
---|---|
About |
About.setStorageQuota(About.StorageQuota storageQuota)
The user's storage quota limits and usage.
|