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"]],[["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-03-21 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."]]],[]]