public sealed class GetKeyStringRequest : IMessage<GetKeyStringRequest>, IEquatable<GetKeyStringRequest>, IDeepCloneable<GetKeyStringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class GetKeyStringRequest.
[[["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-05-02 UTC."],[[["The latest version of the `GetKeyStringRequest` API class is 1.4.0, part of the Google.Cloud.ApiKeys.V2 namespace."],["`GetKeyStringRequest` is used as a request message for the `GetKeyString` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a parameterless one and another that takes another `GetKeyStringRequest` as a parameter for deep-copying."],["The `GetKeyStringRequest` class has two main properties: `KeyName`, a `KeyName`-typed view over the Name property, and `Name`, a string that represents the required resource name of the API key to retrieve."],["There are five versions of this resource available from 1.0.0 to the most recent version of 1.4.0."]]],[]]