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."],[[["The webpage details the `GetPublicKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.6.0, and its role in the Key Management Service."],["This class serves as the request message for the `KeyManagementService.GetPublicKey` method, used to obtain the public key of a `CryptoKeyVersion`."],["The `GetPublicKeyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CryptoKeyVersionName` (a typed view) and `Name` (a string), which are used to specify the target `CryptoKeyVersion` for which to retrieve the public key."],["The page provides links to the documentation for various versions of the API, ranging from 2.2.0 to 3.16.0 (latest), along with inheritance and implemented members information."]]],[]]