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/cloudshell_v1alpha1.users.environments.publicKeys.html b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
index dc0374a..fc120c4 100644
--- a/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
+++ b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
@@ -94,15 +94,15 @@
     The object takes the form of:
 
 { # Request message for CreatePublicKey.
-    "key": { # A public SSH key, corresponding to a private SSH key held by the client. # Key that should be added to the environment.
-      "name": "A String", # Output only. Full name of this resource, in the format
+    &quot;key&quot;: { # A public SSH key, corresponding to a private SSH key held by the client. # Key that should be added to the environment.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. Full name of this resource, in the format
           # `users/{owner_email}/environments/{environment_id}/publicKeys/{key_id}`.
           # `{owner_email}` is the email address of the user to whom the key belongs.
           # `{environment_id}` is the identifier of the environment to which the key
           # grants access. `{key_id}` is the unique identifier of the key. For example,
           # `users/someone@example.com/environments/default/publicKeys/myKey`.
-      "key": "A String", # Required. Content of this key.
-      "format": "A String", # Required. Format of this key's content.
+      &quot;key&quot;: &quot;A String&quot;, # Required. Content of this key.
+      &quot;format&quot;: &quot;A String&quot;, # Required. Format of this key&#x27;s content.
     },
   }
 
@@ -115,14 +115,14 @@
   An object of the form:
 
     { # A public SSH key, corresponding to a private SSH key held by the client.
-    "name": "A String", # Output only. Full name of this resource, in the format
+    &quot;name&quot;: &quot;A String&quot;, # Output only. Full name of this resource, in the format
         # `users/{owner_email}/environments/{environment_id}/publicKeys/{key_id}`.
         # `{owner_email}` is the email address of the user to whom the key belongs.
         # `{environment_id}` is the identifier of the environment to which the key
         # grants access. `{key_id}` is the unique identifier of the key. For example,
         # `users/someone@example.com/environments/default/publicKeys/myKey`.
-    "key": "A String", # Required. Content of this key.
-    "format": "A String", # Required. Format of this key's content.
+    &quot;key&quot;: &quot;A String&quot;, # Required. Content of this key.
+    &quot;format&quot;: &quot;A String&quot;, # Required. Format of this key&#x27;s content.
   }</pre>
 </div>