Refresh docs
diff --git a/docs/dyn/books_v1.layers.annotationData.html b/docs/dyn/books_v1.layers.annotationData.html
index 6dc4cd7..a686a3f 100644
--- a/docs/dyn/books_v1.layers.annotationData.html
+++ b/docs/dyn/books_v1.layers.annotationData.html
@@ -112,7 +112,6 @@
     "data": { # JSON encoded data for this annotation data.
       "geo": {
         "countryCode": "A String", # The country code of the location.
-        "title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
         "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
         "longitude": 3.14, # The longitude of the location.
         "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -142,6 +141,7 @@
         "previewImageUrl": "A String", # The URL for the preview image information.
         "snippet": "A String", # The description for this location.
         "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.
+        "title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
       },
     },
     "id": "A String", # Unique id for this annotation data.
@@ -184,7 +184,6 @@
         "data": { # JSON encoded data for this annotation data.
           "geo": {
             "countryCode": "A String", # The country code of the location.
-            "title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
             "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
             "longitude": 3.14, # The longitude of the location.
             "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -214,6 +213,7 @@
             "previewImageUrl": "A String", # The URL for the preview image information.
             "snippet": "A String", # The description for this location.
             "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.
+            "title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
           },
         },
         "id": "A String", # Unique id for this annotation data.
diff --git a/docs/dyn/books_v1.volumes.associated.html b/docs/dyn/books_v1.volumes.associated.html
index 59911ff..cca8e96 100644
--- a/docs/dyn/books_v1.volumes.associated.html
+++ b/docs/dyn/books_v1.volumes.associated.html
@@ -75,32 +75,21 @@
 <h1><a href="books_v1.html">Books API</a> . <a href="books_v1.volumes.html">volumes</a> . <a href="books_v1.volumes.associated.html">associated</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(volumeId, filter=None, projection=None, source=None, maxResults=None, startIndex=None, association=None)</a></code></p>
+  <code><a href="#list">list(volumeId, source=None, locale=None, association=None)</a></code></p>
 <p class="firstline">Return a list of associated books.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="list">list(volumeId, filter=None, projection=None, source=None, maxResults=None, startIndex=None, association=None)</code>
+    <code class="details" id="list">list(volumeId, source=None, locale=None, association=None)</code>
   <pre>Return a list of associated books.
 
 Args:
   volumeId: string, ID of the source volume. (required)
-  filter: string, Filter search results.
-    Allowed values
-      ebooks - All Google eBooks.
-      free-ebooks - Google eBook with full volume text viewability.
-      full - Public can view entire volume text.
-      paid-ebooks - Google eBook with a price.
-      partial - Public able to see parts of text.
-  projection: string, Restrict information returned to a set of selected fields.
-    Allowed values
-      full - Includes all volume data.
-      lite - Includes a subset of fields in volumeInfo and accessInfo.
   source: string, String to identify the originator of this request.
-  maxResults: integer, Maximum number of results to return.
-  startIndex: integer, Index of the first result to return (starts at 0)
+  locale: string, ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations.
   association: string, Association type.
     Allowed values
-      complementary - Books that are complementary for additional reading.
+      end-of-sample - Recommendations for display end-of-sample.
+      end-of-volume - Recommendations for display end-of-volume.
 
 Returns:
   An object of the form:
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
index 4d3be47..21904fe 100644
--- a/docs/dyn/discovery_v1.apis.html
+++ b/docs/dyn/discovery_v1.apis.html
@@ -121,7 +121,7 @@
             ],
             "minimum": "A String", # The minimum value of this parameter.
             "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
-            "pattern": "A String", # The regular expression this parameter must conform to.
+            "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
             "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
             "repeated": True or False, # Whether this parameter may appear multiple times.
             "annotations": { # Additional information about this property.
@@ -191,7 +191,7 @@
         ],
         "minimum": "A String", # The minimum value of this parameter.
         "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
-        "pattern": "A String", # The regular expression this parameter must conform to.
+        "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
         "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
         "repeated": True or False, # Whether this parameter may appear multiple times.
         "annotations": { # Additional information about this property.
@@ -224,7 +224,7 @@
         ],
         "minimum": "A String", # The minimum value of this parameter.
         "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
-        "pattern": "A String", # The regular expression this parameter must conform to.
+        "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
         "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
         "repeated": True or False, # Whether this parameter may appear multiple times.
         "annotations": { # Additional information about this property.
@@ -274,7 +274,7 @@
                 ],
                 "minimum": "A String", # The minimum value of this parameter.
                 "location": "A String", # Whether this parameter goes in the query or the path for REST requests.
-                "pattern": "A String", # The regular expression this parameter must conform to.
+                "pattern": "A String", # The regular expression this parameter must conform to. Uses Java 6 regex format: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
                 "additionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
                 "repeated": True or False, # Whether this parameter may appear multiple times.
                 "annotations": { # Additional information about this property.
@@ -325,6 +325,7 @@
     },
     "revision": "A String", # The version of this API.
     "description": "A String", # The description of this API.
+    "canonicalName": "A String", # Indicates how the API name should be capitalized and split into various parts. Useful for generating pretty class names.
     "auth": { # Authentication information.
       "oauth2": { # OAuth 2.0 authentication information.
         "scopes": { # Available OAuth 2.0 scopes.
diff --git a/docs/dyn/fusiontables_v1.query.html b/docs/dyn/fusiontables_v1.query.html
index ddb3c5f..a4ac39a 100644
--- a/docs/dyn/fusiontables_v1.query.html
+++ b/docs/dyn/fusiontables_v1.query.html
@@ -97,9 +97,7 @@
     "kind": "fusiontables#sqlresponse", # Type name: a template for an individual table.
     "rows": [ # The rows in the table. For each cell we print out whatever cell value (e.g., numeric, string) exists. Thus it is important that each cell contains only one value.
       [
-        [
-          "",
-        ],
+        "",
       ],
     ],
     "columns": [ # Columns in the table.
@@ -124,9 +122,7 @@
     "kind": "fusiontables#sqlresponse", # Type name: a template for an individual table.
     "rows": [ # The rows in the table. For each cell we print out whatever cell value (e.g., numeric, string) exists. Thus it is important that each cell contains only one value.
       [
-        [
-          "",
-        ],
+        "",
       ],
     ],
     "columns": [ # Columns in the table.
diff --git a/docs/dyn/prediction_v1_5.trainedmodels.html b/docs/dyn/prediction_v1_5.trainedmodels.html
index f836cb3..66a12ef 100644
--- a/docs/dyn/prediction_v1_5.trainedmodels.html
+++ b/docs/dyn/prediction_v1_5.trainedmodels.html
@@ -167,6 +167,7 @@
           "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
           "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
           "storageDataLocation": "A String", # Google storage location of the training data file.
+          "modelType": "A String", # Type of predictive model (classification or regression)
           "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
           "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
           "modelInfo": { # Model metadata.
@@ -216,6 +217,7 @@
       "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
       "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
       "storageDataLocation": "A String", # Google storage location of the training data file.
+      "modelType": "A String", # Type of predictive model (classification or regression)
       "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
       "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
       "modelInfo": { # Model metadata.
@@ -250,6 +252,7 @@
     "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
     "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
     "storageDataLocation": "A String", # Google storage location of the training data file.
+    "modelType": "A String", # Type of predictive model (classification or regression)
     "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
     "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
     "modelInfo": { # Model metadata.
@@ -279,6 +282,7 @@
       "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
       "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
       "storageDataLocation": "A String", # Google storage location of the training data file.
+      "modelType": "A String", # Type of predictive model (classification or regression)
       "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
       "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
       "modelInfo": { # Model metadata.
@@ -319,6 +323,7 @@
           "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
           "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
           "storageDataLocation": "A String", # Google storage location of the training data file.
+          "modelType": "A String", # Type of predictive model (classification or regression)
           "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
           "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
           "modelInfo": { # Model metadata.
@@ -419,6 +424,7 @@
       "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
       "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
       "storageDataLocation": "A String", # Google storage location of the training data file.
+      "modelType": "A String", # Type of predictive model (classification or regression)
       "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
       "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
       "modelInfo": { # Model metadata.
diff --git a/docs/dyn/youtube_v3alpha.html b/docs/dyn/youtube_v3alpha.html
index d802ba3..054495f 100644
--- a/docs/dyn/youtube_v3alpha.html
+++ b/docs/dyn/youtube_v3alpha.html
@@ -80,9 +80,9 @@
 <p class="firstline">Returns the channels Resource.</p>
 
 <p class="toc_element">
-  <code><a href="youtube_v3alpha.playlistitems.html">playlistitems()</a></code>
+  <code><a href="youtube_v3alpha.playlistItems.html">playlistItems()</a></code>
 </p>
-<p class="firstline">Returns the playlistitems Resource.</p>
+<p class="firstline">Returns the playlistItems Resource.</p>
 
 <p class="toc_element">
   <code><a href="youtube_v3alpha.playlists.html">playlists()</a></code>