public class Drive.Teamdrives.List extends DriveRequest<TeamDriveList>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List()
Deprecated use drives.list instead.
|
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 Team Drives to return.
|
String |
getPageToken()
Page token for Team Drives.
|
String |
getQ()
Query string for searching Team Drives.
|
Boolean |
getUseDomainAdminAccess()
Issue the request as a domain administrator; if set to true, then all Team 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.Teamdrives.List |
set(String parameterName,
Object value) |
Drive.Teamdrives.List |
setAlt(String alt)
Data format for the response.
|
Drive.Teamdrives.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Teamdrives.List |
setKey(String key)
API key.
|
Drive.Teamdrives.List |
setMaxResults(Integer maxResults)
Maximum number of Team Drives to return.
|
Drive.Teamdrives.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Teamdrives.List |
setPageToken(String pageToken)
Page token for Team Drives.
|
Drive.Teamdrives.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Teamdrives.List |
setQ(String q)
Query string for searching Team Drives.
|
Drive.Teamdrives.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Teamdrives.List |
setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Issue the request as a domain administrator; if set to true, then all Team Drives of the
domain in which the requester is an administrator are returned.
|
Drive.Teamdrives.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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<TeamDriveList>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TeamDriveList>
IOException
public Drive.Teamdrives.List setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setFields(String fields)
DriveRequest
setFields
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setKey(String key)
DriveRequest
setKey
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<TeamDriveList>
public Drive.Teamdrives.List setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<TeamDriveList>
public Integer getMaxResults()
public Drive.Teamdrives.List setMaxResults(Integer maxResults)
public String getPageToken()
public Drive.Teamdrives.List setPageToken(String pageToken)
public String getQ()
public Drive.Teamdrives.List setQ(String q)
public Boolean getUseDomainAdminAccess()
public Drive.Teamdrives.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 Team Drives of the domain in which the requester is an administrator are returned.
public Drive.Teamdrives.List set(String parameterName, Object value)
set
in class DriveRequest<TeamDriveList>
Copyright © 2011–2019 Google. All rights reserved.