public class Drive.Files.ListLabels extends DriveRequest<LabelList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
ListLabels(String fileId)
Lists the labels on a file.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getFileId()
The ID of the file.
|
Integer |
getMaxResults()
The maximum number of labels to return per page.
|
String |
getPageToken()
The token for continuing a previous list request on the next page.
|
Drive.Files.ListLabels |
set(String parameterName,
Object value) |
Drive.Files.ListLabels |
setAlt(String alt)
Data format for the response.
|
Drive.Files.ListLabels |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.ListLabels |
setFileId(String fileId)
The ID of the file.
|
Drive.Files.ListLabels |
setKey(String key)
API key.
|
Drive.Files.ListLabels |
setMaxResults(Integer maxResults)
The maximum number of labels to return per page.
|
Drive.Files.ListLabels |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Files.ListLabels |
setPageToken(String pageToken)
The token for continuing a previous list request on the next page.
|
Drive.Files.ListLabels |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Files.ListLabels |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Drive.Files.ListLabels |
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 ListLabels(String fileId)
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.
fileId - The ID of the file.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LabelList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LabelList>IOExceptionpublic Drive.Files.ListLabels setAlt(String alt)
DriveRequestsetAlt in class DriveRequest<LabelList>public Drive.Files.ListLabels setFields(String fields)
DriveRequestsetFields in class DriveRequest<LabelList>public Drive.Files.ListLabels setKey(String key)
DriveRequestsetKey in class DriveRequest<LabelList>public Drive.Files.ListLabels setOauthToken(String oauthToken)
DriveRequestsetOauthToken in class DriveRequest<LabelList>public Drive.Files.ListLabels setPrettyPrint(Boolean prettyPrint)
DriveRequestsetPrettyPrint in class DriveRequest<LabelList>public Drive.Files.ListLabels setQuotaUser(String quotaUser)
DriveRequestsetQuotaUser in class DriveRequest<LabelList>public Drive.Files.ListLabels setUserIp(String userIp)
DriveRequestsetUserIp in class DriveRequest<LabelList>public String getFileId()
public Drive.Files.ListLabels setFileId(String fileId)
public Integer getMaxResults()
public Drive.Files.ListLabels setMaxResults(Integer maxResults)
public String getPageToken()
public Drive.Files.ListLabels setPageToken(String pageToken)
public Drive.Files.ListLabels set(String parameterName, Object value)
set in class DriveRequest<LabelList>Copyright © 2011–2023 Google. All rights reserved.