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 |
getMaxResults()
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 |
setAlt(String alt)
Data format for the response.
|
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 |
setMaxResults(Integer maxResults)
Maximum number of shared drives to return per page.
|
Drive.Drives.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
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)
An opaque string that represents a user for quota purposes.
|
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.
|
Drive.Drives.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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 setAlt(String alt)
DriveRequestsetAlt 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 setUserIp(String userIp)
DriveRequestsetUserIp in class DriveRequest<DriveList>public Integer getMaxResults()
public Drive.Drives.List setMaxResults(Integer maxResults)
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–2023 Google. All rights reserved.