chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
index a1a85c9..277ee38 100644
--- a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
+++ b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
@@ -103,8 +103,8 @@
     { # Response message of customer's listing DPCs.
     "dpcs": [ # The list of DPCs available to the customer that support zero-touch enrollment.
       { # An EMM's DPC ([device policy controller](http://developer.android.com/work/dpc/build-dpc.html)). Zero-touch enrollment installs a DPC (listed in the `Configuration`) on a device to maintain the customer's mobile policies. All the DPCs listed by the API support zero-touch enrollment and are available in Google Play.
-        "dpcName": "A String", # Output only. The title of the DPC app in Google Play. For example, _Google Apps Device Policy_. Useful in an application's user interface.
         "name": "A String", # Output only. The API resource name in the format `customers/[CUSTOMER_ID]/dpcs/[DPC_ID]`. Assigned by the server. To maintain a reference to a DPC across customer accounts, persist and match the last path component (`DPC_ID`).
+        "dpcName": "A String", # Output only. The title of the DPC app in Google Play. For example, _Google Apps Device Policy_. Useful in an application's user interface.
         "packageName": "A String", # Output only. The DPC's Android application ID that looks like a Java package name. Zero-touch enrollment installs the DPC app onto a device using this identifier.
       },
     ],