public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyRequest.
Request message for
[KeyManagementService.GetCryptoKey][google.cloud.kms.v1.KeyManagementService.GetCryptoKey].
[[["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."],[[["The latest version of the Google Cloud Key Management Service v1 API's `GetCryptoKeyRequest` class is 3.16.0, while the current version being documented is 3.3.0."],["The `GetCryptoKeyRequest` class is a request message used to retrieve a `CryptoKey` in the Google Cloud Key Management Service."],["`GetCryptoKeyRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various Protobuf functionalities."],["The class has properties such as `CryptoKeyName` and `Name`, which are used to specify the target `CryptoKey` for the request, the `Name` property being a string field to define the `CryptoKey`."],["There are multiple versions of the `GetCryptoKeyRequest` available for use, ranging from 3.16.0 all the way to 2.2.0."]]],[]]