Update generated docs.
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index fcada86..24282b4 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -17,21 +17,41 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.<br>
<br>
Args:<br>
- sort: string, The sort expression to apply to the results<br>
+ dateRestrict: string, Specifies all search results are from a time period<br>
+ orTerms: string, Provides additional search terms to check for in a document, where each document in the search results must contain at least one of the additional search terms<br>
+ highRange: string, Creates a range in form as_nlo value..as_nhi value and attempts to append it to query<br>
+ num: integer, Number of search results to return<br>
+ cr: string, Country restrict(s).<br>
+ imgType: string, Returns images of a type, which can be one of: clipart, face, lineart, news, and photo.<br>
+ Allowed values<br>
+ clipart - clipart<br>
+ face - face<br>
+ lineart - lineart<br>
+ news - news<br>
+ photo - photo<br>
+ relatedSite: string, Specifies that all search results should be pages that are related to the specified URL<br>
filter: string, Controls turning on or off the duplicate content filter.<br>
Allowed values<br>
0 - Turns off duplicate content filter.<br>
1 - Turns on duplicate content filter.<br>
- start: string, The index of the first result to return<br>
- cx: string, The custom search engine ID to scope this search query<br>
- googlehost: string, The local Google domain to use to perform the search.<br>
- safe: string, Search safety level<br>
+ gl: string, Geolocation of end user.<br>
+ searchType: string, Specifies the search type: image.<br>
Allowed values<br>
- high - Enables highest level of safe search filtering.<br>
- medium - Enables moderate safe search filtering.<br>
- off - Disables safe search filtering.<br>
- q: string, Query (required)<br>
- num: string, Number of search results to return<br>
+ image - custom image search<br>
+ fileType: string, Returns images of a specified type. Some of the allowed values are: bmp, gif, png, jpg, svg, pdf, ...<br>
+ start: integer, The index of the first result to return<br>
+ imgDominantColor: string, Returns images of a specific dominant color: yellow, green, teal, blue, purple, pink, white, gray, black and brown.<br>
+ Allowed values<br>
+ black - black<br>
+ blue - blue<br>
+ brown - brown<br>
+ gray - gray<br>
+ green - green<br>
+ pink - pink<br>
+ purple - purple<br>
+ teal - teal<br>
+ white - white<br>
+ yellow - yellow<br>
lr: string, The language restriction for the search results<br>
Allowed values<br>
lang_ar - Arabic<br>
@@ -69,9 +89,43 @@
lang_tr - Turkish<br>
lang_zh-CN - Chinese (Simplified)<br>
lang_zh-TW - Chinese (Traditional)<br>
- cr: string, Country restrict(s).<br>
- gl: string, Geolocation of end user.<br>
+ siteSearch: string, Specifies all search results should be pages from a given site<br>
cref: string, The URL of a linked custom search engine<br>
+ sort: string, The sort expression to apply to the results<br>
+ hq: string, Appends the extra query terms to the query.<br>
+ c2coff: string, Turns off the translation between zh-CN and zh-TW.<br>
+ googlehost: string, The local Google domain to use to perform the search.<br>
+ safe: string, Search safety level<br>
+ Allowed values<br>
+ high - Enables highest level of safe search filtering.<br>
+ medium - Enables moderate safe search filtering.<br>
+ off - Disables safe search filtering.<br>
+ exactTerms: string, Identifies a phrase that all documents in the search results must contain<br>
+ hl: string, Sets the user interface language.<br>
+ lowRange: string, Creates a range in form as_nlo value..as_nhi value and attempts to append it to query<br>
+ imgSize: string, Returns images of a specified size, where size can be one of: icon, small, medium, large, xlarge, xxlarge, and huge.<br>
+ Allowed values<br>
+ huge - huge<br>
+ icon - icon<br>
+ large - large<br>
+ medium - medium<br>
+ small - small<br>
+ xlarge - xlarge<br>
+ xxlarge - xxlarge<br>
+ imgColorType: string, Returns black and white, grayscale, or color images: mono, gray, and color.<br>
+ Allowed values<br>
+ color - color<br>
+ gray - gray<br>
+ mono - mono<br>
+ rights: string, Filters based on licensing. Supported values include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial, cc_nonderived and combinations of these.<br>
+ excludeTerms: string, Identifies a word or phrase that should not appear in any documents in the search results<br>
+ q: string, Query (required)<br>
+ linkSite: string, Specifies that all search results should contain a link to a particular URL<br>
+ cx: string, The custom search engine ID to scope this search query<br>
+ siteSearchFilter: string, Controls whether to include or exclude results from the site named in the as_sitesearch parameter<br>
+ Allowed values<br>
+ e - exclude<br>
+ i - include<br>
<br>
Returns:<br>
An object of the form<br>
@@ -99,20 +153,39 @@
"kind": "customsearch#search",<br>
"url": {<br>
"type": "application/json",<br>
- "template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&hr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&alt=json",<br>
+ "template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json",<br>
},<br>
"items": [<br>
{<br>
+ "snippet": "A String",<br>
"kind": "customsearch#result",<br>
+ "labels": [<br>
+ {<br>
+ "displayName": "A String",<br>
+ "name": "A String",<br>
+ },<br>
+ ],<br>
"title": "A String",<br>
"displayLink": "A String",<br>
"cacheId": "A String",<br>
+ "formattedUrl": "A String",<br>
+ "htmlFormattedUrl": "A String",<br>
"pagemap": {<br>
},<br>
- "snippet": "A String",<br>
+ "htmlTitle": "A String",<br>
"htmlSnippet": "A String",<br>
"link": "A String",<br>
- "htmlTitle": "A String",<br>
+ "image": {<br>
+ "thumbnailWidth": 42,<br>
+ "byteSize": 42,<br>
+ "height": 42,<br>
+ "width": 42,<br>
+ "contextLink": "A String",<br>
+ "thumbnailLink": "A String",<br>
+ "thumbnailHeight": 42,<br>
+ },<br>
+ "mime": "A String",<br>
+ "fileFormat": "A String",<br>
},<br>
],<br>
"context": {<br>
@@ -128,6 +201,16 @@
},<br>
"queries": {<br>
},<br>
+ "spelling": {<br>
+ "correctedQuery": "A String",<br>
+ "htmlCorrectedQuery": "A String",<br>
+ },<br>
+ "searchInformation": {<br>
+ "formattedSearchTime": "A String",<br>
+ "formattedTotalResults": "A String",<br>
+ "totalResults": "A String",<br>
+ "searchTime": 3.14,<br>
+ },<br>
}</tt></dd></dl>
<hr>