public class Dfareporting.CreativeFieldValues.Patch extends DfareportingRequest<CreativeFieldValue>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(Long profileId,
Long creativeFieldId,
Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreativeFieldId()
Creative field ID for this creative field value.
|
Long |
getId()
Creative Field Value ID
|
Long |
getProfileId()
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.Patch |
set(String parameterName,
Object value) |
Dfareporting.CreativeFieldValues.Patch |
setAlt(String alt)
Data format for the response.
|
Dfareporting.CreativeFieldValues.Patch |
setCreativeFieldId(Long creativeFieldId)
Creative field ID for this creative field value.
|
Dfareporting.CreativeFieldValues.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.CreativeFieldValues.Patch |
setId(Long id)
Creative Field Value ID
|
Dfareporting.CreativeFieldValues.Patch |
setKey(String key)
API key.
|
Dfareporting.CreativeFieldValues.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.CreativeFieldValues.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.CreativeFieldValues.Patch |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.Patch |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.CreativeFieldValues.Patch |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Patch(Long profileId, Long creativeFieldId, Long id, CreativeFieldValue content)
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.creativeFieldId - Creative field ID for this creative field value.id - Creative Field Value IDcontent - the CreativeFieldValuepublic Dfareporting.CreativeFieldValues.Patch setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<CreativeFieldValue>public Long getProfileId()
public Dfareporting.CreativeFieldValues.Patch setProfileId(Long profileId)
public Long getCreativeFieldId()
public Dfareporting.CreativeFieldValues.Patch setCreativeFieldId(Long creativeFieldId)
public Long getId()
public Dfareporting.CreativeFieldValues.Patch setId(Long id)
public Dfareporting.CreativeFieldValues.Patch set(String parameterName, Object value)
set in class DfareportingRequest<CreativeFieldValue>Copyright © 2011–2019 Google. All rights reserved.