Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Datafeeds.Insert |
ShoppingContent.Datafeeds.insert(BigInteger merchantId,
Datafeed content)
Registers a datafeed configuration with your Merchant Center account.
|
ShoppingContent.Datafeeds.Update |
ShoppingContent.Datafeeds.update(BigInteger merchantId,
BigInteger datafeedId,
Datafeed content)
Updates a datafeed configuration of your Merchant Center account.
|
Constructor and Description |
---|
Insert(BigInteger merchantId,
Datafeed content)
Registers a datafeed configuration with your Merchant Center account.
|
Update(BigInteger merchantId,
BigInteger datafeedId,
Datafeed content)
Updates a datafeed configuration of your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
Datafeed |
Datafeed.clone() |
Datafeed |
DatafeedsCustomBatchRequestEntry.getDatafeed()
The data feed to insert.
|
Datafeed |
DatafeedsCustomBatchResponseEntry.getDatafeed()
The requested data feed.
|
Datafeed |
Datafeed.set(String fieldName,
Object value) |
Datafeed |
Datafeed.setAttributeLanguage(String attributeLanguage)
The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
|
Datafeed |
Datafeed.setContentType(String contentType)
Required.
|
Datafeed |
Datafeed.setFetchSchedule(DatafeedFetchSchedule fetchSchedule)
Fetch schedule for the feed file.
|
Datafeed |
Datafeed.setFileName(String fileName)
Required.
|
Datafeed |
Datafeed.setFormat(DatafeedFormat format)
Format of the feed file.
|
Datafeed |
Datafeed.setId(Long id)
Required for update.
|
Datafeed |
Datafeed.setKind(String kind)
Identifies what kind of resource this is.
|
Datafeed |
Datafeed.setName(String name)
Required for insert.
|
Datafeed |
Datafeed.setTargets(List<DatafeedTarget> targets)
The targets this feed should apply to (country, language, destinations).
|
Modifier and Type | Method and Description |
---|---|
List<Datafeed> |
DatafeedsListResponse.getResources() |
Modifier and Type | Method and Description |
---|---|
DatafeedsCustomBatchRequestEntry |
DatafeedsCustomBatchRequestEntry.setDatafeed(Datafeed datafeed)
The data feed to insert.
|
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.setDatafeed(Datafeed datafeed)
The requested data feed.
|
Modifier and Type | Method and Description |
---|---|
DatafeedsListResponse |
DatafeedsListResponse.setResources(List<Datafeed> resources) |
Copyright © 2011–2024 Google. All rights reserved.