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-04-09 UTC."],[[["This webpage details the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used for retrieving a specific KeyRing in the Google Cloud Key Management Service."],["The class is part of the Google.Cloud.Kms.V1.dll assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available on the webpage is 3.16.0, while the current version covered in detail is 2.4.0, with several preceding versions also listed."],["The `GetKeyRingRequest` class includes properties `KeyRingName` (a type view over the name), and `Name` (a string required to specify the name of the `KeyRing` to get)."],["The `GetKeyRingRequest` class offers two constructors, one without any arguments and one allowing the creation of a `GetKeyRingRequest` object based on another object of the same type."]]],[]]