docs: update generated docs (#981)
diff --git a/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
index fc120c4..6fb4000 100644
--- a/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
+++ b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
@@ -95,6 +95,7 @@
{ # 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.
+ "format": "A String", # Required. Format of this key's content.
"name": "A String", # 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.
@@ -102,7 +103,6 @@
# 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.
},
}
@@ -115,6 +115,7 @@
An object of the form:
{ # A public SSH key, corresponding to a private SSH key held by the client.
+ "format": "A String", # Required. Format of this key's content.
"name": "A String", # 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.
@@ -122,7 +123,6 @@
# 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.
}</pre>
</div>