public class Dfareporting.UserRoles.Delete extends DfareportingRequest<Void>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Delete(Long profileId,
Long id)
Deletes an existing user role.
|
Modifier and Type | Method and Description |
---|---|
Long |
getId()
User role ID.
|
Long |
getProfileId()
User profile ID associated with this request.
|
Dfareporting.UserRoles.Delete |
set(String parameterName,
Object value) |
Dfareporting.UserRoles.Delete |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.UserRoles.Delete |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.UserRoles.Delete |
setAlt(String alt)
Data format for response.
|
Dfareporting.UserRoles.Delete |
setCallback(String callback)
JSONP
|
Dfareporting.UserRoles.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.UserRoles.Delete |
setId(Long id)
User role ID.
|
Dfareporting.UserRoles.Delete |
setKey(String key)
API key.
|
Dfareporting.UserRoles.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.UserRoles.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.UserRoles.Delete |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.UserRoles.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.UserRoles.Delete |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.UserRoles.Delete |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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 Delete(Long profileId, Long id)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Dfareporting.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
profileId
- User profile ID associated with this request.id
- User role ID.public Dfareporting.UserRoles.Delete set$Xgafv(String $Xgafv)
DfareportingRequest
set$Xgafv
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setAccessToken(String accessToken)
DfareportingRequest
setAccessToken
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setAlt(String alt)
DfareportingRequest
setAlt
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setCallback(String callback)
DfareportingRequest
setCallback
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setFields(String fields)
DfareportingRequest
setFields
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setKey(String key)
DfareportingRequest
setKey
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setOauthToken(String oauthToken)
DfareportingRequest
setOauthToken
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setPrettyPrint(Boolean prettyPrint)
DfareportingRequest
setPrettyPrint
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setQuotaUser(String quotaUser)
DfareportingRequest
setQuotaUser
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setUploadType(String uploadType)
DfareportingRequest
setUploadType
in class DfareportingRequest<Void>
public Dfareporting.UserRoles.Delete setUploadProtocol(String uploadProtocol)
DfareportingRequest
setUploadProtocol
in class DfareportingRequest<Void>
public Long getProfileId()
public Dfareporting.UserRoles.Delete setProfileId(Long profileId)
public Long getId()
public Dfareporting.UserRoles.Delete setId(Long id)
public Dfareporting.UserRoles.Delete set(String parameterName, Object value)
set
in class DfareportingRequest<Void>
Copyright © 2011–2025 Google. All rights reserved.