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 details the `GetKeyRingRequest` class within the `Google.Cloud.Kms.V1` namespace, used for retrieving a KeyRing resource in the Google Cloud Key Management Service."],["This class, `GetKeyRingRequest`, is part of version 2.6.0 of the library and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKeyRingRequest` class has properties including `KeyRingName` and `Name`, with the latter being a required string that specifies the name of the KeyRing to be fetched."],["The page provides links to documentation for various versions of the `Google.Cloud.Kms.V1` library, ranging from version 2.2.0 up to the latest version, 3.16.0, as well as access to the versions of `GetKeyRingRequest` within each respective version."],["There are two constructors provided: one default constructor, and one that will allow you to construct the object using the object itself, a `GetKeyRingRequest(GetKeyRingRequest)` constructor."]]],[]]