public sealed class GetPublicKeyRequest : IMessage<GetPublicKeyRequest>, IEquatable<GetPublicKeyRequest>, IDeepCloneable<GetPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetPublicKeyRequest.
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 provides reference documentation for the `GetPublicKeyRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for .NET."],["The documentation covers versions ranging from 2.2.0 to 3.16.0, with 3.16.0 being the latest, and the currently viewed version being 3.7.0."],["The `GetPublicKeyRequest` class is a request message for retrieving a public key from a `CryptoKeyVersion` and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetPublicKeyRequest` class include `CryptoKeyVersionName` and `Name`, where `Name` is the required identifier of the `CryptoKeyVersion` whose public key is being requested."]]],[]]