Update docs for 1.3.2 release.
diff --git a/docs/dyn/books_v1.volumes.html b/docs/dyn/books_v1.volumes.html
index 383a903..b84632d 100644
--- a/docs/dyn/books_v1.volumes.html
+++ b/docs/dyn/books_v1.volumes.html
@@ -95,18 +95,19 @@
 <p class="firstline">Returns the useruploaded Resource.</p>
 
 <p class="toc_element">
-  <code><a href="#get">get(volumeId, projection=None, source=None, country=None, partner=None)</a></code></p>
+  <code><a href="#get">get(volumeId, user_library_consistent_read=None, projection=None, source=None, country=None, partner=None)</a></code></p>
 <p class="firstline">Gets volume information for a single volume.</p>
 <p class="toc_element">
   <code><a href="#list">list(q, orderBy=None, projection=None, showPreorders=None, download=None, startIndex=None, partner=None, source=None, maxResults=None, libraryRestrict=None, langRestrict=None, printType=None, filter=None)</a></code></p>
 <p class="firstline">Performs a book search.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="get">get(volumeId, projection=None, source=None, country=None, partner=None)</code>
+    <code class="details" id="get">get(volumeId, user_library_consistent_read=None, projection=None, source=None, country=None, partner=None)</code>
   <pre>Gets volume information for a single volume.
 
 Args:
   volumeId: string, ID of volume to retrieve. (required)
+  user_library_consistent_read: boolean, A parameter
   projection: string, Restrict information returned to a set of selected fields.
     Allowed values
       full - Includes all volume data.
@@ -233,6 +234,7 @@
       "readingModes": "", # The reading modes available for this volume.
       "title": "A String", # Volume title. (In LITE projection.)
       "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+      "samplePageCount": 42, # Total number of sample pages as per publisher metadata.
       "printedPageCount": 42, # Total number of printed pages in generated pdf representation.
       "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
       "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
@@ -462,6 +464,7 @@
           "readingModes": "", # The reading modes available for this volume.
           "title": "A String", # Volume title. (In LITE projection.)
           "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "samplePageCount": 42, # Total number of sample pages as per publisher metadata.
           "printedPageCount": 42, # Total number of printed pages in generated pdf representation.
           "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
           "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)