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."],["`GetKeyHandleRequest` is a request message used to retrieve a key handle from Google Cloud KMS, as defined by the `GetKeyHandle` method."],["The documentation covers various versions of the API, ranging from the latest (3.16.0) down to version 2.2.0, all providing access to `GetKeyHandleRequest`."],["The `GetKeyHandleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["`GetKeyHandleRequest` class has two constructors and two properties: `KeyHandleName`, a typed-view of the resource name, and `Name` for the name of the key handle resource."]]],[]]