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-04-09 UTC."],[[["This page provides reference documentation for the `GetCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for version 3.13.0."],["The `GetCryptoKeyRequest` class is used to request a specific `CryptoKey` and is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties such as `CryptoKeyName` and `Name`, with the `Name` property being a required field for specifying the `CryptoKey` to be retrieved."],["The page also contains a list of previous versions of the `GetCryptoKeyRequest` class, including the latest version 3.16.0 and versions ranging down to 2.2.0."],["There are two constructors available for creating instances of `GetCryptoKeyRequest`, one that is parameterless, and one that allows copying an existing `GetCryptoKeyRequest` object."]]],[]]