Refresh docs
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.