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-03-21 UTC."],[[["This document provides reference documentation for the `GetKeyStringRequest` class within the Google.Cloud.ApiKeys.V2 API, specifically version 1.2.0."],["`GetKeyStringRequest` is a message class used to request the retrieval of an API key, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and it includes methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetKeyStringRequest` class has two properties: `KeyName`, which is a typed view of the resource name, and `Name`, a string that specifies the resource name of the API key to be retrieved."],["The `GetKeyStringRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetKeyStringRequest` instance as a parameter."]]],[]]