Updated generated docs
diff --git a/docs/dyn/adsense.v1.urlchannels.html b/docs/dyn/adsense.v1.urlchannels.html
index 401f989..8fa6084 100644
--- a/docs/dyn/adsense.v1.urlchannels.html
+++ b/docs/dyn/adsense.v1.urlchannels.html
@@ -19,7 +19,23 @@
Args:<br>
pageToken: string, A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.<br>
adClientId: string, Ad client for which to list URL channels. (required)<br>
- maxResults: integer, The maximum number of URL channels to include in the response, used for paging.</tt></dd></dl>
+ maxResults: integer, The maximum number of URL channels to include in the response, used for paging.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "nextPageToken": "A String", # Continuation token used to page through URL channels. To retrieve the next page of results, set the next request's "pageToken" value to this.<br>
+ "items": [ # The URL channels returned in this list response.<br>
+ {<br>
+ "kind": "adsense#urlChannel", # Kind of resource this is, in this case adsense#urlChannel.<br>
+ "id": "A String", # Unique identifier of this URL channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.<br>
+ "urlPattern": "A String", # URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home<br>
+ },<br>
+ ],<br>
+ "kind": "adsense#urlChannels", # Kind of list this is, in this case adsense#urlChannels.<br>
+ "etag": "A String", # ETag of this response for caching purposes.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves the next page of results.<br>
<br>