docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/content_v2.datafeeds.html b/docs/dyn/content_v2.datafeeds.html
index daec0e7..eccc1df 100644
--- a/docs/dyn/content_v2.datafeeds.html
+++ b/docs/dyn/content_v2.datafeeds.html
@@ -93,7 +93,7 @@
<code><a href="#insert">insert(merchantId, body=None, dryRun=None, x__xgafv=None)</a></code></p>
<p class="firstline">Registers a datafeed configuration with your Merchant Center account.</p>
<p class="toc_element">
- <code><a href="#list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the configurations for datafeeds in your Merchant Center account.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -118,51 +118,51 @@
{
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch datafeeds request.
+ "datafeed": { # Datafeed configuration data. # The data feed to insert.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
+ },
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ },
"batchId": 42, # An entry ID, unique within the batch request.
"method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`fetchNow`" - "`get`" - "`insert`" - "`update`"
- "datafeed": { # Datafeed configuration data. # The data feed to insert.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
- },
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- },
- "merchantId": "A String", # The ID of the managing account.
"datafeedId": "A String", # The ID of the data feed to get, delete or fetch.
+ "merchantId": "A String", # The ID of the managing account.
},
],
}
@@ -179,59 +179,59 @@
{
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch datafeeds response.
- "datafeed": { # Datafeed configuration data. # The requested data feed. Defined if and only if the request was successful.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
- },
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- },
"errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+ "code": 42, # The HTTP status of the first error in `errors`.
"errors": [ # A list of errors.
{ # An error returned by the API.
+ "reason": "A String", # The error code.
"domain": "A String", # The domain of the error.
"message": "A String", # A description of the error.
- "reason": "A String", # The error code.
},
],
"message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
},
"batchId": 42, # The ID of the request entry this entry responds to.
+ "datafeed": { # Datafeed configuration data. # The requested data feed. Defined if and only if the request was successful.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
+ },
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ },
},
],
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsCustomBatchResponse".
@@ -290,46 +290,46 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- }</pre>
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ }</pre>
</div>
<div class="method">
@@ -342,46 +342,46 @@
The object takes the form of:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- }
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
x__xgafv: string, V1 error format.
@@ -393,56 +393,56 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- }</pre>
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</code>
<pre>Lists the configurations for datafeeds in your Merchant Center account.
Args:
merchantId: string, The ID of the account that manages the datafeeds. This account cannot be a multi-client account. (required)
- maxResults: integer, The maximum number of products to return in the response, used for paging.
pageToken: string, The token returned by the previous request.
+ maxResults: integer, The maximum number of products to return in the response, used for paging.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -454,46 +454,46 @@
{
"resources": [
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ },
],
"nextPageToken": "A String", # The token for the retrieval of the next page of datafeeds.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsListResponse".
@@ -525,46 +525,46 @@
The object takes the form of:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- }
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
x__xgafv: string, V1 error format.
@@ -576,46 +576,46 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "password": "A String", # An optional password for fetch_url.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "username": "A String", # An optional user name for fetch_url.
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
},
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- },
- "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- "includedDestinations": [ # The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- },
- ],
- }</pre>
+ ],
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "password": "A String", # An optional password for fetch_url.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "username": "A String", # An optional user name for fetch_url.
+ "fetchUrl": "A String", # The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ },
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ }</pre>
</div>
</body></html>
\ No newline at end of file