public sealed class GetKeyRingRequest : IMessage<GetKeyRingRequest>, IEquatable<GetKeyRingRequest>, IDeepCloneable<GetKeyRingRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetKeyRing][google.cloud.kms.v1.KeyManagementService.GetKeyRing].
[[["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 documentation for the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used in the Google Cloud Key Management Service."],["The latest version available for reference is 3.16.0, while the current version for this documentation is 2.5.0."],["The `GetKeyRingRequest` class, used for requesting a KeyRing, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `KeyRingName` and `Name`, which are used to specify the KeyRing to retrieve, with the `Name` property being required."],["This page also displays a range of available versions of the documentation for the GetKeyRingRequest class, from 2.2.0 up to 3.16.0, alongside the methods and properties associated with the class."]]],[]]