
target.apidocs.com.google.api.services.drivelabels.v2.DriveLabels.Users.GetCapabilities.html Maven / Gradle / Ivy
DriveLabels.Users.GetCapabilities (Drive Labels API v2-rev20230731-2.0.0)
com.google.api.services.drivelabels.v2
Class DriveLabels.Users.GetCapabilities
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.drivelabels.v2.DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
- com.google.api.services.drivelabels.v2.DriveLabels.Users.GetCapabilities
-
- Enclosing class:
- DriveLabels.Users
public class DriveLabels.Users.GetCapabilities
extends DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
GetCapabilities(String name)
Gets the user capabilities.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
com.google.api.client.http.HttpRequest
buildHttpRequestUsingHead()
com.google.api.client.http.HttpResponse
executeUsingHead()
String
getCustomer()
The customer to scope this request to.
String
getName()
Required.
DriveLabels.Users.GetCapabilities
set(String parameterName,
Object value)
DriveLabels.Users.GetCapabilities
set$Xgafv(String $Xgafv)
V1 error format.
DriveLabels.Users.GetCapabilities
setAccessToken(String accessToken)
OAuth access token.
DriveLabels.Users.GetCapabilities
setAlt(String alt)
Data format for response.
DriveLabels.Users.GetCapabilities
setCallback(String callback)
JSONP
DriveLabels.Users.GetCapabilities
setCustomer(String customer)
The customer to scope this request to.
DriveLabels.Users.GetCapabilities
setFields(String fields)
Selector specifying which fields to include in a partial response.
DriveLabels.Users.GetCapabilities
setKey(String key)
API key.
DriveLabels.Users.GetCapabilities
setName(String name)
Required.
DriveLabels.Users.GetCapabilities
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
DriveLabels.Users.GetCapabilities
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
DriveLabels.Users.GetCapabilities
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
DriveLabels.Users.GetCapabilities
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
DriveLabels.Users.GetCapabilities
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.drivelabels.v2.DriveLabelsRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
GetCapabilities
protected GetCapabilities(String name)
Gets the user capabilities.
Create a request for the method "users.getCapabilities".
This request holds the parameters needed by the the drivelabels server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. GetCapabilities#initialize(com.google.api.client.googleapis.services.Abst
ractGoogleClientRequest)
must be called to initialize this instance immediately after invoking
the constructor.
- Parameters:
name
- Required. The resource name of the user. Only "users/me/capabilities" is supported.
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsDriveLabelsV2UserCapabilities>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleAppsDriveLabelsV2UserCapabilities>
- Throws:
IOException
-
set$Xgafv
public DriveLabels.Users.GetCapabilities set$Xgafv(String $Xgafv)
Description copied from class: DriveLabelsRequest
V1 error format.
- Overrides:
set$Xgafv
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setAccessToken
public DriveLabels.Users.GetCapabilities setAccessToken(String accessToken)
Description copied from class: DriveLabelsRequest
OAuth access token.
- Overrides:
setAccessToken
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setAlt
public DriveLabels.Users.GetCapabilities setAlt(String alt)
Description copied from class: DriveLabelsRequest
Data format for response.
- Overrides:
setAlt
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setCallback
public DriveLabels.Users.GetCapabilities setCallback(String callback)
Description copied from class: DriveLabelsRequest
JSONP
- Overrides:
setCallback
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setFields
public DriveLabels.Users.GetCapabilities setFields(String fields)
Description copied from class: DriveLabelsRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setKey
public DriveLabels.Users.GetCapabilities setKey(String key)
Description copied from class: DriveLabelsRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setOauthToken
public DriveLabels.Users.GetCapabilities setOauthToken(String oauthToken)
Description copied from class: DriveLabelsRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setPrettyPrint
public DriveLabels.Users.GetCapabilities setPrettyPrint(Boolean prettyPrint)
Description copied from class: DriveLabelsRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setQuotaUser
public DriveLabels.Users.GetCapabilities setQuotaUser(String quotaUser)
Description copied from class: DriveLabelsRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setUploadType
public DriveLabels.Users.GetCapabilities setUploadType(String uploadType)
Description copied from class: DriveLabelsRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
setUploadProtocol
public DriveLabels.Users.GetCapabilities setUploadProtocol(String uploadProtocol)
Description copied from class: DriveLabelsRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
-
getName
public String getName()
Required. The resource name of the user. Only "users/me/capabilities" is supported.
-
setName
public DriveLabels.Users.GetCapabilities setName(String name)
Required. The resource name of the user. Only "users/me/capabilities" is supported.
-
getCustomer
public String getCustomer()
The customer to scope this request to. For example: "customers/abcd1234". If unset, will return
settings within the current customer.
-
setCustomer
public DriveLabels.Users.GetCapabilities setCustomer(String customer)
The customer to scope this request to. For example: "customers/abcd1234". If unset, will
return settings within the current customer.
-
set
public DriveLabels.Users.GetCapabilities set(String parameterName,
Object value)
- Overrides:
set
in class DriveLabelsRequest<GoogleAppsDriveLabelsV2UserCapabilities>
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy