public sealed class GetKeyStringResponse : IMessage<GetKeyStringResponse>, IEquatable<GetKeyStringResponse>, IDeepCloneable<GetKeyStringResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class GetKeyStringResponse.
[[["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."],[[["The `GetKeyStringResponse` class is part of the API Keys v2 API within the `Google.Cloud.ApiKeys.V2` namespace, and it is found in the Google.Cloud.ApiKeys.V2.dll assembly."],["This class is a response message specifically designed for the `GetKeyString` method."],["`GetKeyStringResponse` inherits from `Object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes a constructor `GetKeyStringResponse()` and a copy constructor `GetKeyStringResponse(GetKeyStringResponse other)`."],["It exposes a `KeyString` property which holds the encrypted and signed value of the key as a string."]]],[]]