public class Dfareporting.Creatives.List extends DfareportingRequest<CreativesListResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List(Long profileId)
Retrieves a list of creatives, possibly filtered.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getActive()
Select only active creatives.
|
Long |
getAdvertiserId()
Select only creatives with this advertiser ID.
|
Boolean |
getArchived()
Select only archived creatives.
|
Long |
getCampaignId()
Select only creatives with this campaign ID.
|
List<Long> |
getCompanionCreativeIds()
Select only in-stream video creatives with these companion IDs.
|
List<Long> |
getCreativeFieldIds()
Select only creatives with these creative field IDs.
|
List<Long> |
getIds()
Select only creatives with these IDs.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
Long |
getProfileId()
User profile ID associated with this request.
|
List<Long> |
getRenderingIds()
Select only creatives with these rendering IDs.
|
String |
getSearchString()
Allows searching for objects by name or ID.
|
List<Long> |
getSizeIds()
Select only creatives with these size IDs.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Long |
getStudioCreativeId()
Select only creatives corresponding to this Studio creative ID.
|
List<String> |
getTypes()
Select only creatives with these creative types.
|
Dfareporting.Creatives.List |
set(String parameterName,
Object value) |
Dfareporting.Creatives.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.Creatives.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.Creatives.List |
setActive(Boolean active)
Select only active creatives.
|
Dfareporting.Creatives.List |
setAdvertiserId(Long advertiserId)
Select only creatives with this advertiser ID.
|
Dfareporting.Creatives.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.Creatives.List |
setArchived(Boolean archived)
Select only archived creatives.
|
Dfareporting.Creatives.List |
setCallback(String callback)
JSONP
|
Dfareporting.Creatives.List |
setCampaignId(Long campaignId)
Select only creatives with this campaign ID.
|
Dfareporting.Creatives.List |
setCompanionCreativeIds(List<Long> companionCreativeIds)
Select only in-stream video creatives with these companion IDs.
|
Dfareporting.Creatives.List |
setCreativeFieldIds(List<Long> creativeFieldIds)
Select only creatives with these creative field IDs.
|
Dfareporting.Creatives.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Creatives.List |
setIds(List<Long> ids)
Select only creatives with these IDs.
|
Dfareporting.Creatives.List |
setKey(String key)
API key.
|
Dfareporting.Creatives.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Creatives.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Creatives.List |
setPageToken(String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.Creatives.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Creatives.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.Creatives.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.Creatives.List |
setRenderingIds(List<Long> renderingIds)
Select only creatives with these rendering IDs.
|
Dfareporting.Creatives.List |
setSearchString(String searchString)
Allows searching for objects by name or ID.
|
Dfareporting.Creatives.List |
setSizeIds(List<Long> sizeIds)
Select only creatives with these size IDs.
|
Dfareporting.Creatives.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.Creatives.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.Creatives.List |
setStudioCreativeId(Long studioCreativeId)
Select only creatives corresponding to this Studio creative ID.
|
Dfareporting.Creatives.List |
setTypes(List<String> types)
Select only creatives with these creative types.
|
Dfareporting.Creatives.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.Creatives.List |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List(Long profileId)
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.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativesListResponse>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativesListResponse>
IOException
public Dfareporting.Creatives.List set$Xgafv(String $Xgafv)
DfareportingRequest
set$Xgafv
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setAccessToken(String accessToken)
DfareportingRequest
setAccessToken
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setAlt(String alt)
DfareportingRequest
setAlt
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setCallback(String callback)
DfareportingRequest
setCallback
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setFields(String fields)
DfareportingRequest
setFields
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setKey(String key)
DfareportingRequest
setKey
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setOauthToken(String oauthToken)
DfareportingRequest
setOauthToken
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequest
setPrettyPrint
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setQuotaUser(String quotaUser)
DfareportingRequest
setQuotaUser
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setUploadType(String uploadType)
DfareportingRequest
setUploadType
in class DfareportingRequest<CreativesListResponse>
public Dfareporting.Creatives.List setUploadProtocol(String uploadProtocol)
DfareportingRequest
setUploadProtocol
in class DfareportingRequest<CreativesListResponse>
public Long getProfileId()
public Dfareporting.Creatives.List setProfileId(Long profileId)
public Boolean getActive()
public Dfareporting.Creatives.List setActive(Boolean active)
public Long getAdvertiserId()
public Dfareporting.Creatives.List setAdvertiserId(Long advertiserId)
public Boolean getArchived()
public Dfareporting.Creatives.List setArchived(Boolean archived)
public Long getCampaignId()
public Dfareporting.Creatives.List setCampaignId(Long campaignId)
public List<Long> getCompanionCreativeIds()
public Dfareporting.Creatives.List setCompanionCreativeIds(List<Long> companionCreativeIds)
public List<Long> getCreativeFieldIds()
public Dfareporting.Creatives.List setCreativeFieldIds(List<Long> creativeFieldIds)
public Dfareporting.Creatives.List setIds(List<Long> ids)
public Integer getMaxResults()
public Dfareporting.Creatives.List setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.Creatives.List setPageToken(String pageToken)
public Dfareporting.Creatives.List setRenderingIds(List<Long> renderingIds)
public String getSearchString()
public Dfareporting.Creatives.List setSearchString(String searchString)
public Dfareporting.Creatives.List setSizeIds(List<Long> sizeIds)
public String getSortField()
public Dfareporting.Creatives.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.Creatives.List setSortOrder(String sortOrder)
public Long getStudioCreativeId()
public Dfareporting.Creatives.List setStudioCreativeId(Long studioCreativeId)
public Dfareporting.Creatives.List setTypes(List<String> types)
public Dfareporting.Creatives.List set(String parameterName, Object value)
set
in class DfareportingRequest<CreativesListResponse>
Copyright © 2011–2025 Google. All rights reserved.