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, which is a request message for the `KeyManagementService.GetPublicKey` method."],["It provides a history of versions for the `GetPublicKeyRequest`, including versions from 2.2.0 to the latest 3.16.0, allowing developers to view and utilize past documentation."],["The `GetPublicKeyRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, showcasing its functionality and structure."],["The class includes constructors for creating `GetPublicKeyRequest` objects, either as a new instance or by copying from an existing `GetPublicKeyRequest` object."],["The `GetPublicKeyRequest` class contains two properties, `CryptoKeyVersionName`, a typed view over the resource name property, and `Name`, which specifies the name of the `CryptoKeyVersion` public key to be retrieved."]]],[]]