Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
DownloadRestriction |
DownloadRestriction.clone() |
DownloadRestriction |
TeamDrive.Restrictions.getDownloadRestriction()
Download restrictions applied by shared drive managers.
|
DownloadRestriction |
Drive.Restrictions.getDownloadRestriction()
Download restrictions applied by shared drive managers.
|
DownloadRestriction |
DownloadRestrictionsMetadata.getEffectiveDownloadRestrictionWithContext()
Output only.
|
DownloadRestriction |
DownloadRestrictionsMetadata.getItemDownloadRestriction()
The download restriction of the file applied directly by the owner or organizer.
|
DownloadRestriction |
DownloadRestriction.set(String fieldName,
Object value) |
DownloadRestriction |
DownloadRestriction.setRestrictedForReaders(Boolean restrictedForReaders)
Whether download and copy is restricted for readers.
|
DownloadRestriction |
DownloadRestriction.setRestrictedForWriters(Boolean restrictedForWriters)
Whether download and copy is restricted for writers.
|
Modifier and Type | Method and Description |
---|---|
TeamDrive.Restrictions |
TeamDrive.Restrictions.setDownloadRestriction(DownloadRestriction downloadRestriction)
Download restrictions applied by shared drive managers.
|
Drive.Restrictions |
Drive.Restrictions.setDownloadRestriction(DownloadRestriction downloadRestriction)
Download restrictions applied by shared drive managers.
|
DownloadRestrictionsMetadata |
DownloadRestrictionsMetadata.setEffectiveDownloadRestrictionWithContext(DownloadRestriction effectiveDownloadRestrictionWithContext)
Output only.
|
DownloadRestrictionsMetadata |
DownloadRestrictionsMetadata.setItemDownloadRestriction(DownloadRestriction itemDownloadRestriction)
The download restriction of the file applied directly by the owner or organizer.
|
Copyright © 2011–2025 Google. All rights reserved.