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."],[[["The webpage provides documentation for the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used for requesting a specific KeyRing from the Key Management Service."],["This `GetKeyRingRequest` class is part of the .NET library, as it is derived from the `IMessage` and `IEquatable` interfaces, and implements additional ones."],["The class is available in multiple versions, ranging from 2.2.0 to 3.16.0, with version 3.16.0 being the latest at the time of listing."],["The `GetKeyRingRequest` class has two properties, `KeyRingName` which is a `KeyRingName` type, and `Name`, a string type."]]],[]]