public class Dfareporting.RemarketingLists.List extends DfareportingRequest<RemarketingListsListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.RemarketingLists.List(java.lang.Long profileId,
java.lang.Long advertiserId)
Retrieves a list of remarketing lists, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Boolean |
getActive()
Select only active or only inactive remarketing lists.
|
java.lang.Long |
getAdvertiserId()
Select only remarketing lists owned by this advertiser.
|
java.lang.Long |
getFloodlightActivityId()
Select only remarketing lists that have this floodlight activity ID.
|
java.lang.Integer |
getMaxResults()
Maximum number of results to return.
|
java.lang.String |
getName()
Allows searching for objects by name or ID.
|
java.lang.String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
Dfareporting.RemarketingLists.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.RemarketingLists.List |
setActive(java.lang.Boolean active)
Select only active or only inactive remarketing lists.
|
Dfareporting.RemarketingLists.List |
setAdvertiserId(java.lang.Long advertiserId)
Select only remarketing lists owned by this advertiser.
|
Dfareporting.RemarketingLists.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.RemarketingLists.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.RemarketingLists.List |
setFloodlightActivityId(java.lang.Long floodlightActivityId)
Select only remarketing lists that have this floodlight activity ID.
|
Dfareporting.RemarketingLists.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.RemarketingLists.List |
setMaxResults(java.lang.Integer maxResults)
Maximum number of results to return.
|
Dfareporting.RemarketingLists.List |
setName(java.lang.String name)
Allows searching for objects by name or ID.
|
Dfareporting.RemarketingLists.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.RemarketingLists.List |
setPageToken(java.lang.String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.RemarketingLists.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.RemarketingLists.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.RemarketingLists.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.RemarketingLists.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.RemarketingLists.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.RemarketingLists.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
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, setUnknownKeysprotected Dfareporting.RemarketingLists.List(java.lang.Long profileId,
java.lang.Long advertiserId)
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.advertiserId - Select only remarketing lists owned by this advertiser.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RemarketingListsListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<RemarketingListsListResponse>java.io.IOExceptionpublic Dfareporting.RemarketingLists.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<RemarketingListsListResponse>public Dfareporting.RemarketingLists.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<RemarketingListsListResponse>public java.lang.Long getProfileId()
public Dfareporting.RemarketingLists.List setProfileId(java.lang.Long profileId)
public java.lang.Long getAdvertiserId()
public Dfareporting.RemarketingLists.List setAdvertiserId(java.lang.Long advertiserId)
public java.lang.Boolean getActive()
public Dfareporting.RemarketingLists.List setActive(java.lang.Boolean active)
public java.lang.Long getFloodlightActivityId()
public Dfareporting.RemarketingLists.List setFloodlightActivityId(java.lang.Long floodlightActivityId)
public java.lang.Integer getMaxResults()
public Dfareporting.RemarketingLists.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getName()
public Dfareporting.RemarketingLists.List setName(java.lang.String name)
public java.lang.String getPageToken()
public Dfareporting.RemarketingLists.List setPageToken(java.lang.String pageToken)
public java.lang.String getSortField()
public Dfareporting.RemarketingLists.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.RemarketingLists.List setSortOrder(java.lang.String sortOrder)
public Dfareporting.RemarketingLists.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<RemarketingListsListResponse>