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."],[[["This document provides reference information for the `GetKeyStringRequest` class within the Google Cloud API Keys v2 API, specifically version 1.0.0, which is the base version, with several newer versions listed as well."],["The `GetKeyStringRequest` class is used as the request message for the `GetKeyString` method and inherits from `Object`, while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, `GetKeyStringRequest()`, and a copy constructor, `GetKeyStringRequest(GetKeyStringRequest other)`, that accepts another instance of `GetKeyStringRequest`."],["`GetKeyStringRequest` has two properties, `KeyName` which provides a typed view over the name resource, and `Name`, a string that is a required resource name of the API key."]]],[]]