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