imported patch docs
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index 24282b4..432b48f 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -18,6 +18,7 @@
<br>
Args:<br>
dateRestrict: string, Specifies all search results are from a time period<br>
+ hl: string, Sets the user interface language.<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>
@@ -34,10 +35,12 @@
Allowed values<br>
0 - Turns off duplicate content filter.<br>
1 - Turns on duplicate content filter.<br>
+ pp: string, A parameter<br>
gl: string, Geolocation of end user.<br>
searchType: string, Specifies the search type: image.<br>
Allowed values<br>
image - custom image search<br>
+ strict: string, A parameter<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>
@@ -93,6 +96,7 @@
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>
+ trace: string, A parameter<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>
@@ -101,7 +105,6 @@
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>
@@ -122,6 +125,7 @@
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>
+ userip: string, A parameter<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>
@@ -133,21 +137,23 @@
{<br>
"promotions": [<br>
{<br>
- "link": "A String",<br>
+ "title": "A String",<br>
"displayLink": "A String",<br>
+ "htmlTitle": "A String",<br>
+ "link": "A String",<br>
+ "bodyLines": [<br>
+ {<br>
+ "url": "A String",<br>
+ "htmlTitle": "A String",<br>
+ "link": "A String",<br>
+ "title": "A String",<br>
+ },<br>
+ ],<br>
"image": {<br>
"source": "A String",<br>
"width": 42,<br>
"height": 42,<br>
},<br>
- "bodyLines": [<br>
- {<br>
- "url": "A String",<br>
- "link": "A String",<br>
- "title": "A String",<br>
- },<br>
- ],<br>
- "title": "A String",<br>
},<br>
],<br>
"kind": "customsearch#search",<br>