Content API for Shopping . datafeeds

Instance Methods

close()

Close httplib2 connections.

custombatch(body=None, x__xgafv=None)

Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.

delete(merchantId, datafeedId, x__xgafv=None)

Deletes a datafeed configuration from your Merchant Center account.

fetchnow(merchantId, datafeedId, x__xgafv=None)

Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the [Products service](https://developers.google.com/shopping-content/reference/rest/v2.1/products) to update your product data.

get(merchantId, datafeedId, x__xgafv=None)

Retrieves a datafeed configuration from your Merchant Center account.

insert(merchantId, body=None, x__xgafv=None)

Registers a datafeed configuration with your Merchant Center account.

list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the configurations for datafeeds in your Merchant Center account.

list_next()

Retrieves the next page of results.

update(merchantId, datafeedId, body=None, x__xgafv=None)

Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.

Method Details

close()
Close httplib2 connections.
custombatch(body=None, x__xgafv=None)
Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.

Args:
  body: object, The request body.
    The object takes the form of:

{
  "entries": [ # The request entries to be processed in the batch.
    { # A batch entry encoding a single non-batch datafeeds request.
      "batchId": 42, # An entry ID, unique within the batch request.
      "datafeed": { # Datafeed configuration data. # The data feed to insert.
        "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.
          "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
          "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.
          "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.
          "password": "A String", # An optional password for fetch_url.
          "paused": True or False, # Whether the scheduled fetch is paused or not.
          "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
          "username": "A String", # An optional user name for fetch_url.
          "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
        },
        "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
        "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`"
          "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`"
          "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`"
        },
        "id": "A String", # Required for update. The ID of the data feed.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
        "name": "A String", # Required for insert. A descriptive name of the data feed.
        "targets": [ # The targets this feed should apply to (country, language, destinations).
          {
            "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
              "A String",
            ],
            "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
            "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
              "A String",
            ],
            "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
            "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
              "A String",
            ],
          },
        ],
      },
      "datafeedId": "A String", # The ID of the data feed to get, delete or fetch.
      "merchantId": "A String", # The ID of the managing account.
      "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`fetchNow`" - "`get`" - "`insert`" - "`update`"
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "entries": [ # The result of the execution of the batch requests.
    { # A batch entry encoding a single non-batch datafeeds response.
      "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.
        "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.
          "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
          "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.
          "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.
          "password": "A String", # An optional password for fetch_url.
          "paused": True or False, # Whether the scheduled fetch is paused or not.
          "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
          "username": "A String", # An optional user name for fetch_url.
          "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
        },
        "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
        "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`"
          "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`"
          "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`"
        },
        "id": "A String", # Required for update. The ID of the data feed.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
        "name": "A String", # Required for insert. A descriptive name of the data feed.
        "targets": [ # The targets this feed should apply to (country, language, destinations).
          {
            "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
              "A String",
            ],
            "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
            "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
              "A String",
            ],
            "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
            "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
              "A String",
            ],
          },
        ],
      },
      "errors": { # A list of errors returned by a failed batch entry. # A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.
        "code": 42, # The HTTP status of the first error in `errors`.
        "errors": [ # A list of errors.
          { # An error returned by the API.
            "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`.
      },
    },
  ],
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedsCustomBatchResponse`".
}
delete(merchantId, datafeedId, x__xgafv=None)
Deletes a datafeed configuration from your Merchant Center account.

Args:
  merchantId: string, The ID of the account that manages the datafeed. This account cannot be a multi-client account. (required)
  datafeedId: string, The ID of the datafeed. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
fetchnow(merchantId, datafeedId, x__xgafv=None)
Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the [Products service](https://developers.google.com/shopping-content/reference/rest/v2.1/products) to update your product data.

Args:
  merchantId: string, The ID of the account that manages the datafeed. This account cannot be a multi-client account. (required)
  datafeedId: string, The ID of the datafeed to be fetched. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedsFetchNowResponse`".
}
get(merchantId, datafeedId, x__xgafv=None)
Retrieves a datafeed configuration from your Merchant Center account.

Args:
  merchantId: string, The ID of the account that manages the datafeed. This account cannot be a multi-client account. (required)
  datafeedId: string, The ID of the datafeed. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Datafeed configuration data.
  "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.
    "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
    "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.
    "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.
    "password": "A String", # An optional password for fetch_url.
    "paused": True or False, # Whether the scheduled fetch is paused or not.
    "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
    "username": "A String", # An optional user name for fetch_url.
    "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
  },
  "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
  "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`"
    "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`"
    "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`"
  },
  "id": "A String", # Required for update. The ID of the data feed.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
  "name": "A String", # Required for insert. A descriptive name of the data feed.
  "targets": [ # The targets this feed should apply to (country, language, destinations).
    {
      "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
        "A String",
      ],
      "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
      "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
        "A String",
      ],
      "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
      "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
        "A String",
      ],
    },
  ],
}
insert(merchantId, body=None, x__xgafv=None)
Registers a datafeed configuration with your Merchant Center account.

Args:
  merchantId: string, The ID of the account that manages the datafeed. This account cannot be a multi-client account. (required)
  body: object, The request body.
    The object takes the form of:

{ # Datafeed configuration data.
  "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.
    "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
    "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.
    "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.
    "password": "A String", # An optional password for fetch_url.
    "paused": True or False, # Whether the scheduled fetch is paused or not.
    "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
    "username": "A String", # An optional user name for fetch_url.
    "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
  },
  "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
  "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`"
    "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`"
    "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`"
  },
  "id": "A String", # Required for update. The ID of the data feed.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
  "name": "A String", # Required for insert. A descriptive name of the data feed.
  "targets": [ # The targets this feed should apply to (country, language, destinations).
    {
      "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
        "A String",
      ],
      "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
      "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
        "A String",
      ],
      "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
      "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
        "A String",
      ],
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Datafeed configuration data.
  "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.
    "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
    "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.
    "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.
    "password": "A String", # An optional password for fetch_url.
    "paused": True or False, # Whether the scheduled fetch is paused or not.
    "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
    "username": "A String", # An optional user name for fetch_url.
    "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
  },
  "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
  "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`"
    "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`"
    "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`"
  },
  "id": "A String", # Required for update. The ID of the data feed.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
  "name": "A String", # Required for insert. A descriptive name of the data feed.
  "targets": [ # The targets this feed should apply to (country, language, destinations).
    {
      "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
        "A String",
      ],
      "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
      "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
        "A String",
      ],
      "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
      "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
        "A String",
      ],
    },
  ],
}
list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)
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.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedsListResponse`".
  "nextPageToken": "A String", # The token for the retrieval of the next page of datafeeds.
  "resources": [
    { # Datafeed configuration data.
      "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.
        "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
        "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.
        "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.
        "password": "A String", # An optional password for fetch_url.
        "paused": True or False, # Whether the scheduled fetch is paused or not.
        "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
        "username": "A String", # An optional user name for fetch_url.
        "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
      },
      "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
      "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`"
        "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`"
        "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`"
      },
      "id": "A String", # Required for update. The ID of the data feed.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
      "name": "A String", # Required for insert. A descriptive name of the data feed.
      "targets": [ # The targets this feed should apply to (country, language, destinations).
        {
          "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
            "A String",
          ],
          "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
          "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
            "A String",
          ],
          "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
          "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
            "A String",
          ],
        },
      ],
    },
  ],
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
update(merchantId, datafeedId, body=None, x__xgafv=None)
Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.

Args:
  merchantId: string, The ID of the account that manages the datafeed. This account cannot be a multi-client account. (required)
  datafeedId: string, The ID of the datafeed. (required)
  body: object, The request body.
    The object takes the form of:

{ # Datafeed configuration data.
  "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.
    "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
    "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.
    "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.
    "password": "A String", # An optional password for fetch_url.
    "paused": True or False, # Whether the scheduled fetch is paused or not.
    "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
    "username": "A String", # An optional user name for fetch_url.
    "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
  },
  "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
  "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`"
    "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`"
    "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`"
  },
  "id": "A String", # Required for update. The ID of the data feed.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
  "name": "A String", # Required for insert. A descriptive name of the data feed.
  "targets": [ # The targets this feed should apply to (country, language, destinations).
    {
      "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
        "A String",
      ],
      "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
      "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
        "A String",
      ],
      "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
      "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
        "A String",
      ],
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Datafeed configuration data.
  "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.
    "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
    "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.
    "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.
    "password": "A String", # An optional password for fetch_url.
    "paused": True or False, # Whether the scheduled fetch is paused or not.
    "timeZone": "A String", # Time zone used for schedule. UTC by default. For example, "America/Los_Angeles".
    "username": "A String", # An optional user name for fetch_url.
    "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
  },
  "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
  "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`"
    "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`"
    "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`"
  },
  "id": "A String", # Required for update. The ID of the data feed.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
  "name": "A String", # Required for insert. A descriptive name of the data feed.
  "targets": [ # The targets this feed should apply to (country, language, destinations).
    {
      "country": "A String", # Deprecated. Use `feedLabel` instead. 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](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.
        "A String",
      ],
      "feedLabel": "A String", # Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
      "includedDestinations": [ # The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.
        "A String",
      ],
      "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
      "targetCountries": [ # The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds.
        "A String",
      ],
    },
  ],
}