public class Drive.Drives.List extends DriveRequest<DriveList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
List()
Lists the user's shared drives. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.client.http.HttpRequest | 
buildHttpRequestUsingHead()  | 
com.google.api.client.http.HttpResponse | 
executeUsingHead()  | 
Integer | 
getPageSize()
Maximum number of shared drives to return per page. 
 | 
String | 
getPageToken()
Page token for shared drives. 
 | 
String | 
getQ()
Query string for searching shared drives. 
 | 
Boolean | 
getUseDomainAdminAccess()
Issue the request as a domain administrator; if set to true, then all shared drives of the domain
     in which the requester is an administrator are returned. 
 | 
boolean | 
isUseDomainAdminAccess()
Convenience method that returns only  
Boolean.TRUE or Boolean.FALSE. | 
Drive.Drives.List | 
set(String parameterName,
   Object value)  | 
Drive.Drives.List | 
set$Xgafv(String $Xgafv)
V1 error format. 
 | 
Drive.Drives.List | 
setAccessToken(String accessToken)
OAuth access token. 
 | 
Drive.Drives.List | 
setAlt(String alt)
Data format for response. 
 | 
Drive.Drives.List | 
setCallback(String callback)
JSONP 
 | 
Drive.Drives.List | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Drive.Drives.List | 
setKey(String key)
API key. 
 | 
Drive.Drives.List | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Drive.Drives.List | 
setPageSize(Integer pageSize)
Maximum number of shared drives to return per page. 
 | 
Drive.Drives.List | 
setPageToken(String pageToken)
Page token for shared drives. 
 | 
Drive.Drives.List | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Drive.Drives.List | 
setQ(String q)
Query string for searching shared drives. 
 | 
Drive.Drives.List | 
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. 
 | 
Drive.Drives.List | 
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g. 
 | 
Drive.Drives.List | 
setUploadType(String uploadType)
Legacy upload protocol for media (e.g. 
 | 
Drive.Drives.List | 
setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Issue the request as a domain administrator; if set to true, then all shared drives of the
 domain in which the requester is an administrator are returned. 
 | 
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List()
AbstractGoogleClientRequest.execute() method to invoke the remote operation.  Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
 called to initialize this instance immediately after invoking the constructor. 
public com.google.api.client.http.HttpResponse executeUsingHead()
                                                         throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<DriveList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
                                                                 throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<DriveList>IOExceptionpublic Drive.Drives.List set$Xgafv(String $Xgafv)
DriveRequestset$Xgafv in class DriveRequest<DriveList>public Drive.Drives.List setAccessToken(String accessToken)
DriveRequestsetAccessToken in class DriveRequest<DriveList>public Drive.Drives.List setAlt(String alt)
DriveRequestsetAlt in class DriveRequest<DriveList>public Drive.Drives.List setCallback(String callback)
DriveRequestsetCallback in class DriveRequest<DriveList>public Drive.Drives.List setFields(String fields)
DriveRequestsetFields in class DriveRequest<DriveList>public Drive.Drives.List setKey(String key)
DriveRequestsetKey in class DriveRequest<DriveList>public Drive.Drives.List setOauthToken(String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<DriveList>public Drive.Drives.List setPrettyPrint(Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<DriveList>public Drive.Drives.List setQuotaUser(String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<DriveList>public Drive.Drives.List setUploadType(String uploadType)
DriveRequestsetUploadType in class DriveRequest<DriveList>public Drive.Drives.List setUploadProtocol(String uploadProtocol)
DriveRequestsetUploadProtocol in class DriveRequest<DriveList>public Integer getPageSize()
public Drive.Drives.List setPageSize(Integer pageSize)
public String getPageToken()
public Drive.Drives.List setPageToken(String pageToken)
public String getQ()
public Drive.Drives.List setQ(String q)
public Boolean getUseDomainAdminAccess()
public Drive.Drives.List setUseDomainAdminAccess(Boolean useDomainAdminAccess)
public boolean isUseDomainAdminAccess()
Boolean.TRUE or Boolean.FALSE.
 
 Boolean properties can have four possible values:
 null, Data.NULL_BOOLEAN, Boolean.TRUE
 or Boolean.FALSE.
 
 This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
 and it is null or Data.NULL_BOOLEAN.
 Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
 it is null or Data.NULL_BOOLEAN.
 
Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
public Drive.Drives.List set(String parameterName, Object value)
set in class DriveRequest<DriveList>Copyright © 2011–2025 Google. All rights reserved.