docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html b/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
index d689807..f3e6f3d 100644
--- a/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
+++ b/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
@@ -99,17 +99,16 @@
   An object of the form:
 
     { # Response for `ListDeviceConfigVersions`.
-    "deviceConfigs": [ # The device configuration for the last few versions. Versions are listed
+    &quot;deviceConfigs&quot;: [ # The device configuration for the last few versions. Versions are listed
         # in decreasing order, starting from the most recent one.
       { # The device configuration. Eventually delivered to devices.
-        "version": "A String", # [Output only] The version of this update. The version number is assigned by
+        &quot;version&quot;: &quot;A String&quot;, # [Output only] The version of this update. The version number is assigned by
             # the server, and is always greater than 0 after device creation. The
             # version must be 0 on the `CreateDevice` request if a `config` is
             # specified; the response of `CreateDevice` will always have a value of 1.
-        "cloudUpdateTime": "A String", # [Output only] The time at which this configuration version was updated in
+        &quot;cloudUpdateTime&quot;: &quot;A String&quot;, # [Output only] The time at which this configuration version was updated in
             # Cloud IoT Core. This timestamp is set by the server.
-        "binaryData": "A String", # The device configuration data.
-        "deviceAckTime": "A String", # [Output only] The time at which Cloud IoT Core received the
+        &quot;deviceAckTime&quot;: &quot;A String&quot;, # [Output only] The time at which Cloud IoT Core received the
             # acknowledgment from the device, indicating that the device has received
             # this configuration version. If this field is not present, the device has
             # not yet acknowledged that it received this version. Note that when
@@ -118,6 +117,7 @@
             # connection, only the latest version is sent to the device. Some
             # versions may never be sent to the device, and therefore are never
             # acknowledged. This timestamp is set by Cloud IoT Core.
+        &quot;binaryData&quot;: &quot;A String&quot;, # The device configuration data.
       },
     ],
   }</pre>