Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DatafeedFormat |
DatafeedFormat.clone() |
DatafeedFormat |
Datafeed.getFormat()
Format of the feed file.
|
DatafeedFormat |
DatafeedFormat.set(String fieldName,
Object value) |
DatafeedFormat |
DatafeedFormat.setColumnDelimiter(String columnDelimiter)
Delimiter for the separation of values in a delimiter-separated values feed.
|
DatafeedFormat |
DatafeedFormat.setFileEncoding(String fileEncoding)
Character encoding scheme of the data feed.
|
DatafeedFormat |
DatafeedFormat.setQuotingMode(String quotingMode)
Specifies how double quotes are interpreted.
|
Modifier and Type | Method and Description |
---|---|
Datafeed |
Datafeed.setFormat(DatafeedFormat format)
Format of the feed file.
|
Copyright © 2011–2024 Google. All rights reserved.