public sealed class GetCryptoKeyVersionRequest : IMessage<GetCryptoKeyVersionRequest>, IEquatable<GetCryptoKeyVersionRequest>, IDeepCloneable<GetCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyVersionRequest.
Request message for
[KeyManagementService.GetCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.GetCryptoKeyVersion].
[[["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 `GetCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API."],["The `GetCryptoKeyVersionRequest` class is used as a request message for retrieving a specific `CryptoKeyVersion`, as seen under `KeyManagementService.GetCryptoKeyVersion`."],["The latest version of the API documented is 3.16.0, with versions ranging back to 2.2.0 and various versions in between that are all accessible."],["`GetCryptoKeyVersionRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the Google.Protobuf framework."],["The class includes a `CryptoKeyVersionName` property for a typed view of the resource name and a `Name` property that is a string required for the `CryptoKeyVersion` resource to retrieve."]]],[]]