public class ShoppingContent.Products.Delete extends ShoppingContentRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Delete(BigInteger merchantId,
String productId)
Deletes a product from your Merchant Center account.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getFeedId()
The Content API Supplemental Feed ID.
|
BigInteger |
getMerchantId()
The ID of the account that contains the product.
|
String |
getProductId()
The REST ID of the product.
|
ShoppingContent.Products.Delete |
set(String parameterName,
Object value) |
ShoppingContent.Products.Delete |
setAlt(String alt)
Data format for the response.
|
ShoppingContent.Products.Delete |
setFeedId(BigInteger feedId)
The Content API Supplemental Feed ID.
|
ShoppingContent.Products.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Products.Delete |
setKey(String key)
API key.
|
ShoppingContent.Products.Delete |
setMerchantId(BigInteger merchantId)
The ID of the account that contains the product.
|
ShoppingContent.Products.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Products.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Products.Delete |
setProductId(String productId)
The REST ID of the product.
|
ShoppingContent.Products.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
ShoppingContent.Products.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(BigInteger merchantId, String productId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. ShoppingContent.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
merchantId - The ID of the account that contains the product. This account cannot be a multi-client account.productId - The REST ID of the product.public ShoppingContent.Products.Delete setAlt(String alt)
ShoppingContentRequestsetAlt in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setFields(String fields)
ShoppingContentRequestsetFields in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setKey(String key)
ShoppingContentRequestsetKey in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setOauthToken(String oauthToken)
ShoppingContentRequestsetOauthToken in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequestsetPrettyPrint in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setQuotaUser(String quotaUser)
ShoppingContentRequestsetQuotaUser in class ShoppingContentRequest<Void>public ShoppingContent.Products.Delete setUserIp(String userIp)
ShoppingContentRequestsetUserIp in class ShoppingContentRequest<Void>public BigInteger getMerchantId()
public ShoppingContent.Products.Delete setMerchantId(BigInteger merchantId)
public String getProductId()
public ShoppingContent.Products.Delete setProductId(String productId)
public BigInteger getFeedId()
public ShoppingContent.Products.Delete setFeedId(BigInteger feedId)
public ShoppingContent.Products.Delete set(String parameterName, Object value)
set in class ShoppingContentRequest<Void>Copyright © 2011–2020 Google. All rights reserved.