Updated docs
diff --git a/docs/dyn/adsense.v1.1.accounts.reports.html b/docs/dyn/adsense.v1.1.accounts.reports.html
index 22429de..dd7177e 100644
--- a/docs/dyn/adsense.v1.1.accounts.reports.html
+++ b/docs/dyn/adsense.v1.1.accounts.reports.html
@@ -27,7 +27,7 @@
filter: string, Filters to be run on the report. (repeated)<br>
startIndex: integer, Index of the first row of report data to return.<br>
dimension: string, Dimensions to base the report on. (repeated)<br>
- accountId: string, Account upon which to report.<br>
+ accountId: string, Account upon which to report. (required)<br>
<br>
Returns:<br>
An object of the form<br>
diff --git a/docs/dyn/books.v1.bookshelves.volumes.html b/docs/dyn/books.v1.bookshelves.volumes.html
index 3a8fc5c..d29ed7b 100644
--- a/docs/dyn/books.v1.bookshelves.volumes.html
+++ b/docs/dyn/books.v1.bookshelves.volumes.html
@@ -29,7 +29,7 @@
An object of the form<br>
<br>
{<br>
- "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.<br>
+ "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.<br>
"items": [ # A list of volumes.<br>
{<br>
"kind": "books#volume", # Resource type for a volume. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.myconfig.html b/docs/dyn/books.v1.myconfig.html
index 57f1db0..3fe7d69 100644
--- a/docs/dyn/books.v1.myconfig.html
+++ b/docs/dyn/books.v1.myconfig.html
@@ -105,7 +105,7 @@
An object of the form<br>
<br>
{<br>
- "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.<br>
+ "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.<br>
"items": [ # A list of volumes.<br>
{<br>
"kind": "books#volume", # Resource type for a volume. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.mylibrary.annotations.html b/docs/dyn/books.v1.mylibrary.annotations.html
index fc7ef0e..8da3c71 100644
--- a/docs/dyn/books.v1.mylibrary.annotations.html
+++ b/docs/dyn/books.v1.mylibrary.annotations.html
@@ -35,6 +35,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
@@ -101,6 +102,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
@@ -167,6 +169,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
@@ -231,9 +234,10 @@
layerId: string, The layer id to limit annotation by.<br>
volumeId: string, The volume to restrict annotations to.<br>
maxResults: integer, Maximum number of results to return<br>
- source: string, String to identify the originator of this request.<br>
+ showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.<br>
pageIds: string, The page id(s) for the volume that is being queried. (repeated)<br>
contentVersion: string, The content version for the requested volume.<br>
+ source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
updatedMin: string, <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp to restrict to items updated since this timestamp (inclusive).<br>
<br>
@@ -247,6 +251,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
@@ -327,6 +332,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
@@ -394,6 +400,7 @@
"kind": "books#annotation", # Resource type.<br>
"updated": "A String", # Timestamp for the last time this annotation was modified.<br>
"created": "A String", # Timestamp for the created time of this annotation.<br>
+ "deleted": True or False, # Indicates that this annotation is deleted.<br>
"beforeSelectedText": "A String", # Anchor text before excerpt.<br>
"currentVersionRanges": { # Selection ranges for the most recent content version.<br>
"contentVersion": "A String", # Content version applicable to ranges below.<br>
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
index 5875191..c4d8ab8 100644
--- a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
+++ b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
@@ -27,13 +27,13 @@
maxResults: integer, Maximum number of results to return<br>
q: string, Full-text search query string in this bookshelf.<br>
startIndex: integer, Index of the first element to return (starts at 0)<br>
- shelf: string, The bookshelf id or name retrieve volumes for.<br>
+ shelf: string, The bookshelf id or name retrieve volumes for. (required)<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
- "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.<br>
+ "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.<br>
"items": [ # A list of volumes.<br>
{<br>
"kind": "books#volume", # Resource type for a volume. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
index 6f5309f..bbe792a 100644
--- a/docs/dyn/books.v1.volumes.html
+++ b/docs/dyn/books.v1.volumes.html
@@ -204,7 +204,7 @@
An object of the form<br>
<br>
{<br>
- "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Total number of volumes found.<br>
+ "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.<br>
"items": [ # A list of volumes.<br>
{<br>
"kind": "books#volume", # Resource type for a volume. (In LITE projection.)<br>
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 8b3ca44..957ea70 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -24,14 +24,11 @@
An object of the form<br>
<br>
{<br>
+ "schemas": { # The schemas for this API.<br>
+ },<br>
"kind": "discovery#restDescription", # The kind for this response.<br>
- "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
- "A String",<br>
- ],<br>
"protocol": "rest", # The protocol described by this document.<br>
- "features": [ # A list of supported features for this API.<br>
- "A String",<br>
- ],<br>
+ "description": "A String", # The description of this API.<br>
"parameters": { # Common parameters that apply across all apis.<br>
},<br>
"icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
@@ -39,7 +36,9 @@
"x16": "A String", # The url of the 16x16 icon.<br>
},<br>
"basePath": "A String", # The base path for REST requests.<br>
- "description": "A String", # The description of this API.<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
"baseUrl": "A String", # The base URL for REST requests.<br>
"auth": { # Authentication information.<br>
"oauth2": { # OAuth 2.0 authentication information.<br>
@@ -51,9 +50,12 @@
"methods": { # API-level methods for this API.<br>
},<br>
"version": "A String", # The version of this API.<br>
+ "features": [ # A list of supported features for this API.<br>
+ "A String",<br>
+ ],<br>
"title": "A String", # The title of this API.<br>
- "schemas": { # The schemas for this API.<br>
- },<br>
+ "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
+ "revision": "A String", # The version of this API.<br>
"id": "A String", # The id of this API.<br>
"resources": { # The resources in this API.<br>
},<br>
@@ -96,6 +98,7 @@
"documentationLink": "A String", # A link to human readable documentation for the API.<br>
},<br>
],<br>
+ "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
"kind": "discovery#directoryList", # The kind for this response.<br>
}</tt></dd></dl>
diff --git a/docs/dyn/shopping.v1.products.html b/docs/dyn/shopping.v1.products.html
index 6bb6623..77436a2 100644
--- a/docs/dyn/shopping.v1.products.html
+++ b/docs/dyn/shopping.v1.products.html
@@ -283,7 +283,6 @@
location: string, Location used to determine tax and shipping<br>
maxVariants: integer, Maximum number of variant results to return per result<br>
debug_searchRequest: boolean, Google Internal<br>
- app: string, The internal application that generated the request (if any).<br>
relatedQueries_enabled: boolean, Whether to return related queries<br>
facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account<br>
safe: boolean, Whether safe search is enabled. Default: true<br>