public class AndroidPublisher.Edits.Images.Delete extends AndroidPublisherRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String packageName,
String editId,
String language,
String imageType,
String imageId)
Deletes the image (specified by id) from the edit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEditId()
Unique identifier for this edit.
|
String |
getImageId()
Unique identifier an image within the set of images attached to this edit.
|
String |
getImageType() |
String |
getLanguage()
The language code (a BCP-47 language tag) of the localized listing whose images are to read or
modified.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Images.Delete |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Images.Delete |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Images.Delete |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Images.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Images.Delete |
setImageId(String imageId)
Unique identifier an image within the set of images attached to this edit.
|
AndroidPublisher.Edits.Images.Delete |
setImageType(String imageType) |
AndroidPublisher.Edits.Images.Delete |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Images.Delete |
setLanguage(String language)
The language code (a BCP-47 language tag) of the localized listing whose images are to
read or modified.
|
AndroidPublisher.Edits.Images.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Images.Delete |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Images.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Images.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Images.Delete |
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, 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 Delete(String packageName, String editId, String language, String imageType, String imageId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
AndroidPublisher.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.language - The language code (a BCP-47 language tag) of the localized listing whose images are to read or
modified. For example, to select Austrian German, pass "de-AT".imageType - imageId - Unique identifier an image within the set of images attached to this edit.public AndroidPublisher.Edits.Images.Delete setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<Void>public AndroidPublisher.Edits.Images.Delete setUserIp(String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<Void>public String getPackageName()
public AndroidPublisher.Edits.Images.Delete setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Images.Delete setEditId(String editId)
public String getLanguage()
public AndroidPublisher.Edits.Images.Delete setLanguage(String language)
public String getImageType()
public AndroidPublisher.Edits.Images.Delete setImageType(String imageType)
public String getImageId()
public AndroidPublisher.Edits.Images.Delete setImageId(String imageId)
public AndroidPublisher.Edits.Images.Delete set(String parameterName, Object value)
set in class AndroidPublisherRequest<Void>Copyright © 2011–2019 Google. All rights reserved.