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-03-21 UTC."],[[["This webpage details the `GetPublicKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, used for retrieving a public key in the Google Cloud Key Management Service."],["The latest version documented is 3.16.0, while the current class definition is for version 2.5.0, with numerous other versions listed."],["`GetPublicKeyRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation within the Google Protocol Buffers framework."],["The `GetPublicKeyRequest` class has properties such as `CryptoKeyVersionName` and `Name`, allowing the specification of the crypto key version and name for public key retrieval."],["The webpage provides links to documentation for each listed version of `GetPublicKeyRequest`, as well as detailed documentation of its methods, properties and interfaces."]]],[]]