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 document provides reference information for the `GetPublicKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET developers."],["The `GetPublicKeyRequest` class is a request message used by the `KeyManagementService.GetPublicKey` method to retrieve a public key."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetPublicKeyRequest` is version 3.16.0, and the document references the class as it is found in version 3.12.0, with a list of versions from 3.16.0 down to 2.2.0."],["Key properties of this class include `CryptoKeyVersionName`, which provides a typed view over the resource name property, and `Name`, which specifies the required name of the CryptoKeyVersion's public key."]]],[]]