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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `AddPublicKeyResponse` class within the Google Cloud Shell v1 API, specifically version 2.3.0."],["The `AddPublicKeyResponse` class serves as the response message for adding a public key via the `CloudShellService.AddPublicKey` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within various contexts."],["The `AddPublicKeyResponse` class has one key property, named `Key`, which is a string representing the public key added to the environment."],["The documentation shows version history, with the latest being version 2.5.0, but this current documentation reflects version 2.3.0."]]],[]]