public class Doubleclicksearch.SavedColumns.List extends DoubleclicksearchRequest<SavedColumnList>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
List(java.lang.Long agencyId,
java.lang.Long advertiserId)
Retrieve the list of saved columns for a specified advertiser.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getAdvertiserId()
DS ID of the advertiser.
|
java.lang.Long |
getAgencyId()
DS ID of the agency.
|
Doubleclicksearch.SavedColumns.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Doubleclicksearch.SavedColumns.List |
setAdvertiserId(java.lang.Long advertiserId)
DS ID of the advertiser.
|
Doubleclicksearch.SavedColumns.List |
setAgencyId(java.lang.Long agencyId)
DS ID of the agency.
|
Doubleclicksearch.SavedColumns.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Doubleclicksearch.SavedColumns.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Doubleclicksearch.SavedColumns.List |
setKey(java.lang.String key)
API key.
|
Doubleclicksearch.SavedColumns.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Doubleclicksearch.SavedColumns.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Doubleclicksearch.SavedColumns.List |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Doubleclicksearch.SavedColumns.List |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected List(java.lang.Long agencyId, java.lang.Long advertiserId)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Doubleclicksearch.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
agencyId
- DS ID of the agency.advertiserId
- DS ID of the advertiser.public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<SavedColumnList>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<SavedColumnList>
java.io.IOException
public Doubleclicksearch.SavedColumns.List setAlt(java.lang.String alt)
DoubleclicksearchRequest
setAlt
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setFields(java.lang.String fields)
DoubleclicksearchRequest
setFields
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setKey(java.lang.String key)
DoubleclicksearchRequest
setKey
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setOauthToken(java.lang.String oauthToken)
DoubleclicksearchRequest
setOauthToken
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setPrettyPrint(java.lang.Boolean prettyPrint)
DoubleclicksearchRequest
setPrettyPrint
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setQuotaUser(java.lang.String quotaUser)
DoubleclicksearchRequest
setQuotaUser
in class DoubleclicksearchRequest<SavedColumnList>
public Doubleclicksearch.SavedColumns.List setUserIp(java.lang.String userIp)
DoubleclicksearchRequest
setUserIp
in class DoubleclicksearchRequest<SavedColumnList>
public java.lang.Long getAgencyId()
public Doubleclicksearch.SavedColumns.List setAgencyId(java.lang.Long agencyId)
public java.lang.Long getAdvertiserId()
public Doubleclicksearch.SavedColumns.List setAdvertiserId(java.lang.Long advertiserId)
public Doubleclicksearch.SavedColumns.List set(java.lang.String parameterName, java.lang.Object value)
set
in class DoubleclicksearchRequest<SavedColumnList>