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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetPublicKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["The latest version available is 3.16.0, while the current page focuses on version 3.9.0, showing a list of versions from 3.16.0 down to 2.2.0, all pertaining to the `GetPublicKeyRequest` class."],["`GetPublicKeyRequest` is a request message used to retrieve a public key, as defined by the `KeyManagementService.GetPublicKey` method, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `CryptoKeyVersionName` which is a typed view of the resource name, and `Name`, which represents the required name of the CryptoKeyVersion public key."],["The webpage covers the `GetPublicKeyRequest` class' constructors, properties, implemented interfaces and inherited members, allowing users to navigate between all the available versions."]]],[]]