public class Drive.Files.ListLabels extends DriveRequest<LabelList>
com.google.api.client.util.GenericData.Flags
AbstractMap.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, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LabelList>
IOException
public Drive.Files.ListLabels setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setFields(String fields)
DriveRequest
setFields
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setKey(String key)
DriveRequest
setKey
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setUserIp(String userIp)
DriveRequest
setUserIp
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.