public class Dfareporting.Reports.Update extends DfareportingRequest<Report>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(Long profileId,
Long reportId,
Report content)
Updates a report.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getProfileId()
The DFA user profile ID.
|
Long |
getReportId()
The ID of the report.
|
Dfareporting.Reports.Update |
set(String parameterName,
Object value) |
Dfareporting.Reports.Update |
setAlt(String alt)
Data format for the response.
|
Dfareporting.Reports.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Reports.Update |
setKey(String key)
API key.
|
Dfareporting.Reports.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Reports.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Reports.Update |
setProfileId(Long profileId)
The DFA user profile ID.
|
Dfareporting.Reports.Update |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.Reports.Update |
setReportId(Long reportId)
The ID of the report.
|
Dfareporting.Reports.Update |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Update(Long profileId, Long reportId, Report content)
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 - The DFA user profile ID.reportId - The ID of the report.content - the Reportpublic Dfareporting.Reports.Update setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<Report>public Dfareporting.Reports.Update setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<Report>public Dfareporting.Reports.Update setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<Report>public Dfareporting.Reports.Update setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<Report>public Dfareporting.Reports.Update setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<Report>public Dfareporting.Reports.Update setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<Report>public Dfareporting.Reports.Update setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<Report>public Long getProfileId()
public Dfareporting.Reports.Update setProfileId(Long profileId)
public Long getReportId()
public Dfareporting.Reports.Update setReportId(Long reportId)
public Dfareporting.Reports.Update set(String parameterName, Object value)
set in class DfareportingRequest<Report>Copyright © 2011–2019 Google. All rights reserved.