public class Drive.Files.List extends DriveRequest<FileList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List()
Lists the user's files.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getCorpora()
Groupings of files to which the query applies.
|
String |
getCorpus()
The body of items (files/documents) to which the query applies.
|
String |
getDriveId()
ID of the shared drive to search.
|
Boolean |
getIncludeItemsFromAllDrives()
Whether both My Drive and shared drive items should be included in results.
|
String |
getIncludeLabels()
A comma-separated list of IDs of labels to include in the labelInfo part of the response.
|
String |
getIncludePermissionsForView()
Specifies which additional view's permissions to include in the response.
|
Boolean |
getIncludeTeamDriveItems()
Deprecated use includeItemsFromAllDrives instead.
|
Integer |
getMaxResults()
The maximum number of files to return per page.
|
String |
getOrderBy()
A comma-separated list of sort keys.
|
String |
getPageToken()
Page token for files.
|
String |
getProjection()
This parameter is deprecated and has no function.
|
String |
getQ()
Query string for searching files.
|
String |
getSpaces()
A comma-separated list of spaces to query.
|
Boolean |
getSupportsAllDrives()
Whether the requesting application supports both My Drives and shared drives.
|
Boolean |
getSupportsTeamDrives()
Deprecated use supportsAllDrives instead.
|
String |
getTeamDriveId()
Deprecated use driveId instead.
|
boolean |
isIncludeItemsFromAllDrives()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
boolean |
isIncludeTeamDriveItems()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
boolean |
isSupportsAllDrives()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
boolean |
isSupportsTeamDrives()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
Drive.Files.List |
set(String parameterName,
Object value) |
Drive.Files.List |
setAlt(String alt)
Data format for the response.
|
Drive.Files.List |
setCorpora(String corpora)
Groupings of files to which the query applies.
|
Drive.Files.List |
setCorpus(String corpus)
The body of items (files/documents) to which the query applies.
|
Drive.Files.List |
setDriveId(String driveId)
ID of the shared drive to search.
|
Drive.Files.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.List |
setIncludeItemsFromAllDrives(Boolean includeItemsFromAllDrives)
Whether both My Drive and shared drive items should be included in results.
|
Drive.Files.List |
setIncludeLabels(String includeLabels)
A comma-separated list of IDs of labels to include in the labelInfo part of the response.
|
Drive.Files.List |
setIncludePermissionsForView(String includePermissionsForView)
Specifies which additional view's permissions to include in the response.
|
Drive.Files.List |
setIncludeTeamDriveItems(Boolean includeTeamDriveItems)
Deprecated use includeItemsFromAllDrives instead.
|
Drive.Files.List |
setKey(String key)
API key.
|
Drive.Files.List |
setMaxResults(Integer maxResults)
The maximum number of files to return per page.
|
Drive.Files.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Files.List |
setOrderBy(String orderBy)
A comma-separated list of sort keys.
|
Drive.Files.List |
setPageToken(String pageToken)
Page token for files.
|
Drive.Files.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Files.List |
setProjection(String projection)
This parameter is deprecated and has no function.
|
Drive.Files.List |
setQ(String q)
Query string for searching files.
|
Drive.Files.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Files.List |
setSpaces(String spaces)
A comma-separated list of spaces to query.
|
Drive.Files.List |
setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
|
Drive.Files.List |
setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated use supportsAllDrives instead.
|
Drive.Files.List |
setTeamDriveId(String teamDriveId)
Deprecated use driveId instead.
|
Drive.Files.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<FileList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<FileList>IOExceptionpublic Drive.Files.List setAlt(String alt)
DriveRequestsetAlt in class DriveRequest<FileList>public Drive.Files.List setFields(String fields)
DriveRequestsetFields in class DriveRequest<FileList>public Drive.Files.List setKey(String key)
DriveRequestsetKey in class DriveRequest<FileList>public Drive.Files.List setOauthToken(String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<FileList>public Drive.Files.List setPrettyPrint(Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<FileList>public Drive.Files.List setQuotaUser(String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<FileList>public Drive.Files.List setUserIp(String userIp)
DriveRequestsetUserIp in class DriveRequest<FileList>public String getCorpora()
public Drive.Files.List setCorpora(String corpora)
public String getCorpus()
public Drive.Files.List setCorpus(String corpus)
public String getDriveId()
public Drive.Files.List setDriveId(String driveId)
public Boolean getIncludeItemsFromAllDrives()
public Drive.Files.List setIncludeItemsFromAllDrives(Boolean includeItemsFromAllDrives)
public boolean isIncludeItemsFromAllDrives()
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.
Whether both My Drive and shared drive items should be included in results.
public String getIncludeLabels()
public Drive.Files.List setIncludeLabels(String includeLabels)
public String getIncludePermissionsForView()
public Drive.Files.List setIncludePermissionsForView(String includePermissionsForView)
public Boolean getIncludeTeamDriveItems()
public Drive.Files.List setIncludeTeamDriveItems(Boolean includeTeamDriveItems)
public boolean isIncludeTeamDriveItems()
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.
Deprecated use includeItemsFromAllDrives instead.
public Integer getMaxResults()
public Drive.Files.List setMaxResults(Integer maxResults)
public String getOrderBy()
public Drive.Files.List setOrderBy(String orderBy)
public String getPageToken()
public Drive.Files.List setPageToken(String pageToken)
public String getProjection()
public Drive.Files.List setProjection(String projection)
public String getQ()
public Drive.Files.List setQ(String q)
public String getSpaces()
public Drive.Files.List setSpaces(String spaces)
public Boolean getSupportsAllDrives()
public Drive.Files.List setSupportsAllDrives(Boolean supportsAllDrives)
public boolean isSupportsAllDrives()
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.
Whether the requesting application supports both My Drives and shared drives.
public Boolean getSupportsTeamDrives()
public Drive.Files.List setSupportsTeamDrives(Boolean supportsTeamDrives)
public boolean isSupportsTeamDrives()
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.
Deprecated use supportsAllDrives instead.
public String getTeamDriveId()
public Drive.Files.List setTeamDriveId(String teamDriveId)
public Drive.Files.List set(String parameterName, Object value)
set in class DriveRequest<FileList>Copyright © 2011–2023 Google. All rights reserved.