imported patch docs
diff --git a/docs/dyn/books.v1.layers.annotationData.html b/docs/dyn/books.v1.layers.annotationData.html
index d95bb1a..dd0b02b 100644
--- a/docs/dyn/books.v1.layers.annotationData.html
+++ b/docs/dyn/books.v1.layers.annotationData.html
@@ -17,12 +17,18 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets the annotation data.<br>
<br>
Args:<br>
+ annotationDataId: string, The ID of the annotation data to retrieve. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
source: string, String to identify the originator of this request.<br>
locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.<br>
layerId: string, The ID for the layer to get the annotations. (required)<br>
volumeId: string, The volume to retrieve annotations for. (required)<br>
- annotationDataId: string, The ID of the annotation data to retrieve. (required)<br>
- country: string, ISO-3166-1 code to override the IP-based location.<br>
+ strict: string, A parameter<br>
+ contentVersion: string, The content version for the volume you are trying to retrieve. (required)<br>
+ h: integer, The requested pixel height for any images. If height is provided width must also be provided.<br>
+ userip: string, A parameter<br>
+ w: integer, The requested pixel width for any images. If width is provided height must also be provided.<br>
<br>
Returns:<br>
An object of the form<br>
@@ -34,7 +40,41 @@
"volumeId": "A String", # The volume id for this data. *<br>
"encoded_data": "A String", # Base64 encoded data for this annotation data.<br>
"layerId": "A String", # The Layer id for this data. *<br>
- "data": "A String", # JSON enoded data for this annotation data.<br>
+ "data": { # JSON encoded data for this annotation data.<br>
+ "geo": {<br>
+ "countryCode": "A String", # The country code of the location.<br>
+ "zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels<br>
+ "longitude": 3.14, # The longitude of the location.<br>
+ "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN<br>
+ "latitude": 3.14, # The latitude of the location.<br>
+ "boundary": [ # The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.<br>
+ [<br>
+ {<br>
+ "latitude": 42,<br>
+ "longitude": 42,<br>
+ },<br>
+ ],<br>
+ ],<br>
+ "resolution": "A String", # The resolution of the location. Ex: POI_LEVEL<br>
+ "viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.<br>
+ "lo": {<br>
+ "latitude": 3.14,<br>
+ "longitude": 3.14,<br>
+ },<br>
+ "hi": {<br>
+ "latitude": 3.14,<br>
+ "longitude": 3.14,<br>
+ },<br>
+ },<br>
+ "cachePolicy": "A String", # The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVER<br>
+ },<br>
+ "common": {<br>
+ "lang": "A String", # The language of the information url and description.<br>
+ "previewImageUrl": "A String", # The URL for the preview image information.<br>
+ "snippet": "A String", # The description for this location.<br>
+ "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.<br>
+ },<br>
+ },<br>
"id": "A String", # Unique id for this annotation data.<br>
"selfLink": "A String", # URL for this resource. *<br>
}</tt></dd></dl>
@@ -42,22 +82,28 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets the annotation data for a volume and layer.<br>
<br>
Args:<br>
- pageToken: string, The value of the nextToken from the previous page.<br>
- updatedMax: string, <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp to restrict to items updated prior to this timestamp (exclusive).<br>
locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.<br>
- layerId: string, The ID for the layer to get the annotation data. (required)<br>
- volumeId: string, The volume to retrieve annotation data for. (required)<br>
- maxResults: integer, Maximum number of results to return<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ pageToken: string, The value of the nextToken from the previous page.<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>
source: string, String to identify the originator of this request.<br>
contentVersion: string, The content version for the requested volume. (required)<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>
+ layerId: string, The ID for the layer to get the annotation data. (required)<br>
+ strict: string, A parameter<br>
+ updatedMax: string, <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp to restrict to items updated prior to this timestamp (exclusive).<br>
+ volumeId: string, The volume to retrieve annotation data for. (required)<br>
+ maxResults: integer, Maximum number of results to return<br>
+ annotationDataId: string, The list of Annotation Data Ids to retrieve. Pagination is ignored if this is set. (repeated)<br>
+ h: integer, The requested pixel height for any images. If height is provided width must also be provided.<br>
+ w: integer, The requested pixel width for any images. If width is provided height must also be provided.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
- "totalItems": 42, # The total number of volume annotations found.<br>
+ "nextPageToken": "A String", # Token to pass in for pagination for the next page. This will not be present if this request does not have more results.<br>
"items": [ # A list of Annotation Data.<br>
{<br>
"annotationType": "A String", # The type of annotation this data is for.<br>
@@ -66,14 +112,59 @@
"volumeId": "A String", # The volume id for this data. *<br>
"encoded_data": "A String", # Base64 encoded data for this annotation data.<br>
"layerId": "A String", # The Layer id for this data. *<br>
- "data": "A String", # JSON enoded data for this annotation data.<br>
+ "data": { # JSON encoded data for this annotation data.<br>
+ "geo": {<br>
+ "countryCode": "A String", # The country code of the location.<br>
+ "zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels<br>
+ "longitude": 3.14, # The longitude of the location.<br>
+ "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN<br>
+ "latitude": 3.14, # The latitude of the location.<br>
+ "boundary": [ # The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.<br>
+ [<br>
+ {<br>
+ "latitude": 42,<br>
+ "longitude": 42,<br>
+ },<br>
+ ],<br>
+ ],<br>
+ "resolution": "A String", # The resolution of the location. Ex: POI_LEVEL<br>
+ "viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.<br>
+ "lo": {<br>
+ "latitude": 3.14,<br>
+ "longitude": 3.14,<br>
+ },<br>
+ "hi": {<br>
+ "latitude": 3.14,<br>
+ "longitude": 3.14,<br>
+ },<br>
+ },<br>
+ "cachePolicy": "A String", # The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVER<br>
+ },<br>
+ "common": {<br>
+ "lang": "A String", # The language of the information url and description.<br>
+ "previewImageUrl": "A String", # The URL for the preview image information.<br>
+ "snippet": "A String", # The description for this location.<br>
+ "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.<br>
+ },<br>
+ },<br>
"id": "A String", # Unique id for this annotation data.<br>
"selfLink": "A String", # URL for this resource. *<br>
},<br>
],<br>
"kind": "books#annotationsdata", # Resource type<br>
+ "totalItems": 42, # The total number of volume annotations found.<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>
+Args:<br>
+ previous_request: The request for the previous page.<br>
+ previous_response: The response from the request for the previous page.<br>
+ <br>
+Returns:<br>
+ A request object that you can call 'execute()' on to request the next<br>
+ page. Returns None if there are no more items in the collection.</tt></dd></dl>
+
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>