Regen all docs. (#700)

* Stop recursing if discovery == {}

* Generate docs with 'make docs'.
diff --git a/docs/dyn/container_v1.projects.zones.html b/docs/dyn/container_v1.projects.zones.html
index 7bf66d0..8954d9e 100644
--- a/docs/dyn/container_v1.projects.zones.html
+++ b/docs/dyn/container_v1.projects.zones.html
@@ -72,7 +72,7 @@
 
 </style>
 
-<h1><a href="container_v1.html">Google Container Engine API</a> . <a href="container_v1.projects.html">projects</a> . <a href="container_v1.projects.zones.html">zones</a></h1>
+<h1><a href="container_v1.html">Kubernetes Engine API</a> . <a href="container_v1.projects.html">projects</a> . <a href="container_v1.projects.zones.html">zones</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="container_v1.projects.zones.clusters.html">clusters()</a></code>
@@ -85,18 +85,22 @@
 <p class="firstline">Returns the operations Resource.</p>
 
 <p class="toc_element">
-  <code><a href="#getServerconfig">getServerconfig(projectId, zone, x__xgafv=None)</a></code></p>
-<p class="firstline">Returns configuration info about the Container Engine service.</p>
+  <code><a href="#getServerconfig">getServerconfig(projectId, zone, name=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Returns configuration info about the Google Kubernetes Engine service.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="getServerconfig">getServerconfig(projectId, zone, x__xgafv=None)</code>
-  <pre>Returns configuration info about the Container Engine service.
+    <code class="details" id="getServerconfig">getServerconfig(projectId, zone, name=None, x__xgafv=None)</code>
+  <pre>Returns configuration info about the Google Kubernetes Engine service.
 
 Args:
-  projectId: string, The Google Developers Console [project ID or project
-number](https://support.google.com/cloud/answer/6158840). (required)
-  zone: string, The name of the Google Compute Engine [zone](/compute/docs/zones#available)
-to return operations for. (required)
+  projectId: string, Deprecated. The Google Developers Console [project ID or project
+number](https://support.google.com/cloud/answer/6158840).
+This field has been deprecated and replaced by the name field. (required)
+  zone: string, Deprecated. The name of the Google Compute Engine
+[zone](/compute/docs/zones#available) to return operations for.
+This field has been deprecated and replaced by the name field. (required)
+  name: string, The name (project and location) of the server config to get,
+specified in the format 'projects/*/locations/*'.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -105,11 +109,11 @@
 Returns:
   An object of the form:
 
-    { # Container Engine service configuration.
-    "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
+    { # Kubernetes Engine service configuration.
     "validNodeVersions": [ # List of valid node upgrade target versions.
       "A String",
     ],
+    "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
     "validImageTypes": [ # List of valid image types.
       "A String",
     ],