imported patch docs
diff --git a/docs/dyn/adsense.v1.1.reports.html b/docs/dyn/adsense.v1.1.reports.html
index 36c7171..1d9daa2 100644
--- a/docs/dyn/adsense.v1.1.reports.html
+++ b/docs/dyn/adsense.v1.1.reports.html
@@ -17,17 +17,21 @@
<dl><dt><a name="Resource-generate"><strong>generate</strong></a> = method(self, **kwargs)</dt><dd><tt>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.<br>
<br>
Args:<br>
- sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)<br>
startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)<br>
endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)<br>
- currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.<br>
locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.<br>
metric: string, Numeric columns to include in the report. (repeated)<br>
+ currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.<br>
+ startIndex: integer, Index of the first row of report data to return.<br>
+ accountId: string, Accounts upon which to report. (repeated)<br>
+ pp: string, A parameter<br>
+ strict: string, A parameter<br>
+ sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)<br>
+ trace: string, A parameter<br>
maxResults: integer, The maximum number of rows of report data to return.<br>
filter: string, Filters to be run on the report. (repeated)<br>
- startIndex: integer, Index of the first row of report data to return.<br>
+ userip: string, A parameter<br>
dimension: string, Dimensions to base the report on. (repeated)<br>
- accountId: string, Accounts upon which to report. (repeated)<br>
<br>
Returns:<br>
An object of the form<br>