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(String fieldName,
Object value) |
About.StorageQuota |
About.StorageQuota.setLimit(Long limit)
The usage limit, if applicable.
|
About.StorageQuota |
About.StorageQuota.setUsage(Long usage)
The total usage across all services.
|
About.StorageQuota |
About.StorageQuota.setUsageInDrive(Long usageInDrive)
The usage by all files in Google Drive.
|
About.StorageQuota |
About.StorageQuota.setUsageInDriveTrash(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.
|
Copyright © 2011–2024 Google. All rights reserved.