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 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 page offers documentation for version 2.7.0 of the class, with links to several other versions ranging from 2.2.0 to 3.16.0, and the latest version being 3.16.0."],["`GetKeyRingRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKeyRingRequest` class has two constructors and includes two key properties: `KeyRingName` which provides a typed view of the resource name and `Name` which is a string representing the required name of the KeyRing."],["The `GetKeyRingRequest` is used as the request message for the `KeyManagementService.GetKeyRing` function."]]],[]]