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 for 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 |
set$Xgafv(String $Xgafv)
V1 error format.
|
Drive.Files.ListLabels |
setAccessToken(String accessToken)
OAuth access token.
|
Drive.Files.ListLabels |
setAlt(String alt)
Data format for response.
|
Drive.Files.ListLabels |
setCallback(String callback)
JSONP
|
Drive.Files.ListLabels |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.ListLabels |
setFileId(String fileId)
The ID for 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)
Available to use for quota purposes for server-side applications.
|
Drive.Files.ListLabels |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Drive.Files.ListLabels |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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 for 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 set$Xgafv(String $Xgafv)
DriveRequest
set$Xgafv
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setAccessToken(String accessToken)
DriveRequest
setAccessToken
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setCallback(String callback)
DriveRequest
setCallback
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 setUploadType(String uploadType)
DriveRequest
setUploadType
in class DriveRequest<LabelList>
public Drive.Files.ListLabels setUploadProtocol(String uploadProtocol)
DriveRequest
setUploadProtocol
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–2024 Google. All rights reserved.