public class ShoppingContent.Datafeedstatuses extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Datafeedstatuses.Custombatch  | 
class  | 
ShoppingContent.Datafeedstatuses.Get  | 
class  | 
ShoppingContent.Datafeedstatuses.List  | 
| Constructor and Description | 
|---|
Datafeedstatuses()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Datafeedstatuses.Custombatch | 
custombatch(DatafeedstatusesCustomBatchRequest content)
Gets multiple Merchant Center datafeed statuses in a single request. 
 | 
ShoppingContent.Datafeedstatuses.Get | 
get(BigInteger merchantId,
   BigInteger datafeedId)
Retrieves the status of a datafeed from your Merchant Center account. 
 | 
ShoppingContent.Datafeedstatuses.List | 
list(BigInteger merchantId)
Lists the statuses of the datafeeds in your Merchant Center account. 
 | 
public ShoppingContent.Datafeedstatuses.Custombatch custombatch(DatafeedstatusesCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DatafeedstatusesCustomBatchRequestIOExceptionpublic ShoppingContent.Datafeedstatuses.Get get(BigInteger merchantId, BigInteger datafeedId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the datafeed. This account cannot be a multi-client account.datafeedId - The ID of the datafeed.IOExceptionpublic ShoppingContent.Datafeedstatuses.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the datafeeds. This account cannot be a multi-client account.IOExceptionCopyright © 2011–2024 Google. All rights reserved.