public sealed class GetKeyHandleRequest : IMessage<GetKeyHandleRequest>, IEquatable<GetKeyHandleRequest>, IDeepCloneable<GetKeyHandleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetKeyHandleRequest.
Request message for [GetKeyHandle][google.cloud.kms.v1.Autokey.GetKeyHandle].
[[["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 reference documentation for the `GetKeyHandleRequest` class within the Google Cloud Key Management Service v1 API for .NET."],["The latest version of `GetKeyHandleRequest` is 3.16.0, but documentation is available for versions ranging from 2.2.0 to 3.16.0."],["`GetKeyHandleRequest` is used as a request message for the `GetKeyHandle` function and inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default constructor and one that takes another `GetKeyHandleRequest` object, and two properties named, `KeyHandleName` and `Name`."],["The `Name` property of the class is a required string that represents the name of a `KeyHandle` resource."]]],[]]