
target.apidocs.com.google.api.services.doubleclicksearch.Doubleclicksearch.Conversion.Patch.html Maven / Gradle / Ivy
Doubleclicksearch.Conversion.Patch (DoubleClick Search API v2-rev20180802-1.26.0)
com.google.api.services.doubleclicksearch
Class Doubleclicksearch.Conversion.Patch
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.doubleclicksearch.DoubleclicksearchRequest<ConversionList>
-
- com.google.api.services.doubleclicksearch.Doubleclicksearch.Conversion.Patch
-
- Enclosing class:
- Doubleclicksearch.Conversion
public class Doubleclicksearch.Conversion.Patch
extends DoubleclicksearchRequest<ConversionList>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Patch(Long advertiserId,
Long agencyId,
Integer endDate,
Long engineAccountId,
Integer rowCount,
Integer startDate,
Long startRow,
ConversionList content)
Updates a batch of conversions in DoubleClick Search.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Long
getAdvertiserId()
Numeric ID of the advertiser.
Long
getAgencyId()
Numeric ID of the agency.
Integer
getEndDate()
Last date (inclusive) on which to retrieve conversions.
Long
getEngineAccountId()
Numeric ID of the engine account.
Integer
getRowCount()
The number of conversions to return per call.
Integer
getStartDate()
First date (inclusive) on which to retrieve conversions.
Long
getStartRow()
The 0-based starting index for retrieving conversions results.
Doubleclicksearch.Conversion.Patch
set(String parameterName,
Object value)
Doubleclicksearch.Conversion.Patch
setAdvertiserId(Long advertiserId)
Numeric ID of the advertiser.
Doubleclicksearch.Conversion.Patch
setAgencyId(Long agencyId)
Numeric ID of the agency.
Doubleclicksearch.Conversion.Patch
setAlt(String alt)
Data format for the response.
Doubleclicksearch.Conversion.Patch
setEndDate(Integer endDate)
Last date (inclusive) on which to retrieve conversions.
Doubleclicksearch.Conversion.Patch
setEngineAccountId(Long engineAccountId)
Numeric ID of the engine account.
Doubleclicksearch.Conversion.Patch
setFields(String fields)
Selector specifying which fields to include in a partial response.
Doubleclicksearch.Conversion.Patch
setKey(String key)
API key.
Doubleclicksearch.Conversion.Patch
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Doubleclicksearch.Conversion.Patch
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Doubleclicksearch.Conversion.Patch
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
Doubleclicksearch.Conversion.Patch
setRowCount(Integer rowCount)
The number of conversions to return per call.
Doubleclicksearch.Conversion.Patch
setStartDate(Integer startDate)
First date (inclusive) on which to retrieve conversions.
Doubleclicksearch.Conversion.Patch
setStartRow(Long startRow)
The 0-based starting index for retrieving conversions results.
Doubleclicksearch.Conversion.Patch
setUserIp(String userIp)
Deprecated.
-
Methods inherited from class com.google.api.services.doubleclicksearch.DoubleclicksearchRequest
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Patch
protected Patch(Long advertiserId,
Long agencyId,
Integer endDate,
Long engineAccountId,
Integer rowCount,
Integer startDate,
Long startRow,
ConversionList content)
Updates a batch of conversions in DoubleClick Search. This method supports patch semantics.
Create a request for the method "conversion.patch".
This request holds the parameters needed by the the doubleclicksearch server. After setting
any optional parameters, call the 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.
- Parameters:
advertiserId
- Numeric ID of the advertiser.
agencyId
- Numeric ID of the agency.
endDate
- Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]
engineAccountId
- Numeric ID of the engine account.
rowCount
- The number of conversions to return per call.
[minimum: 1]
[maximum: 1000]
startDate
- First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]
startRow
- The 0-based starting index for retrieving conversions results.
content
- the ConversionList
- Since:
- 1.13
-
Method Detail
-
setAlt
public Doubleclicksearch.Conversion.Patch setAlt(String alt)
Description copied from class: DoubleclicksearchRequest
Data format for the response.
- Overrides:
setAlt
in class DoubleclicksearchRequest<ConversionList>
-
setFields
public Doubleclicksearch.Conversion.Patch setFields(String fields)
Description copied from class: DoubleclicksearchRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DoubleclicksearchRequest<ConversionList>
-
setKey
public Doubleclicksearch.Conversion.Patch setKey(String key)
Description copied from class: DoubleclicksearchRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DoubleclicksearchRequest<ConversionList>
-
setOauthToken
public Doubleclicksearch.Conversion.Patch setOauthToken(String oauthToken)
Description copied from class: DoubleclicksearchRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DoubleclicksearchRequest<ConversionList>
-
setPrettyPrint
public Doubleclicksearch.Conversion.Patch setPrettyPrint(Boolean prettyPrint)
Description copied from class: DoubleclicksearchRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DoubleclicksearchRequest<ConversionList>
-
setQuotaUser
public Doubleclicksearch.Conversion.Patch setQuotaUser(String quotaUser)
Description copied from class: DoubleclicksearchRequest
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- Overrides:
setQuotaUser
in class DoubleclicksearchRequest<ConversionList>
-
setUserIp
public Doubleclicksearch.Conversion.Patch setUserIp(String userIp)
Description copied from class: DoubleclicksearchRequest
Deprecated. Please use quotaUser instead.
- Overrides:
setUserIp
in class DoubleclicksearchRequest<ConversionList>
-
getAdvertiserId
public Long getAdvertiserId()
Numeric ID of the advertiser.
-
setAdvertiserId
public Doubleclicksearch.Conversion.Patch setAdvertiserId(Long advertiserId)
Numeric ID of the advertiser.
-
getAgencyId
public Long getAgencyId()
Numeric ID of the agency.
-
setAgencyId
public Doubleclicksearch.Conversion.Patch setAgencyId(Long agencyId)
Numeric ID of the agency.
-
getEndDate
public Integer getEndDate()
Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101] [maximum: 99991231]
-
setEndDate
public Doubleclicksearch.Conversion.Patch setEndDate(Integer endDate)
Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
-
getEngineAccountId
public Long getEngineAccountId()
Numeric ID of the engine account.
-
setEngineAccountId
public Doubleclicksearch.Conversion.Patch setEngineAccountId(Long engineAccountId)
Numeric ID of the engine account.
-
getRowCount
public Integer getRowCount()
The number of conversions to return per call.
[minimum: 1] [maximum: 1000]
-
setRowCount
public Doubleclicksearch.Conversion.Patch setRowCount(Integer rowCount)
The number of conversions to return per call.
-
getStartDate
public Integer getStartDate()
First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101] [maximum: 99991231]
-
setStartDate
public Doubleclicksearch.Conversion.Patch setStartDate(Integer startDate)
First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
-
getStartRow
public Long getStartRow()
The 0-based starting index for retrieving conversions results.
-
setStartRow
public Doubleclicksearch.Conversion.Patch setStartRow(Long startRow)
The 0-based starting index for retrieving conversions results.
-
set
public Doubleclicksearch.Conversion.Patch set(String parameterName,
Object value)
- Overrides:
set
in class DoubleclicksearchRequest<ConversionList>
Copyright © 2011–2018 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy