public class ShoppingContent.Datafeeds extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Datafeeds.Custombatch |
class |
ShoppingContent.Datafeeds.Delete |
class |
ShoppingContent.Datafeeds.Fetchnow |
class |
ShoppingContent.Datafeeds.Get |
class |
ShoppingContent.Datafeeds.Insert |
class |
ShoppingContent.Datafeeds.List |
class |
ShoppingContent.Datafeeds.Update |
Constructor and Description |
---|
Datafeeds() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Datafeeds.Custombatch |
custombatch(DatafeedsCustomBatchRequest content)
Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.
|
ShoppingContent.Datafeeds.Delete |
delete(BigInteger merchantId,
BigInteger datafeedId)
Deletes a datafeed configuration from your Merchant Center account.
|
ShoppingContent.Datafeeds.Fetchnow |
fetchnow(BigInteger merchantId,
BigInteger datafeedId)
Invokes a fetch for the datafeed in your Merchant Center account.
|
ShoppingContent.Datafeeds.Get |
get(BigInteger merchantId,
BigInteger datafeedId)
Retrieves a datafeed configuration from your Merchant Center account.
|
ShoppingContent.Datafeeds.Insert |
insert(BigInteger merchantId,
Datafeed content)
Registers a datafeed configuration with your Merchant Center account.
|
ShoppingContent.Datafeeds.List |
list(BigInteger merchantId)
Lists the configurations for datafeeds in your Merchant Center account.
|
ShoppingContent.Datafeeds.Update |
update(BigInteger merchantId,
BigInteger datafeedId,
Datafeed content)
Updates a datafeed configuration of your Merchant Center account.
|
public ShoppingContent.Datafeeds.Custombatch custombatch(DatafeedsCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the DatafeedsCustomBatchRequest
IOException
public ShoppingContent.Datafeeds.Delete delete(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.IOException
public ShoppingContent.Datafeeds.Fetchnow fetchnow(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 to be fetched.IOException
public ShoppingContent.Datafeeds.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.IOException
public ShoppingContent.Datafeeds.Insert insert(BigInteger merchantId, Datafeed content) 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.content
- the Datafeed
IOException
public ShoppingContent.Datafeeds.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.IOException
public ShoppingContent.Datafeeds.Update update(BigInteger merchantId, BigInteger datafeedId, Datafeed content) 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.content
- the Datafeed
IOException
Copyright © 2011–2024 Google. All rights reserved.