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."],[[["The webpage provides documentation for the `GetPublicKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, detailing its usage in requesting a public key."],["This class is implemented in version 3.0.0 of the `Google.Cloud.Kms.V1` package, but also includes links to versions ranging from 2.2.0 up to the latest at 3.16.0."],["The `GetPublicKeyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to get the public key of a specified `CryptoKeyVersion`."],["There are two constructors for this class, one of which is a copy constructor taking another instance of `GetPublicKeyRequest`."],["The class has properties including `CryptoKeyVersionName` and `Name`, where `Name` is a string field that represents the resource name of the public key, and is required."]]],[]]