Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Permissions.Get |
Drive.Permissions.get(String fileId,
String permissionId)
Gets a permission by ID.
|
Drive.Permissions.Get |
Drive.Permissions.Get.set(String parameterName,
Object value) |
Drive.Permissions.Get |
Drive.Permissions.Get.setAlt(String alt) |
Drive.Permissions.Get |
Drive.Permissions.Get.setFields(String fields) |
Drive.Permissions.Get |
Drive.Permissions.Get.setFileId(String fileId)
The ID for the file or shared drive.
|
Drive.Permissions.Get |
Drive.Permissions.Get.setKey(String key) |
Drive.Permissions.Get |
Drive.Permissions.Get.setOauthToken(String oauthToken) |
Drive.Permissions.Get |
Drive.Permissions.Get.setPermissionId(String permissionId)
The ID for the permission.
|
Drive.Permissions.Get |
Drive.Permissions.Get.setPrettyPrint(Boolean prettyPrint) |
Drive.Permissions.Get |
Drive.Permissions.Get.setQuotaUser(String quotaUser) |
Drive.Permissions.Get |
Drive.Permissions.Get.setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
|
Drive.Permissions.Get |
Drive.Permissions.Get.setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated use supportsAllDrives instead.
|
Drive.Permissions.Get |
Drive.Permissions.Get.setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Issue the request as a domain administrator; if set to true, then the requester will be
granted access if the file ID parameter refers to a shared drive and the requester is an
administrator of the domain to which the shared drive belongs.
|
Drive.Permissions.Get |
Drive.Permissions.Get.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.