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."],[[["This webpage provides documentation for the `GetKeyStringResponse` class within the Google Cloud API Keys v2 API."],["The `GetKeyStringResponse` class is a response message for the `GetKeyString` method, designed to return an encrypted and signed value of the key."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling and object operations."],["The class inherits from `object` and provides two constructors: a default constructor and a copy constructor, which accepts another `GetKeyStringResponse` as a parameter."],["The `GetKeyStringResponse` class has a `KeyString` property of type `string`, representing the encrypted and signed value of the key."]]],[]]