public sealed class RemovePublicKeyResponse : IMessage<RemovePublicKeyResponse>, IEquatable<RemovePublicKeyResponse>, IDeepCloneable<RemovePublicKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class RemovePublicKeyResponse.
Response message for
[RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
[[["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 webpage provides reference documentation for the `RemovePublicKeyResponse` class within the Google Cloud Shell v1 API, specifically version 2.3.0."],["The `RemovePublicKeyResponse` class is a sealed class representing the response message for the `RemovePublicKey` operation in the Cloud Shell service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionalities."],["The page also provides a list of all available versions, from 1.0.0 to 2.5.0 (latest), allowing for easy access to documentation for different versions."],["The RemovePublicKeyResponse class can be initialized using two constructors: `RemovePublicKeyResponse()` and `RemovePublicKeyResponse(RemovePublicKeyResponse other)` which allows passing another instance of the class."]]],[]]