public class Dfareporting.EventTags.List extends DfareportingRequest<EventTagsListResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(Long profileId)
Retrieves a list of event tags, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Long |
getAdId()
Select only event tags that belong to this ad.
|
Long |
getAdvertiserId()
Select only event tags that belong to this advertiser.
|
Long |
getCampaignId()
Select only event tags that belong to this campaign.
|
Boolean |
getDefinitionsOnly()
Examine only the specified campaign or advertiser's event tags for matching selector criteria.
|
Boolean |
getEnabled()
Select only enabled event tags.
|
List<String> |
getEventTagTypes()
Select only event tags with the specified event tag types.
|
List<Long> |
getIds()
Select only event tags with these IDs.
|
Long |
getProfileId()
User profile ID associated with this request.
|
String |
getSearchString()
Allows searching for objects by name or ID.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Dfareporting.EventTags.List |
set(String parameterName,
Object value) |
Dfareporting.EventTags.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.EventTags.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.EventTags.List |
setAdId(Long adId)
Select only event tags that belong to this ad.
|
Dfareporting.EventTags.List |
setAdvertiserId(Long advertiserId)
Select only event tags that belong to this advertiser.
|
Dfareporting.EventTags.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.EventTags.List |
setCallback(String callback)
JSONP
|
Dfareporting.EventTags.List |
setCampaignId(Long campaignId)
Select only event tags that belong to this campaign.
|
Dfareporting.EventTags.List |
setDefinitionsOnly(Boolean definitionsOnly)
Examine only the specified campaign or advertiser's event tags for matching selector
criteria.
|
Dfareporting.EventTags.List |
setEnabled(Boolean enabled)
Select only enabled event tags.
|
Dfareporting.EventTags.List |
setEventTagTypes(List<String> eventTagTypes)
Select only event tags with the specified event tag types.
|
Dfareporting.EventTags.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.EventTags.List |
setIds(List<Long> ids)
Select only event tags with these IDs.
|
Dfareporting.EventTags.List |
setKey(String key)
API key.
|
Dfareporting.EventTags.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.EventTags.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.EventTags.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.EventTags.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.EventTags.List |
setSearchString(String searchString)
Allows searching for objects by name or ID.
|
Dfareporting.EventTags.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.EventTags.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.EventTags.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.EventTags.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, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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<EventTagsListResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<EventTagsListResponse>IOExceptionpublic Dfareporting.EventTags.List set$Xgafv(String $Xgafv)
DfareportingRequestset$Xgafv in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setAccessToken(String accessToken)
DfareportingRequestsetAccessToken in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setCallback(String callback)
DfareportingRequestsetCallback in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setUploadType(String uploadType)
DfareportingRequestsetUploadType in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setUploadProtocol(String uploadProtocol)
DfareportingRequestsetUploadProtocol in class DfareportingRequest<EventTagsListResponse>public Long getProfileId()
public Dfareporting.EventTags.List setProfileId(Long profileId)
public Long getAdId()
public Dfareporting.EventTags.List setAdId(Long adId)
public Long getAdvertiserId()
public Dfareporting.EventTags.List setAdvertiserId(Long advertiserId)
public Long getCampaignId()
public Dfareporting.EventTags.List setCampaignId(Long campaignId)
public Boolean getDefinitionsOnly()
public Dfareporting.EventTags.List setDefinitionsOnly(Boolean definitionsOnly)
public Boolean getEnabled()
public Dfareporting.EventTags.List setEnabled(Boolean enabled)
public List<String> getEventTagTypes()
public Dfareporting.EventTags.List setEventTagTypes(List<String> eventTagTypes)
public Dfareporting.EventTags.List setIds(List<Long> ids)
public String getSearchString()
public Dfareporting.EventTags.List setSearchString(String searchString)
public String getSortField()
public Dfareporting.EventTags.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.EventTags.List setSortOrder(String sortOrder)
public Dfareporting.EventTags.List set(String parameterName, Object value)
set in class DfareportingRequest<EventTagsListResponse>Copyright © 2011–2023 Google. All rights reserved.