public class Dfareporting.DimensionValues.Query extends DfareportingRequest<DimensionValueList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Query(Long profileId,
DimensionValueRequest content)
Retrieves list of report dimension values for a list of filters.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
The value of the nextToken from the previous result page.
|
Long |
getProfileId()
The DFA user profile ID.
|
Dfareporting.DimensionValues.Query |
set(String parameterName,
Object value) |
Dfareporting.DimensionValues.Query |
setAlt(String alt)
Data format for the response.
|
Dfareporting.DimensionValues.Query |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.DimensionValues.Query |
setKey(String key)
API key.
|
Dfareporting.DimensionValues.Query |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.DimensionValues.Query |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.DimensionValues.Query |
setPageToken(String pageToken)
The value of the nextToken from the previous result page.
|
Dfareporting.DimensionValues.Query |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.DimensionValues.Query |
setProfileId(Long profileId)
The DFA user profile ID.
|
Dfareporting.DimensionValues.Query |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.DimensionValues.Query |
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 Query(Long profileId, DimensionValueRequest 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.content - the DimensionValueRequestpublic Dfareporting.DimensionValues.Query setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<DimensionValueList>public Dfareporting.DimensionValues.Query setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<DimensionValueList>public Long getProfileId()
public Dfareporting.DimensionValues.Query setProfileId(Long profileId)
public Integer getMaxResults()
public Dfareporting.DimensionValues.Query setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.DimensionValues.Query setPageToken(String pageToken)
public Dfareporting.DimensionValues.Query set(String parameterName, Object value)
set in class DfareportingRequest<DimensionValueList>Copyright © 2011–2019 Google. All rights reserved.