public sealed class AddPublicKeyResponse : IMessage<AddPublicKeyResponse>, IEquatable<AddPublicKeyResponse>, IDeepCloneable<AddPublicKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class AddPublicKeyResponse.
Response message for
[AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The `AddPublicKeyResponse` class is part of the Google Cloud Shell v1 API, specifically within the `Google.Cloud.Shell.V1` namespace."],["This class serves as the response message for the `AddPublicKey` operation in the `CloudShellService`, which handles the addition of a public key."],["The `AddPublicKeyResponse` class is sealed, meaning it cannot be inherited, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a property named `Key` of type string, which stores the public key that was added to the Cloud Shell environment."],["There are various documented versions of this class, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest release."]]],[]]