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."],[[["The webpage provides reference documentation for the `GetPublicKeyRequest` class within the Google Cloud Key Management Service v1 API."],["This class is used to construct request messages for the `KeyManagementService.GetPublicKey` function, which retrieves the public key of a `CryptoKeyVersion`."],["The `GetPublicKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is a robust, feature-rich class."],["The documentation lists multiple versions of the `GetPublicKeyRequest` class, ranging from version 2.2.0 to the latest version 3.16.0."],["The GetPublicKeyRequest class contains a required property called `Name`, which requires the full name of the CryptoKeyVersion to be provided."]]],[]]