public class Dfareporting.Reports.Files.List extends DfareportingRequest<FileList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(Long profileId,
Long reportId)
Lists files for a report.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
The value of the nextToken from the previous result page.
|
Long |
getProfileId()
The DFA profile ID.
|
Long |
getReportId()
The ID of the parent report.
|
String |
getSortField()
The field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Dfareporting.Reports.Files.List |
set(String parameterName,
Object value) |
Dfareporting.Reports.Files.List |
setAlt(String alt)
Data format for the response.
|
Dfareporting.Reports.Files.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Reports.Files.List |
setKey(String key)
API key.
|
Dfareporting.Reports.Files.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Reports.Files.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Reports.Files.List |
setPageToken(String pageToken)
The value of the nextToken from the previous result page.
|
Dfareporting.Reports.Files.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Reports.Files.List |
setProfileId(Long profileId)
The DFA profile ID.
|
Dfareporting.Reports.Files.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.Reports.Files.List |
setReportId(Long reportId)
The ID of the parent report.
|
Dfareporting.Reports.Files.List |
setSortField(String sortField)
The field by which to sort the list.
|
Dfareporting.Reports.Files.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.Reports.Files.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List(Long profileId, Long reportId)
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 profile ID.reportId - The ID of the parent report.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<FileList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<FileList>IOExceptionpublic Dfareporting.Reports.Files.List setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<FileList>public Dfareporting.Reports.Files.List setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<FileList>public Long getProfileId()
public Dfareporting.Reports.Files.List setProfileId(Long profileId)
public Long getReportId()
public Dfareporting.Reports.Files.List setReportId(Long reportId)
public Integer getMaxResults()
public Dfareporting.Reports.Files.List setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.Reports.Files.List setPageToken(String pageToken)
public String getSortField()
public Dfareporting.Reports.Files.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.Reports.Files.List setSortOrder(String sortOrder)
public Dfareporting.Reports.Files.List set(String parameterName, Object value)
set in class DfareportingRequest<FileList>Copyright © 2011–2019 Google. All rights reserved.