Regen all docs. (#700)

* Stop recursing if discovery == {}

* Generate docs with 'make docs'.
diff --git a/docs/dyn/dns_v2beta1.projects.html b/docs/dyn/dns_v2beta1.projects.html
index e10f698..8c871ed 100644
--- a/docs/dyn/dns_v2beta1.projects.html
+++ b/docs/dyn/dns_v2beta1.projects.html
@@ -92,14 +92,15 @@
     { # A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
     "quota": { # Limits associated with a Project. # Quotas assigned to this project (output only).
       "kind": "dns#quota", # Identifies what kind of resource this is. Value: the fixed string "dns#quota".
-      "rrsetAdditionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest.
+      "managedZonesPerNetwork": 42, # Maximum allowed number of managed zones which can be attached to a network.
       "totalRrdataSizePerChange": 42, # Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes.
       "resourceRecordsPerRrset": 42, # Maximum allowed number of ResourceRecords per ResourceRecordSet.
       "dnsKeysPerManagedZone": 42, # Maximum allowed number of DnsKeys per ManagedZone.
       "rrsetsPerManagedZone": 42, # Maximum allowed number of ResourceRecordSets per zone in the project.
+      "rrsetAdditionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest.
       "whitelistedKeySpecs": [ # DNSSEC algorithm and key length types that can be used for DnsKeys.
         { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
-          "keyType": "A String", # One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types.
+          "keyType": "A String", # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
           "keyLength": 42, # Length of the keys in bits.
           "kind": "dns#dnsKeySpec", # Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec".
           "algorithm": "A String", # String mnemonic specifying the DNSSEC algorithm of this key.
@@ -107,6 +108,7 @@
       ],
       "rrsetDeletionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest.
       "managedZones": 42, # Maximum allowed number of managed zones in the project.
+      "networksPerManagedZone": 42, # Maximum allowed number of networks to which a privately scoped zone can be attached.
     },
     "kind": "dns#project", # Identifies what kind of resource this is. Value: the fixed string "dns#project".
     "id": "A String", # User assigned unique identifier for the resource (output only).