public sealed class GetPublicKeyRequest : IMessage<GetPublicKeyRequest>, IEquatable<GetPublicKeyRequest>, IDeepCloneable<GetPublicKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
[[["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-04-09 UTC."],[[["This webpage details the `GetPublicKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically for .NET development, with the latest version being 3.16.0 and going down to version 2.2.0."],["The `GetPublicKeyRequest` class is a request message used for retrieving a public key via the `KeyManagementService.GetPublicKey` method."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that takes another `GetPublicKeyRequest` object as a parameter."],["Key properties of the class include `CryptoKeyVersionName` and `Name`, with the latter being a required string representing the resource name of the CryptoKeyVersion to get."]]],[]]