Regen all docs. (#700)

* Stop recursing if discovery == {}

* Generate docs with 'make docs'.
diff --git a/docs/dyn/content_v2.datafeeds.html b/docs/dyn/content_v2.datafeeds.html
index ad527e7..f29adf2 100644
--- a/docs/dyn/content_v2.datafeeds.html
+++ b/docs/dyn/content_v2.datafeeds.html
@@ -76,32 +76,35 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#custombatch">custombatch(body, dryRun=None)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+<p class="firstline">Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(merchantId, datafeedId, dryRun=None)</a></code></p>
-<p class="firstline">Deletes a datafeed from your Merchant Center account. This method can only be called for non-multi-client accounts.</p>
+<p class="firstline">Deletes a datafeed configuration from your Merchant Center account.</p>
+<p class="toc_element">
+  <code><a href="#fetchnow">fetchnow(merchantId, datafeedId, dryRun=None)</a></code></p>
+<p class="firstline">Invokes a fetch for the datafeed in your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#get">get(merchantId, datafeedId)</a></code></p>
-<p class="firstline">Retrieves a datafeed from your Merchant Center account. This method can only be called for non-multi-client accounts.</p>
+<p class="firstline">Retrieves a datafeed configuration from your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#insert">insert(merchantId, body, dryRun=None)</a></code></p>
-<p class="firstline">Registers a datafeed with your Merchant Center account. This method can only be called for non-multi-client accounts.</p>
+<p class="firstline">Registers a datafeed configuration with your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#list">list(merchantId, pageToken=None, maxResults=None)</a></code></p>
-<p class="firstline">Lists the datafeeds in your Merchant Center account. This method can only be called for non-multi-client accounts.</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>
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(merchantId, datafeedId, body, dryRun=None)</a></code></p>
-<p class="firstline">Updates a datafeed of your Merchant Center account. This method can only be called for non-multi-client accounts. This method supports patch semantics.</p>
+<p class="firstline">Updates a datafeed configuration of your Merchant Center account. This method supports patch semantics.</p>
 <p class="toc_element">
   <code><a href="#update">update(merchantId, datafeedId, body, dryRun=None)</a></code></p>
-<p class="firstline">Updates a datafeed of your Merchant Center account. This method can only be called for non-multi-client accounts.</p>
+<p class="firstline">Updates a datafeed configuration of your Merchant Center account.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="custombatch">custombatch(body, dryRun=None)</code>
-  <pre>A description of how to use this function
+  <pre>Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.
 
 Args:
   body: object, The request body. (required)
@@ -111,12 +114,12 @@
     "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.
-        "datafeedId": "A String", # The ID of the data feed to get or delete.
-        "datafeed": { # Datafeed data. # The data feed to insert.
+        "datafeedId": "A String", # The ID of the data feed to get, delete or fetch.
+        "datafeed": { # Datafeed configuration data. # The data feed to insert.
             "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
             "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
             "name": "A String", # A descriptive name of the data feed.
-            "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+            "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.
               "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
               "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -126,15 +129,28 @@
               "username": "A String", # An optional user name for fetch_url.
               "hour": 42, # The hour of the day the feed file should be fetched (0-23).
               "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.
+              "paused": True or False, # Whether the scheduled fetch is paused or not.
               "weekday": "A String", # The day of the week the feed file should be fetched.
               "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
               "password": "A String", # An optional password for fetch_url.
               "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
               "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
             },
-            "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+            "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.
             "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-            "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+            "targets": [ # The targets this feed should apply to (country, language, destinations).
+              {
+                "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+                "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 the excluded_destination field.
+                  "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.
+                "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+                  "A String",
+                ],
+              },
+            ],
+            "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
               "A String",
             ],
             "id": "A String", # The ID of the data feed.
@@ -146,7 +162,7 @@
     ],
   }
 
-  dryRun: boolean, Flag to run the request in dry-run mode.
+  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).
 
 Returns:
   An object of the form:
@@ -167,11 +183,11 @@
             },
           ],
         },
-        "datafeed": { # Datafeed data. # The requested data feed. Defined if and only if the request was successful.
+        "datafeed": { # Datafeed configuration data. # The requested data feed. Defined if and only if the request was successful.
             "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
             "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
             "name": "A String", # A descriptive name of the data feed.
-            "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+            "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.
               "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
               "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -181,15 +197,28 @@
               "username": "A String", # An optional user name for fetch_url.
               "hour": 42, # The hour of the day the feed file should be fetched (0-23).
               "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.
+              "paused": True or False, # Whether the scheduled fetch is paused or not.
               "weekday": "A String", # The day of the week the feed file should be fetched.
               "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
               "password": "A String", # An optional password for fetch_url.
               "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
               "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
             },
-            "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+            "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.
             "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-            "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+            "targets": [ # The targets this feed should apply to (country, language, destinations).
+              {
+                "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+                "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 the excluded_destination field.
+                  "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.
+                "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+                  "A String",
+                ],
+              },
+            ],
+            "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
               "A String",
             ],
             "id": "A String", # The ID of the data feed.
@@ -202,31 +231,48 @@
 
 <div class="method">
     <code class="details" id="delete">delete(merchantId, datafeedId, dryRun=None)</code>
-  <pre>Deletes a datafeed from your Merchant Center account. This method can only be called for non-multi-client accounts.
+  <pre>Deletes a datafeed configuration from your Merchant Center account.
 
 Args:
-  merchantId: string, A parameter (required)
-  datafeedId: string, A parameter (required)
-  dryRun: boolean, Flag to run the request in dry-run mode.
+  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)
+  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).
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(merchantId, datafeedId)</code>
-  <pre>Retrieves a datafeed from your Merchant Center account. This method can only be called for non-multi-client accounts.
+    <code class="details" id="fetchnow">fetchnow(merchantId, datafeedId, dryRun=None)</code>
+  <pre>Invokes a fetch for the datafeed in your Merchant Center account.
 
 Args:
-  merchantId: string, A parameter (required)
-  datafeedId: string, A parameter (required)
+  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)
+  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).
 
 Returns:
   An object of the form:
 
-    { # Datafeed data.
+    {
+    "kind": "content#datafeedsFetchNowResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsFetchNowResponse".
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(merchantId, datafeedId)</code>
+  <pre>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)
+
+Returns:
+  An object of the form:
+
+    { # Datafeed configuration data.
       "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
       "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
       "name": "A String", # A descriptive name of the data feed.
-      "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+      "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.
         "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
         "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -236,15 +282,28 @@
         "username": "A String", # An optional user name for fetch_url.
         "hour": 42, # The hour of the day the feed file should be fetched (0-23).
         "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.
+        "paused": True or False, # Whether the scheduled fetch is paused or not.
         "weekday": "A String", # The day of the week the feed file should be fetched.
         "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
         "password": "A String", # An optional password for fetch_url.
         "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
         "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
       },
-      "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+      "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.
       "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-      "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+      "targets": [ # The targets this feed should apply to (country, language, destinations).
+        {
+          "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+          "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 the excluded_destination field.
+            "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.
+          "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+            "A String",
+          ],
+        },
+      ],
+      "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
         "A String",
       ],
       "id": "A String", # The ID of the data feed.
@@ -254,18 +313,18 @@
 
 <div class="method">
     <code class="details" id="insert">insert(merchantId, body, dryRun=None)</code>
-  <pre>Registers a datafeed with your Merchant Center account. This method can only be called for non-multi-client accounts.
+  <pre>Registers a datafeed configuration with your Merchant Center account.
 
 Args:
-  merchantId: string, A parameter (required)
+  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. (required)
     The object takes the form of:
 
-{ # Datafeed data.
+{ # Datafeed configuration data.
     "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
     "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
     "name": "A String", # A descriptive name of the data feed.
-    "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+    "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.
       "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
       "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -275,31 +334,44 @@
       "username": "A String", # An optional user name for fetch_url.
       "hour": 42, # The hour of the day the feed file should be fetched (0-23).
       "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.
+      "paused": True or False, # Whether the scheduled fetch is paused or not.
       "weekday": "A String", # The day of the week the feed file should be fetched.
       "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
       "password": "A String", # An optional password for fetch_url.
       "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
       "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
     },
-    "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+    "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.
     "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-    "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+    "targets": [ # The targets this feed should apply to (country, language, destinations).
+      {
+        "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+        "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 the excluded_destination field.
+          "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.
+        "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+          "A String",
+        ],
+      },
+    ],
+    "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
       "A String",
     ],
     "id": "A String", # 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.
   }
 
-  dryRun: boolean, Flag to run the request in dry-run mode.
+  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).
 
 Returns:
   An object of the form:
 
-    { # Datafeed data.
+    { # Datafeed configuration data.
       "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
       "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
       "name": "A String", # A descriptive name of the data feed.
-      "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+      "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.
         "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
         "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -309,15 +381,28 @@
         "username": "A String", # An optional user name for fetch_url.
         "hour": 42, # The hour of the day the feed file should be fetched (0-23).
         "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.
+        "paused": True or False, # Whether the scheduled fetch is paused or not.
         "weekday": "A String", # The day of the week the feed file should be fetched.
         "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
         "password": "A String", # An optional password for fetch_url.
         "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
         "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
       },
-      "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+      "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.
       "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-      "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+      "targets": [ # The targets this feed should apply to (country, language, destinations).
+        {
+          "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+          "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 the excluded_destination field.
+            "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.
+          "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+            "A String",
+          ],
+        },
+      ],
+      "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
         "A String",
       ],
       "id": "A String", # The ID of the data feed.
@@ -327,10 +412,10 @@
 
 <div class="method">
     <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None)</code>
-  <pre>Lists the datafeeds in your Merchant Center account. This method can only be called for non-multi-client accounts.
+  <pre>Lists the configurations for datafeeds in your Merchant Center account.
 
 Args:
-  merchantId: string, The ID of the managing account. (required)
+  merchantId: string, The ID of the account that manages the datafeeds. This account cannot be a multi-client account. (required)
   pageToken: string, The token returned by the previous request.
   maxResults: integer, The maximum number of products to return in the response, used for paging.
 
@@ -341,11 +426,11 @@
     "nextPageToken": "A String", # The token for the retrieval of the next page of datafeeds.
     "kind": "content#datafeedsListResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsListResponse".
     "resources": [
-      { # Datafeed data.
+      { # Datafeed configuration data.
           "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
           "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
           "name": "A String", # A descriptive name of the data feed.
-          "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+          "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.
             "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
             "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -355,15 +440,28 @@
             "username": "A String", # An optional user name for fetch_url.
             "hour": 42, # The hour of the day the feed file should be fetched (0-23).
             "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.
+            "paused": True or False, # Whether the scheduled fetch is paused or not.
             "weekday": "A String", # The day of the week the feed file should be fetched.
             "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
             "password": "A String", # An optional password for fetch_url.
             "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
             "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
           },
-          "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+          "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.
           "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-          "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+          "targets": [ # The targets this feed should apply to (country, language, destinations).
+            {
+              "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+              "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 the excluded_destination field.
+                "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.
+              "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+                "A String",
+              ],
+            },
+          ],
+          "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
             "A String",
           ],
           "id": "A String", # The ID of the data feed.
@@ -389,19 +487,19 @@
 
 <div class="method">
     <code class="details" id="patch">patch(merchantId, datafeedId, body, dryRun=None)</code>
-  <pre>Updates a datafeed of your Merchant Center account. This method can only be called for non-multi-client accounts. This method supports patch semantics.
+  <pre>Updates a datafeed configuration of your Merchant Center account. This method supports patch semantics.
 
 Args:
-  merchantId: string, A parameter (required)
-  datafeedId: string, A parameter (required)
+  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. (required)
     The object takes the form of:
 
-{ # Datafeed data.
+{ # Datafeed configuration data.
     "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
     "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
     "name": "A String", # A descriptive name of the data feed.
-    "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+    "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.
       "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
       "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -411,31 +509,44 @@
       "username": "A String", # An optional user name for fetch_url.
       "hour": 42, # The hour of the day the feed file should be fetched (0-23).
       "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.
+      "paused": True or False, # Whether the scheduled fetch is paused or not.
       "weekday": "A String", # The day of the week the feed file should be fetched.
       "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
       "password": "A String", # An optional password for fetch_url.
       "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
       "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
     },
-    "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+    "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.
     "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-    "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+    "targets": [ # The targets this feed should apply to (country, language, destinations).
+      {
+        "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+        "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 the excluded_destination field.
+          "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.
+        "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+          "A String",
+        ],
+      },
+    ],
+    "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
       "A String",
     ],
     "id": "A String", # 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.
   }
 
-  dryRun: boolean, Flag to run the request in dry-run mode.
+  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).
 
 Returns:
   An object of the form:
 
-    { # Datafeed data.
+    { # Datafeed configuration data.
       "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
       "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
       "name": "A String", # A descriptive name of the data feed.
-      "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+      "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.
         "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
         "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -445,15 +556,28 @@
         "username": "A String", # An optional user name for fetch_url.
         "hour": 42, # The hour of the day the feed file should be fetched (0-23).
         "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.
+        "paused": True or False, # Whether the scheduled fetch is paused or not.
         "weekday": "A String", # The day of the week the feed file should be fetched.
         "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
         "password": "A String", # An optional password for fetch_url.
         "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
         "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
       },
-      "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+      "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.
       "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-      "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+      "targets": [ # The targets this feed should apply to (country, language, destinations).
+        {
+          "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+          "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 the excluded_destination field.
+            "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.
+          "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+            "A String",
+          ],
+        },
+      ],
+      "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
         "A String",
       ],
       "id": "A String", # The ID of the data feed.
@@ -463,19 +587,19 @@
 
 <div class="method">
     <code class="details" id="update">update(merchantId, datafeedId, body, dryRun=None)</code>
-  <pre>Updates a datafeed of your Merchant Center account. This method can only be called for non-multi-client accounts.
+  <pre>Updates a datafeed configuration of your Merchant Center account.
 
 Args:
-  merchantId: string, A parameter (required)
-  datafeedId: string, A parameter (required)
+  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. (required)
     The object takes the form of:
 
-{ # Datafeed data.
+{ # Datafeed configuration data.
     "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
     "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
     "name": "A String", # A descriptive name of the data feed.
-    "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+    "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.
       "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
       "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -485,31 +609,44 @@
       "username": "A String", # An optional user name for fetch_url.
       "hour": 42, # The hour of the day the feed file should be fetched (0-23).
       "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.
+      "paused": True or False, # Whether the scheduled fetch is paused or not.
       "weekday": "A String", # The day of the week the feed file should be fetched.
       "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
       "password": "A String", # An optional password for fetch_url.
       "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
       "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
     },
-    "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+    "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.
     "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-    "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+    "targets": [ # The targets this feed should apply to (country, language, destinations).
+      {
+        "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+        "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 the excluded_destination field.
+          "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.
+        "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+          "A String",
+        ],
+      },
+    ],
+    "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
       "A String",
     ],
     "id": "A String", # 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.
   }
 
-  dryRun: boolean, Flag to run the request in dry-run mode.
+  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).
 
 Returns:
   An object of the form:
 
-    { # Datafeed data.
+    { # Datafeed configuration data.
       "kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
       "contentType": "A String", # The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.
       "name": "A String", # A descriptive name of the data feed.
-      "contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.
+      "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.
         "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
         "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
@@ -519,15 +656,28 @@
         "username": "A String", # An optional user name for fetch_url.
         "hour": 42, # The hour of the day the feed file should be fetched (0-23).
         "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.
+        "paused": True or False, # Whether the scheduled fetch is paused or not.
         "weekday": "A String", # The day of the week the feed file should be fetched.
         "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
         "password": "A String", # An optional password for fetch_url.
         "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
         "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
       },
-      "targetCountry": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+      "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.
       "fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
-      "intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+      "targets": [ # The targets this feed should apply to (country, language, destinations).
+        {
+          "country": "A String", # The country where the items in the feed will be included in the search index, represented as a  CLDR territory code.
+          "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 the excluded_destination field.
+            "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.
+          "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+            "A String",
+          ],
+        },
+      ],
+      "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
         "A String",
       ],
       "id": "A String", # The ID of the data feed.